wxWidgets/contrib/samples/plot/makefile.vc

15 lines
269 B
Plaintext
Raw Normal View History

# File: makefile.vc for Plot sample
# Author: Julian Smart
# Created: 2001-06-12
# Updated:
WXDIR = $(WXWIN)
PROGRAM = plot
OBJECTS = $(PROGRAM).obj
EXTRALIBS = $(WXDIR)\lib\plot$(LIBEXT).lib
EXTRAINC = -I$(WXDIR)\contrib\include
!include $(WXDIR)\src\makeprog.vc