]> git.saurik.com Git - wxWidgets.git/blame - utils/makefile.vc
Added wxWinCE project files and project file cleaner,
[wxWidgets.git] / utils / makefile.vc
CommitLineData
2ace0078
VS
1# =========================================================================
2# This makefile was generated by
3# Bakefile 0.1.1 (http://bakefile.sourceforge.net)
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
19c35fa5
VS
15MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \
16 LDFLAGS="$(LDFLAGS)" DEBUG_RUNTIME_LIBS="$(DEBUG_RUNTIME_LIBS)" CC="$(CC)" \
17 USE_GUI="$(USE_GUI)" MONOLITHIC="$(MONOLITHIC)" CXXFLAGS="$(CXXFLAGS)" \
18 USE_HTML="$(USE_HTML)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" \
b71531ad
VZ
19 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" VENDOR="$(VENDOR)" UNICODE="$(UNICODE)" \
20 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" MSLU="$(MSLU)" WXUNIV="$(WXUNIV)" \
21 RUNTIME_LIBS="$(RUNTIME_LIBS)" CXX="$(CXX)" CFG="$(CFG)" CFLAGS="$(CFLAGS)" \
22 SHARED="$(SHARED)" USE_ODBC="$(USE_ODBC)" USE_OPENGL="$(USE_OPENGL)"
197e66da 23
2ace0078 24### Conditionally set variables: ###
197e66da 25
2ace0078
VS
26
27
28### Targets: ###
29
e1e61c81 30all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
2ace0078
VS
31
32clean:
33 -if exist .\*.obj del .\*.obj
34 -if exist .\*.res del .\*.res
35
e1e61c81
VS
36sub_configtool:
37 cd configtool\src
38 $(MAKE) -f makefile.vc $(MAKEARGS) all
39 cd $(MAKEDIR)
40
41sub_emulator:
42 cd emulator\src
43 $(MAKE) -f makefile.vc $(MAKEARGS) all
44 cd $(MAKEDIR)
45
2ace0078
VS
46sub_helpgen:
47 cd HelpGen
19c35fa5 48 $(MAKE) -f makefile.vc $(MAKEARGS) all
2ace0078
VS
49 cd $(MAKEDIR)
50
e1e61c81
VS
51sub_helpview:
52 cd helpview\src
53 $(MAKE) -f makefile.vc $(MAKEARGS) all
54 cd $(MAKEDIR)
55
2ace0078
VS
56sub_tex2rtf:
57 cd tex2rtf\src
19c35fa5 58 $(MAKE) -f makefile.vc $(MAKEARGS) all
2ace0078 59 cd $(MAKEDIR)