]>
Commit | Line | Data |
---|---|---|
03206f17 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
c4839ccf | 3 | # Bakefile 0.1.4 (http://bakefile.sourceforge.net) |
03206f17 VS |
4 | # Do not modify, all changes will be overwritten! |
5 | # ========================================================================= | |
6 | ||
fd9f42b6 | 7 | !include ../../../build/msw/config.wat |
03206f17 VS |
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 | ! loaddll wlink wlink | |
22 | ! loaddll wlib wlibd | |
23 | !endif | |
24 | ||
25 | # We need these variables in some bakefile-made rules: | |
26 | WATCOM_CWD = $+ $(%cdrive):$(%cwd) $- | |
27 | ||
28 | ### Conditionally set variables: ### | |
29 | ||
30 | PORTNAME = | |
31 | !ifeq USE_GUI 0 | |
32 | PORTNAME = base | |
33 | !endif | |
34 | !ifeq USE_GUI 1 | |
35 | PORTNAME = msw | |
36 | !endif | |
37 | WXDEBUGFLAG = | |
38 | !ifeq BUILD debug | |
39 | !ifeq DEBUG_FLAG default | |
40 | WXDEBUGFLAG = d | |
41 | !endif | |
42 | !endif | |
43 | !ifeq DEBUG_FLAG 1 | |
44 | WXDEBUGFLAG = d | |
45 | !endif | |
03206f17 VS |
46 | WXUNICODEFLAG = |
47 | !ifeq UNICODE 1 | |
48 | WXUNICODEFLAG = u | |
49 | !endif | |
50 | WXUNIVNAME = | |
51 | !ifeq WXUNIV 1 | |
52 | WXUNIVNAME = univ | |
53 | !endif | |
b17c1746 DE |
54 | WXDLLFLAG = |
55 | !ifeq SHARED 1 | |
56 | WXDLLFLAG = dll | |
57 | !endif | |
03206f17 VS |
58 | __DEBUGINFO = |
59 | !ifeq BUILD debug | |
60 | !ifeq DEBUG_INFO default | |
b17c1746 | 61 | __DEBUGINFO = -d2 |
03206f17 VS |
62 | !endif |
63 | !endif | |
64 | !ifeq BUILD release | |
65 | !ifeq DEBUG_INFO default | |
b17c1746 | 66 | __DEBUGINFO = -d0 |
03206f17 VS |
67 | !endif |
68 | !endif | |
69 | !ifeq DEBUG_INFO 0 | |
b17c1746 | 70 | __DEBUGINFO = -d0 |
03206f17 VS |
71 | !endif |
72 | !ifeq DEBUG_INFO 1 | |
b17c1746 | 73 | __DEBUGINFO = -d2 |
03206f17 | 74 | !endif |
a4ad36cd | 75 | __DEBUGINFO_4 = |
03206f17 VS |
76 | !ifeq BUILD debug |
77 | !ifeq DEBUG_INFO default | |
b17c1746 | 78 | __DEBUGINFO_4 = debug all |
03206f17 VS |
79 | !endif |
80 | !endif | |
81 | !ifeq BUILD release | |
82 | !ifeq DEBUG_INFO default | |
b17c1746 | 83 | __DEBUGINFO_4 = |
03206f17 VS |
84 | !endif |
85 | !endif | |
86 | !ifeq DEBUG_INFO 0 | |
b17c1746 | 87 | __DEBUGINFO_4 = |
03206f17 VS |
88 | !endif |
89 | !ifeq DEBUG_INFO 1 | |
b17c1746 | 90 | __DEBUGINFO_4 = debug all |
03206f17 VS |
91 | !endif |
92 | __OPTIMIZEFLAG = | |
93 | !ifeq BUILD debug | |
94 | __OPTIMIZEFLAG = -od | |
95 | !endif | |
96 | !ifeq BUILD release | |
97 | __OPTIMIZEFLAG = -ot -ox | |
98 | !endif | |
99 | __RUNTIME_LIBS = | |
100 | !ifeq RUNTIME_LIBS dynamic | |
101 | __RUNTIME_LIBS = -br | |
102 | !endif | |
103 | !ifeq RUNTIME_LIBS static | |
104 | __RUNTIME_LIBS = | |
105 | !endif | |
b17c1746 DE |
106 | __EXCEPTIONSFLAG = |
107 | !ifeq USE_EXCEPTIONS 0 | |
108 | __EXCEPTIONSFLAG = | |
03206f17 | 109 | !endif |
b17c1746 DE |
110 | !ifeq USE_EXCEPTIONS 1 |
111 | __EXCEPTIONSFLAG = -xs | |
112 | !endif | |
113 | LIBDIRNAME = | |
114 | !ifeq SHARED 0 | |
115 | LIBDIRNAME = .\..\..\..\lib\wat_lib$(CFG) | |
116 | !endif | |
117 | !ifeq SHARED 1 | |
118 | LIBDIRNAME = .\..\..\..\lib\wat_dll$(CFG) | |
03206f17 VS |
119 | !endif |
120 | __WXLIB_CORE_p = | |
121 | !ifeq MONOLITHIC 0 | |
122 | __WXLIB_CORE_p = & | |
c33fae85 | 123 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib |
03206f17 | 124 | !endif |
b17c1746 DE |
125 | __WXLIB_BASE_p = |
126 | !ifeq MONOLITHIC 0 | |
c33fae85 RN |
127 | __WXLIB_BASE_p = & |
128 | wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib | |
b17c1746 | 129 | !endif |
03206f17 VS |
130 | __WXLIB_MONO_p = |
131 | !ifeq MONOLITHIC 1 | |
132 | __WXLIB_MONO_p = & | |
c33fae85 | 133 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib |
03206f17 | 134 | !endif |
b17c1746 DE |
135 | __LIB_TIFF_p = |
136 | !ifeq USE_GUI 1 | |
9c2d002b | 137 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib |
b17c1746 DE |
138 | !endif |
139 | __LIB_JPEG_p = | |
140 | !ifeq USE_GUI 1 | |
9c2d002b | 141 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib |
b17c1746 DE |
142 | !endif |
143 | __LIB_PNG_p = | |
144 | !ifeq USE_GUI 1 | |
9c2d002b | 145 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib |
b17c1746 | 146 | !endif |
03206f17 VS |
147 | __WXUNIV_DEFINE_p = |
148 | !ifeq WXUNIV 1 | |
149 | __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__ | |
150 | !endif | |
b17c1746 DE |
151 | __DEBUG_DEFINE_p = |
152 | !ifeq BUILD debug | |
153 | !ifeq DEBUG_FLAG default | |
154 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
155 | !endif | |
156 | !endif | |
157 | !ifeq DEBUG_FLAG 1 | |
158 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
159 | !endif | |
160 | __UNICODE_DEFINE_p = | |
161 | !ifeq UNICODE 1 | |
162 | __UNICODE_DEFINE_p = -d_UNICODE | |
163 | !endif | |
164 | __DLLFLAG_p = | |
165 | !ifeq SHARED 1 | |
166 | __DLLFLAG_p = -dWXUSINGDLL | |
167 | !endif | |
03206f17 VS |
168 | |
169 | ### Variables: ### | |
170 | ||
c33fae85 | 171 | WX_RELEASE_NODOT = 25 |
b17c1746 DE |
172 | OBJS = & |
173 | wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
174 | SETUPHDIR = & | |
175 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
176 | FL_DEMO1_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) & | |
9bfe7ad9 VS |
177 | -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & |
178 | -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) & | |
c33fae85 | 179 | -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" & |
9bfe7ad9 | 180 | $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS) |
03206f17 VS |
181 | FL_DEMO1_OBJECTS = & |
182 | $(OBJS)\fl_demo1_fl_demo1.obj | |
b17c1746 | 183 | FL_DEMO2_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) & |
9bfe7ad9 VS |
184 | -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & |
185 | -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) & | |
c33fae85 | 186 | -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" & |
9bfe7ad9 | 187 | $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS) |
03206f17 VS |
188 | FL_DEMO2_OBJECTS = & |
189 | $(OBJS)\fl_demo2_fl_demo2.obj | |
b17c1746 | 190 | FL_SAMPLE1_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) & |
9bfe7ad9 VS |
191 | -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & |
192 | -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) & | |
c33fae85 | 193 | -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" & |
9bfe7ad9 | 194 | $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS) |
03206f17 VS |
195 | FL_SAMPLE1_OBJECTS = & |
196 | $(OBJS)\fl_sample1_fl_sample1.obj | |
b17c1746 | 197 | FL_SAMPLE2_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) & |
9bfe7ad9 VS |
198 | -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & |
199 | -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) & | |
c33fae85 | 200 | -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" & |
9bfe7ad9 | 201 | $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS) |
03206f17 VS |
202 | FL_SAMPLE2_OBJECTS = & |
203 | $(OBJS)\fl_sample2_fl_sample2.obj | |
b17c1746 | 204 | FL_SAMPLE3_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm $(__RUNTIME_LIBS) & |
9bfe7ad9 VS |
205 | -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) & |
206 | -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) & | |
c33fae85 | 207 | -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" & |
9bfe7ad9 | 208 | $(__EXCEPTIONSFLAG) $(CPPFLAGS) $(CXXFLAGS) |
03206f17 VS |
209 | FL_SAMPLE3_OBJECTS = & |
210 | $(OBJS)\fl_sample3_fl_sample3.obj | |
03206f17 | 211 | |
03206f17 VS |
212 | |
213 | all : $(OBJS) | |
214 | $(OBJS) : | |
215 | -if not exist $(OBJS) mkdir $(OBJS) | |
216 | ||
217 | ### Targets: ### | |
218 | ||
9d5f4fbb | 219 | all : .SYMBOLIC $(OBJS)\fl_demo1.exe $(OBJS)\fl_demo2.exe $(OBJS)\fl_sample1.exe $(OBJS)\fl_sample2.exe $(OBJS)\fl_sample3.exe data_files |
03206f17 | 220 | |
03206f17 VS |
221 | clean : .SYMBOLIC |
222 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
223 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
224 | -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc | |
225 | -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk | |
226 | -if exist $(OBJS)\fl_demo1.exe del $(OBJS)\fl_demo1.exe | |
227 | -if exist $(OBJS)\fl_demo2.exe del $(OBJS)\fl_demo2.exe | |
228 | -if exist $(OBJS)\fl_sample1.exe del $(OBJS)\fl_sample1.exe | |
229 | -if exist $(OBJS)\fl_sample2.exe del $(OBJS)\fl_sample2.exe | |
230 | -if exist $(OBJS)\fl_sample3.exe del $(OBJS)\fl_sample3.exe | |
231 | ||
232 | $(OBJS)\fl_demo1.exe : $(FL_DEMO1_OBJECTS) $(OBJS)\fl_demo1_fl_demo1.res | |
233 | @%create $(OBJS)\fl_demo1.lbc | |
234 | @%append $(OBJS)\fl_demo1.lbc option quiet | |
235 | @%append $(OBJS)\fl_demo1.lbc name $^@ | |
75a0a7b7 | 236 | @%append $(OBJS)\fl_demo1.lbc option caseexact |
b17c1746 | 237 | @%append $(OBJS)\fl_demo1.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 238 | @for %i in ($(FL_DEMO1_OBJECTS)) do @%append $(OBJS)\fl_demo1.lbc file %i |
9c2d002b | 239 | @for %i in ( wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\fl_demo1.lbc library %i |
03206f17 VS |
240 | @%append $(OBJS)\fl_demo1.lbc option resource=$(OBJS)\fl_demo1_fl_demo1.res |
241 | wlink @$(OBJS)\fl_demo1.lbc | |
242 | ||
243 | $(OBJS)\fl_demo2.exe : $(FL_DEMO2_OBJECTS) $(OBJS)\fl_demo2_fl_demo2.res | |
244 | @%create $(OBJS)\fl_demo2.lbc | |
245 | @%append $(OBJS)\fl_demo2.lbc option quiet | |
246 | @%append $(OBJS)\fl_demo2.lbc name $^@ | |
75a0a7b7 | 247 | @%append $(OBJS)\fl_demo2.lbc option caseexact |
b17c1746 | 248 | @%append $(OBJS)\fl_demo2.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 249 | @for %i in ($(FL_DEMO2_OBJECTS)) do @%append $(OBJS)\fl_demo2.lbc file %i |
9c2d002b | 250 | @for %i in ( wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\fl_demo2.lbc library %i |
03206f17 VS |
251 | @%append $(OBJS)\fl_demo2.lbc option resource=$(OBJS)\fl_demo2_fl_demo2.res |
252 | wlink @$(OBJS)\fl_demo2.lbc | |
253 | ||
254 | $(OBJS)\fl_sample1.exe : $(FL_SAMPLE1_OBJECTS) $(OBJS)\fl_sample1_fl_sample1.res | |
255 | @%create $(OBJS)\fl_sample1.lbc | |
256 | @%append $(OBJS)\fl_sample1.lbc option quiet | |
257 | @%append $(OBJS)\fl_sample1.lbc name $^@ | |
75a0a7b7 | 258 | @%append $(OBJS)\fl_sample1.lbc option caseexact |
b17c1746 | 259 | @%append $(OBJS)\fl_sample1.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 260 | @for %i in ($(FL_SAMPLE1_OBJECTS)) do @%append $(OBJS)\fl_sample1.lbc file %i |
9c2d002b | 261 | @for %i in ( wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\fl_sample1.lbc library %i |
03206f17 VS |
262 | @%append $(OBJS)\fl_sample1.lbc option resource=$(OBJS)\fl_sample1_fl_sample1.res |
263 | wlink @$(OBJS)\fl_sample1.lbc | |
264 | ||
265 | $(OBJS)\fl_sample2.exe : $(FL_SAMPLE2_OBJECTS) $(OBJS)\fl_sample2_fl_sample2.res | |
266 | @%create $(OBJS)\fl_sample2.lbc | |
267 | @%append $(OBJS)\fl_sample2.lbc option quiet | |
268 | @%append $(OBJS)\fl_sample2.lbc name $^@ | |
75a0a7b7 | 269 | @%append $(OBJS)\fl_sample2.lbc option caseexact |
b17c1746 | 270 | @%append $(OBJS)\fl_sample2.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 271 | @for %i in ($(FL_SAMPLE2_OBJECTS)) do @%append $(OBJS)\fl_sample2.lbc file %i |
9c2d002b | 272 | @for %i in ( wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\fl_sample2.lbc library %i |
03206f17 VS |
273 | @%append $(OBJS)\fl_sample2.lbc option resource=$(OBJS)\fl_sample2_fl_sample2.res |
274 | wlink @$(OBJS)\fl_sample2.lbc | |
275 | ||
276 | $(OBJS)\fl_sample3.exe : $(FL_SAMPLE3_OBJECTS) $(OBJS)\fl_sample3_fl_sample3.res | |
277 | @%create $(OBJS)\fl_sample3.lbc | |
278 | @%append $(OBJS)\fl_sample3.lbc option quiet | |
279 | @%append $(OBJS)\fl_sample3.lbc name $^@ | |
75a0a7b7 | 280 | @%append $(OBJS)\fl_sample3.lbc option caseexact |
b17c1746 | 281 | @%append $(OBJS)\fl_sample3.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 282 | @for %i in ($(FL_SAMPLE3_OBJECTS)) do @%append $(OBJS)\fl_sample3.lbc file %i |
9c2d002b | 283 | @for %i in ( wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib ) do @%append $(OBJS)\fl_sample3.lbc library %i |
03206f17 VS |
284 | @%append $(OBJS)\fl_sample3.lbc option resource=$(OBJS)\fl_sample3_fl_sample3.res |
285 | wlink @$(OBJS)\fl_sample3.lbc | |
b17c1746 DE |
286 | |
287 | data_files : .SYMBOLIC | |
288 | if not exist $(OBJS)\bitmaps mkdir $(OBJS)\bitmaps | |
289 | for %f in (bookmarks.bmp class_icon.bmp class_icon1.bmp copy.bmp cut.bmp file_icon.bmp folder_icon.bmp help_icon.bmp new.bmp nextmark.bmp open.bmp paste.bmp prevmark.bmp res_icon.bmp save.bmp saveall.bmp search.bmp start95_dp.bmp start95_pr.bmp tile.bmp) do if not exist $(OBJS)\bitmaps\%f copy .\bitmaps\%f $(OBJS)\bitmaps | |
290 | ||
291 | $(OBJS)\fl_demo1_fl_demo1.obj : .AUTODEPEND .\fl_demo1.cpp | |
292 | $(CXX) -zq -fo=$^@ $(FL_DEMO1_CXXFLAGS) $< | |
293 | ||
294 | $(OBJS)\fl_demo1_fl_demo1.res : .AUTODEPEND .\fl_demo1.rc | |
c33fae85 | 295 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
296 | |
297 | $(OBJS)\fl_demo2_fl_demo2.obj : .AUTODEPEND .\fl_demo2.cpp | |
298 | $(CXX) -zq -fo=$^@ $(FL_DEMO2_CXXFLAGS) $< | |
299 | ||
300 | $(OBJS)\fl_demo2_fl_demo2.res : .AUTODEPEND .\fl_demo2.rc | |
c33fae85 | 301 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
302 | |
303 | $(OBJS)\fl_sample1_fl_sample1.obj : .AUTODEPEND .\fl_sample1.cpp | |
304 | $(CXX) -zq -fo=$^@ $(FL_SAMPLE1_CXXFLAGS) $< | |
305 | ||
306 | $(OBJS)\fl_sample1_fl_sample1.res : .AUTODEPEND .\fl_sample1.rc | |
c33fae85 | 307 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
308 | |
309 | $(OBJS)\fl_sample2_fl_sample2.obj : .AUTODEPEND .\fl_sample2.cpp | |
310 | $(CXX) -zq -fo=$^@ $(FL_SAMPLE2_CXXFLAGS) $< | |
311 | ||
312 | $(OBJS)\fl_sample2_fl_sample2.res : .AUTODEPEND .\fl_sample2.rc | |
c33fae85 | 313 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
314 | |
315 | $(OBJS)\fl_sample3_fl_sample3.obj : .AUTODEPEND .\fl_sample3.cpp | |
316 | $(CXX) -zq -fo=$^@ $(FL_SAMPLE3_CXXFLAGS) $< | |
317 | ||
318 | $(OBJS)\fl_sample3_fl_sample3.res : .AUTODEPEND .\fl_sample3.rc | |
c33fae85 | 319 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |