]> git.saurik.com Git - wxWidgets.git/blob - utils/makefile.vc
Update the wx-config man page.
[wxWidgets.git] / utils / makefile.vc
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.1.4 (http://bakefile.sourceforge.net)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include <../build/msw/config.vc>
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 ### Variables: ###
14
15 MAKEARGS = 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)" \
20 USE_GUI="$(USE_GUI)" USE_HTML="$(USE_HTML)" USE_XRC="$(USE_XRC)" \
21 USE_OPENGL="$(USE_OPENGL)" USE_ODBC="$(USE_ODBC)" \
22 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" OFFICIAL_BUILD="$(OFFICIAL_BUILD)" \
23 VENDOR="$(VENDOR)" WX_FLAVOUR="$(WX_FLAVOUR)" \
24 WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" \
25 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" \
26 RUNTIME_LIBS="$(RUNTIME_LIBS)"
27
28 ### Conditionally set variables: ###
29
30
31
32 ### Targets: ###
33
34 all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
35
36 clean:
37 -if exist .\*.obj del .\*.obj
38 -if exist .\*.res del .\*.res
39 cd configtool\src
40 $(MAKE) -f makefile.vc $(MAKEARGS) clean
41 cd $(MAKEDIR)
42 cd emulator\src
43 $(MAKE) -f makefile.vc $(MAKEARGS) clean
44 cd $(MAKEDIR)
45 cd helpview\src
46 $(MAKE) -f makefile.vc $(MAKEARGS) clean
47 cd $(MAKEDIR)
48 cd tex2rtf\src
49 $(MAKE) -f makefile.vc $(MAKEARGS) clean
50 cd $(MAKEDIR)
51 cd HelpGen
52 $(MAKE) -f makefile.vc $(MAKEARGS) clean
53 cd $(MAKEDIR)
54
55 sub_configtool:
56 cd configtool\src
57 $(MAKE) -f makefile.vc $(MAKEARGS) all
58 cd $(MAKEDIR)
59
60 sub_emulator:
61 cd emulator\src
62 $(MAKE) -f makefile.vc $(MAKEARGS) all
63 cd $(MAKEDIR)
64
65 sub_helpview:
66 cd helpview\src
67 $(MAKE) -f makefile.vc $(MAKEARGS) all
68 cd $(MAKEDIR)
69
70 sub_tex2rtf:
71 cd tex2rtf\src
72 $(MAKE) -f makefile.vc $(MAKEARGS) all
73 cd $(MAKEDIR)
74
75 sub_helpgen:
76 cd HelpGen
77 $(MAKE) -f makefile.vc $(MAKEARGS) all
78 cd $(MAKEDIR)