]> git.saurik.com Git - wxWidgets.git/blob - utils/makefile.wat
Don't use DDEExec registry key in wxMSW wxExecute() if it's empty.
[wxWidgets.git] / utils / makefile.wat
1 # =========================================================================
2 # This makefile was generated by
3 # Bakefile 0.2.9 (http://www.bakefile.org)
4 # Do not modify, all changes will be overwritten!
5 # =========================================================================
6
7 !include ../build/msw/config.wat
8
9 # -------------------------------------------------------------------------
10 # Do not modify the rest of this file!
11 # -------------------------------------------------------------------------
12
13 # Speed up compilation a bit:
14 !ifdef __LOADDLL__
15 ! loaddll wcc wccd
16 ! loaddll wccaxp wccdaxp
17 ! loaddll wcc386 wccd386
18 ! loaddll wpp wppdi86
19 ! loaddll wppaxp wppdaxp
20 ! loaddll wpp386 wppd386
21 ! if $(__VERSION__) >= 1280
22 ! loaddll wlink wlinkd
23 ! else
24 ! loaddll wlink wlink
25 ! endif
26 ! loaddll wlib wlibd
27 !endif
28
29 # We need these variables in some bakefile-made rules:
30 WATCOM_CWD = $+ $(%cdrive):$(%cwd) $-
31
32 ### Conditionally set variables: ###
33
34
35 ### Variables: ###
36
37 MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
38 CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" CPP="$(CPP)" SHARED="$(SHARED)" &
39 TOOLKIT_VERSION="$(TOOLKIT_VERSION)" WXUNIV="$(WXUNIV)" &
40 UNICODE="$(UNICODE)" BUILD="$(BUILD)" DEBUG_INFO="$(DEBUG_INFO)" &
41 DEBUG_FLAG="$(DEBUG_FLAG)" MONOLITHIC="$(MONOLITHIC)" USE_GUI="$(USE_GUI)" &
42 USE_HTML="$(USE_HTML)" USE_WEBVIEW="$(USE_WEBVIEW)" &
43 USE_MEDIA="$(USE_MEDIA)" USE_XRC="$(USE_XRC)" USE_AUI="$(USE_AUI)" &
44 USE_RIBBON="$(USE_RIBBON)" USE_PROPGRID="$(USE_PROPGRID)" &
45 USE_RICHTEXT="$(USE_RICHTEXT)" USE_STC="$(USE_STC)" &
46 USE_OPENGL="$(USE_OPENGL)" USE_QA="$(USE_QA)" &
47 USE_EXCEPTIONS="$(USE_EXCEPTIONS)" USE_RTTI="$(USE_RTTI)" &
48 USE_THREADS="$(USE_THREADS)" USE_CAIRO="$(USE_CAIRO)" &
49 OFFICIAL_BUILD="$(OFFICIAL_BUILD)" VENDOR="$(VENDOR)" &
50 WX_FLAVOUR="$(WX_FLAVOUR)" WX_LIB_FLAVOUR="$(WX_LIB_FLAVOUR)" CFG="$(CFG)" &
51 CPPUNIT_CFLAGS="$(CPPUNIT_CFLAGS)" CPPUNIT_LIBS="$(CPPUNIT_LIBS)" &
52 RUNTIME_LIBS="$(RUNTIME_LIBS)"
53
54
55 ### Targets: ###
56
57 all : .SYMBOLIC emulator execmon helpview hhp2cached ifacecheck screenshotgen wxrc
58
59 clean : .SYMBOLIC
60 -if exist .\*.obj del .\*.obj
61 -if exist .\*.res del .\*.res
62 -if exist .\*.lbc del .\*.lbc
63 -if exist .\*.ilk del .\*.ilk
64 -if exist .\*.pch del .\*.pch
65 cd emulator\src
66 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
67 cd $(WATCOM_CWD)
68 cd execmon
69 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
70 cd $(WATCOM_CWD)
71 cd helpview\src
72 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
73 cd $(WATCOM_CWD)
74 cd hhp2cached
75 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
76 cd $(WATCOM_CWD)
77 cd ifacecheck\src
78 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
79 cd $(WATCOM_CWD)
80 cd screenshotgen\src
81 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
82 cd $(WATCOM_CWD)
83 cd wxrc
84 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
85 cd $(WATCOM_CWD)
86
87 emulator : .SYMBOLIC
88 cd emulator\src
89 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
90 cd $(WATCOM_CWD)
91
92 execmon : .SYMBOLIC
93 cd execmon
94 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
95 cd $(WATCOM_CWD)
96
97 helpview : .SYMBOLIC
98 cd helpview\src
99 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
100 cd $(WATCOM_CWD)
101
102 hhp2cached : .SYMBOLIC
103 cd hhp2cached
104 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
105 cd $(WATCOM_CWD)
106
107 ifacecheck : .SYMBOLIC
108 cd ifacecheck\src
109 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
110 cd $(WATCOM_CWD)
111
112 screenshotgen : .SYMBOLIC
113 cd screenshotgen\src
114 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
115 cd $(WATCOM_CWD)
116
117 wxrc : .SYMBOLIC
118 cd wxrc
119 wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
120 cd $(WATCOM_CWD)
121