]> git.saurik.com Git - wxWidgets.git/blame - utils/makefile.vc
Actually make use of new cool file conversion
[wxWidgets.git] / utils / makefile.vc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
8c9f8f91 3# Bakefile 0.1.8 (http://bakefile.sourceforge.net)
2ace0078
VS
4# Do not modify, all changes will be overwritten!
5# =========================================================================
197e66da 6
2ace0078 7!include <../build/msw/config.vc>
197e66da 8
2ace0078
VS
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
197e66da 12
2ace0078 13### Variables: ###
197e66da 14
b17c1746
DE
15MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
16 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" SHARED="$(SHARED)" \
17 WXUNIV="$(WXUNIV)" UNICODE="$(UNICODE)" MSLU="$(MSLU)" BUILD="$(BUILD)" \
18 DEBUG_INFO="$(DEBUG_INFO)" DEBUG_FLAG="$(DEBUG_FLAG)" \
19 DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" MONOLITHIC="$(MONOLITHIC)" \
c33fae85 20 USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_XRC="$(USE_XRC)" \
8c9f8f91
JS
21 USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" USE_QA="$(USE_QA)" \
22 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" \
23 USE_THREADS="$(USE_THREADS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
c33fae85
RN
24 VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" \
25 WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
c4839ccf 26 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
b17c1746 27 RUNTIME_LIBS="$(RUNTIME_LIBS)"
197e66da 28
2ace0078 29### Conditionally set variables: ###
197e66da 30
2ace0078
VS
31
32
33### Targets: ###
34
e1e61c81 35all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
2ace0078
VS
36
37clean:
38 -if exist .\*.obj del .\*.obj
39 -if exist .\*.res del .\*.res
162a956b 40 -if exist .\*.pch del .\*.pch
b92ca8cf
VS
41 cd configtool\src
42 $(MAKE) -f makefile.vc $(MAKEARGS) clean
43 cd $(MAKEDIR)
44 cd emulator\src
45 $(MAKE) -f makefile.vc $(MAKEARGS) clean
46 cd $(MAKEDIR)
47 cd helpview\src
48 $(MAKE) -f makefile.vc $(MAKEARGS) clean
49 cd $(MAKEDIR)
50 cd tex2rtf\src
51 $(MAKE) -f makefile.vc $(MAKEARGS) clean
52 cd $(MAKEDIR)
53 cd HelpGen
54 $(MAKE) -f makefile.vc $(MAKEARGS) clean
55 cd $(MAKEDIR)
2ace0078 56
e1e61c81
VS
57sub_configtool:
58 cd configtool\src
59 $(MAKE) -f makefile.vc $(MAKEARGS) all
60 cd $(MAKEDIR)
61
62sub_emulator:
63 cd emulator\src
64 $(MAKE) -f makefile.vc $(MAKEARGS) all
65 cd $(MAKEDIR)
66
e1e61c81
VS
67sub_helpview:
68 cd helpview\src
69 $(MAKE) -f makefile.vc $(MAKEARGS) all
70 cd $(MAKEDIR)
71
2ace0078
VS
72sub_tex2rtf:
73 cd tex2rtf\src
19c35fa5 74 $(MAKE) -f makefile.vc $(MAKEARGS) all
2ace0078 75 cd $(MAKEDIR)
b17c1746
DE
76
77sub_helpgen:
78 cd HelpGen
79 $(MAKE) -f makefile.vc $(MAKEARGS) all
80 cd $(MAKEDIR)
162a956b 81