b9e5acef4d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 lines
269 B
Plaintext
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
|
|
|