VC makefile for building samples/console using wxBase(d).lib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0548ca8d43
commit
3e642d8427
1 changed files with 18 additions and 0 deletions
18
samples/console/makefile.vc
Normal file
18
samples/console/makefile.vc
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Purpose: makefile for console sample (VC++ 32bit)
|
||||
# Created: 2000-01-03
|
||||
|
||||
# Set WXDIR for your system
|
||||
WXDIR = $(WXWIN)
|
||||
wxUSE_GUI = 0
|
||||
|
||||
PROGRAM=console
|
||||
OBJECTS = $(PROGRAM).obj
|
||||
|
||||
!if "$(FINAL)" == "1"
|
||||
EXTRALIBS=$(WXDIR)\lib\zlib.lib
|
||||
!else
|
||||
EXTRALIBS=$(WXDIR)\lib\zlibd.lib
|
||||
!endif
|
||||
|
||||
!include $(WXDIR)\src\makeprog.vc
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue