]> git.saurik.com Git - wxWidgets.git/blob - samples/console/makefile.vc
added tests for wxString::To/FromAscii
[wxWidgets.git] / samples / console / makefile.vc
1 # Purpose: makefile for console sample (VC++ 32bit)
2 # Created: 2000-01-03
3
4 # Set WXDIR for your system
5 WXDIR = $(WXWIN)
6 wxUSE_GUI = 0
7 EXTRAFLAGS=/DwxUSE_GUI=0
8
9 PROGRAM=console
10 OBJECTS = $(PROGRAM).obj
11
12 !if "$(FINAL)" == "1"
13 EXTRALIBS=$(WXDIR)\lib\zlib.lib
14 !else
15 EXTRALIBS=$(WXDIR)\lib\zlibd.lib
16 !endif
17
18 !include $(WXDIR)\src\makeprog.vc
19