wxWidgets/contrib/samples/plot/makefile.vc
2001-06-12 10:14:58 +00:00

15 lines
269 B
Plaintext

# 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