]> git.saurik.com Git - wxWidgets.git/blame - samples/console/makefile.vc
store CodeWarrior 5.3 projects as xml instead of binary projects
[wxWidgets.git] / samples / console / makefile.vc
CommitLineData
3e642d84
GT
1# Purpose: makefile for console sample (VC++ 32bit)
2# Created: 2000-01-03
3
4# Set WXDIR for your system
5WXDIR = $(WXWIN)
6wxUSE_GUI = 0
7
8PROGRAM=console
9OBJECTS = $(PROGRAM).obj
10
11!if "$(FINAL)" == "1"
12EXTRALIBS=$(WXDIR)\lib\zlib.lib
13!else
14EXTRALIBS=$(WXDIR)\lib\zlibd.lib
15!endif
16
17!include $(WXDIR)\src\makeprog.vc
18