]>
Commit | Line | Data |
---|---|---|
03206f17 VS |
1 | # ========================================================================= |
2 | # This makefile was generated by | |
cf9b63b3 | 3 | # Bakefile 0.2.0 (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 | |
b14abf14 JS |
58 | LIBTYPE_SUFFIX = |
59 | !ifeq SHARED 0 | |
60 | LIBTYPE_SUFFIX = lib | |
61 | !endif | |
62 | !ifeq SHARED 1 | |
63 | LIBTYPE_SUFFIX = dll | |
64 | !endif | |
dd65d8c8 RN |
65 | EXTRALIBS_FOR_BASE = |
66 | !ifeq MONOLITHIC 0 | |
67 | EXTRALIBS_FOR_BASE = | |
68 | !endif | |
69 | !ifeq MONOLITHIC 1 | |
70 | EXTRALIBS_FOR_BASE = | |
71 | !endif | |
03206f17 VS |
72 | __DEBUGINFO = |
73 | !ifeq BUILD debug | |
74 | !ifeq DEBUG_INFO default | |
b17c1746 | 75 | __DEBUGINFO = -d2 |
03206f17 VS |
76 | !endif |
77 | !endif | |
78 | !ifeq BUILD release | |
79 | !ifeq DEBUG_INFO default | |
b17c1746 | 80 | __DEBUGINFO = -d0 |
03206f17 VS |
81 | !endif |
82 | !endif | |
83 | !ifeq DEBUG_INFO 0 | |
b17c1746 | 84 | __DEBUGINFO = -d0 |
03206f17 VS |
85 | !endif |
86 | !ifeq DEBUG_INFO 1 | |
b17c1746 | 87 | __DEBUGINFO = -d2 |
03206f17 | 88 | !endif |
a4ad36cd | 89 | __DEBUGINFO_4 = |
03206f17 VS |
90 | !ifeq BUILD debug |
91 | !ifeq DEBUG_INFO default | |
b17c1746 | 92 | __DEBUGINFO_4 = debug all |
03206f17 VS |
93 | !endif |
94 | !endif | |
95 | !ifeq BUILD release | |
96 | !ifeq DEBUG_INFO default | |
b17c1746 | 97 | __DEBUGINFO_4 = |
03206f17 VS |
98 | !endif |
99 | !endif | |
100 | !ifeq DEBUG_INFO 0 | |
b17c1746 | 101 | __DEBUGINFO_4 = |
03206f17 VS |
102 | !endif |
103 | !ifeq DEBUG_INFO 1 | |
b17c1746 | 104 | __DEBUGINFO_4 = debug all |
03206f17 VS |
105 | !endif |
106 | __OPTIMIZEFLAG = | |
107 | !ifeq BUILD debug | |
108 | __OPTIMIZEFLAG = -od | |
109 | !endif | |
110 | !ifeq BUILD release | |
111 | __OPTIMIZEFLAG = -ot -ox | |
112 | !endif | |
8c9f8f91 JS |
113 | __THREADSFLAG = |
114 | !ifeq USE_THREADS 0 | |
115 | __THREADSFLAG = | |
116 | !endif | |
117 | !ifeq USE_THREADS 1 | |
118 | __THREADSFLAG = -bm | |
119 | !endif | |
03206f17 VS |
120 | __RUNTIME_LIBS = |
121 | !ifeq RUNTIME_LIBS dynamic | |
122 | __RUNTIME_LIBS = -br | |
123 | !endif | |
124 | !ifeq RUNTIME_LIBS static | |
125 | __RUNTIME_LIBS = | |
126 | !endif | |
8c9f8f91 JS |
127 | __RTTIFLAG = |
128 | !ifeq USE_RTTI 0 | |
129 | __RTTIFLAG = | |
03206f17 | 130 | !endif |
8c9f8f91 JS |
131 | !ifeq USE_RTTI 1 |
132 | __RTTIFLAG = -xr | |
b17c1746 | 133 | !endif |
8c9f8f91 | 134 | __EXCEPTIONSFLAG = |
b14abf14 | 135 | !ifeq USE_EXCEPTIONS 0 |
8c9f8f91 | 136 | __EXCEPTIONSFLAG = |
b17c1746 | 137 | !endif |
b14abf14 | 138 | !ifeq USE_EXCEPTIONS 1 |
8c9f8f91 | 139 | __EXCEPTIONSFLAG = -xs |
03206f17 VS |
140 | !endif |
141 | __WXLIB_CORE_p = | |
142 | !ifeq MONOLITHIC 0 | |
143 | __WXLIB_CORE_p = & | |
c33fae85 | 144 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR)_core.lib |
03206f17 | 145 | !endif |
b17c1746 DE |
146 | __WXLIB_BASE_p = |
147 | !ifeq MONOLITHIC 0 | |
c33fae85 RN |
148 | __WXLIB_BASE_p = & |
149 | wxbase$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib | |
b17c1746 | 150 | !endif |
03206f17 VS |
151 | __WXLIB_MONO_p = |
152 | !ifeq MONOLITHIC 1 | |
153 | __WXLIB_MONO_p = & | |
c33fae85 | 154 | wx$(PORTNAME)$(WXUNIVNAME)$(WX_RELEASE_NODOT)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WX_LIB_FLAVOUR).lib |
03206f17 | 155 | !endif |
b17c1746 DE |
156 | __LIB_TIFF_p = |
157 | !ifeq USE_GUI 1 | |
9c2d002b | 158 | __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib |
b17c1746 DE |
159 | !endif |
160 | __LIB_JPEG_p = | |
161 | !ifeq USE_GUI 1 | |
9c2d002b | 162 | __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib |
b17c1746 DE |
163 | !endif |
164 | __LIB_PNG_p = | |
165 | !ifeq USE_GUI 1 | |
9c2d002b | 166 | __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib |
b17c1746 | 167 | !endif |
3abcf424 RD |
168 | __GDIPLUS_LIB_p = |
169 | !ifeq USE_GDIPLUS 1 | |
170 | __GDIPLUS_LIB_p = gdiplus.lib | |
171 | !endif | |
03206f17 VS |
172 | __WXUNIV_DEFINE_p = |
173 | !ifeq WXUNIV 1 | |
174 | __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__ | |
175 | !endif | |
b17c1746 DE |
176 | __DEBUG_DEFINE_p = |
177 | !ifeq BUILD debug | |
178 | !ifeq DEBUG_FLAG default | |
179 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
180 | !endif | |
181 | !endif | |
182 | !ifeq DEBUG_FLAG 1 | |
183 | __DEBUG_DEFINE_p = -d__WXDEBUG__ | |
184 | !endif | |
8c9f8f91 JS |
185 | __EXCEPTIONS_DEFINE_p = |
186 | !ifeq USE_EXCEPTIONS 0 | |
187 | __EXCEPTIONS_DEFINE_p = -dwxNO_EXCEPTIONS | |
188 | !endif | |
189 | __RTTI_DEFINE_p = | |
190 | !ifeq USE_RTTI 0 | |
191 | __RTTI_DEFINE_p = -dwxNO_RTTI | |
192 | !endif | |
193 | __THREAD_DEFINE_p = | |
194 | !ifeq USE_THREADS 0 | |
195 | __THREAD_DEFINE_p = -dwxNO_THREADS | |
196 | !endif | |
b17c1746 DE |
197 | __UNICODE_DEFINE_p = |
198 | !ifeq UNICODE 1 | |
199 | __UNICODE_DEFINE_p = -d_UNICODE | |
200 | !endif | |
3abcf424 RD |
201 | __GFXCTX_DEFINE_p = |
202 | !ifeq USE_GDIPLUS 1 | |
203 | __GFXCTX_DEFINE_p = -dwxUSE_GRAPHICS_CONTEXT=1 | |
204 | !endif | |
b17c1746 DE |
205 | __DLLFLAG_p = |
206 | !ifeq SHARED 1 | |
207 | __DLLFLAG_p = -dWXUSINGDLL | |
208 | !endif | |
03206f17 VS |
209 | |
210 | ### Variables: ### | |
211 | ||
4cbcfb73 | 212 | WX_RELEASE_NODOT = 27 |
b17c1746 DE |
213 | OBJS = & |
214 | wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) | |
b14abf14 | 215 | LIBDIRNAME = .\..\..\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG) |
b17c1746 DE |
216 | SETUPHDIR = & |
217 | $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG) | |
8c9f8f91 JS |
218 | FL_DEMO1_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) & |
219 | $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & | |
220 | $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) & | |
3abcf424 RD |
221 | $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) & |
222 | -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. & | |
223 | $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include & | |
224 | -dBMP_DIR="bitmaps/" $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) & | |
225 | $(CXXFLAGS) | |
03206f17 VS |
226 | FL_DEMO1_OBJECTS = & |
227 | $(OBJS)\fl_demo1_fl_demo1.obj | |
8c9f8f91 JS |
228 | FL_DEMO2_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) & |
229 | $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & | |
230 | $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) & | |
3abcf424 RD |
231 | $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) & |
232 | -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. & | |
233 | $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include & | |
234 | -dBMP_DIR="bitmaps/" $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) & | |
235 | $(CXXFLAGS) | |
03206f17 VS |
236 | FL_DEMO2_OBJECTS = & |
237 | $(OBJS)\fl_demo2_fl_demo2.obj | |
8c9f8f91 JS |
238 | FL_SAMPLE1_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) & |
239 | $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & | |
240 | $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) & | |
3abcf424 RD |
241 | $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) & |
242 | -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. & | |
243 | $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include & | |
244 | -dBMP_DIR="bitmaps/" $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) & | |
245 | $(CXXFLAGS) | |
03206f17 VS |
246 | FL_SAMPLE1_OBJECTS = & |
247 | $(OBJS)\fl_sample1_fl_sample1.obj | |
8c9f8f91 JS |
248 | FL_SAMPLE2_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) & |
249 | $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & | |
250 | $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) & | |
3abcf424 RD |
251 | $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) & |
252 | -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. & | |
253 | $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include & | |
254 | -dBMP_DIR="bitmaps/" $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) & | |
255 | $(CXXFLAGS) | |
03206f17 VS |
256 | FL_SAMPLE2_OBJECTS = & |
257 | $(OBJS)\fl_sample2_fl_sample2.obj | |
8c9f8f91 JS |
258 | FL_SAMPLE3_CXXFLAGS = $(__DEBUGINFO) $(__OPTIMIZEFLAG) $(__THREADSFLAG) & |
259 | $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) & | |
260 | $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) & | |
3abcf424 RD |
261 | $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) & |
262 | -i=.\..\..\..\include -wx -wcd=549 -wcd=656 -wcd=657 -wcd=667 -i=. & | |
263 | $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include & | |
264 | -dBMP_DIR="bitmaps/" $(__RTTIFLAG) $(__EXCEPTIONSFLAG) $(CPPFLAGS) & | |
265 | $(CXXFLAGS) | |
03206f17 VS |
266 | FL_SAMPLE3_OBJECTS = & |
267 | $(OBJS)\fl_sample3_fl_sample3.obj | |
03206f17 | 268 | |
03206f17 VS |
269 | |
270 | all : $(OBJS) | |
271 | $(OBJS) : | |
272 | -if not exist $(OBJS) mkdir $(OBJS) | |
273 | ||
274 | ### Targets: ### | |
275 | ||
9d5f4fbb | 276 | 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 | 277 | |
03206f17 VS |
278 | clean : .SYMBOLIC |
279 | -if exist $(OBJS)\*.obj del $(OBJS)\*.obj | |
280 | -if exist $(OBJS)\*.res del $(OBJS)\*.res | |
281 | -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc | |
282 | -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk | |
b14abf14 | 283 | -if exist $(OBJS)\*.pch del $(OBJS)\*.pch |
03206f17 VS |
284 | -if exist $(OBJS)\fl_demo1.exe del $(OBJS)\fl_demo1.exe |
285 | -if exist $(OBJS)\fl_demo2.exe del $(OBJS)\fl_demo2.exe | |
286 | -if exist $(OBJS)\fl_sample1.exe del $(OBJS)\fl_sample1.exe | |
287 | -if exist $(OBJS)\fl_sample2.exe del $(OBJS)\fl_sample2.exe | |
288 | -if exist $(OBJS)\fl_sample3.exe del $(OBJS)\fl_sample3.exe | |
289 | ||
290 | $(OBJS)\fl_demo1.exe : $(FL_DEMO1_OBJECTS) $(OBJS)\fl_demo1_fl_demo1.res | |
291 | @%create $(OBJS)\fl_demo1.lbc | |
292 | @%append $(OBJS)\fl_demo1.lbc option quiet | |
293 | @%append $(OBJS)\fl_demo1.lbc name $^@ | |
75a0a7b7 | 294 | @%append $(OBJS)\fl_demo1.lbc option caseexact |
b17c1746 | 295 | @%append $(OBJS)\fl_demo1.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 296 | @for %i in ($(FL_DEMO1_OBJECTS)) do @%append $(OBJS)\fl_demo1.lbc file %i |
3abcf424 | 297 | @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 $(EXTRALIBS_FOR_BASE) $(__GDIPLUS_LIB_p) 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 | 298 | @%append $(OBJS)\fl_demo1.lbc option resource=$(OBJS)\fl_demo1_fl_demo1.res |
cf9b63b3 | 299 | @for %i in () do @%append $(OBJS)\fl_demo1.lbc option stack=%i |
03206f17 VS |
300 | wlink @$(OBJS)\fl_demo1.lbc |
301 | ||
302 | $(OBJS)\fl_demo2.exe : $(FL_DEMO2_OBJECTS) $(OBJS)\fl_demo2_fl_demo2.res | |
303 | @%create $(OBJS)\fl_demo2.lbc | |
304 | @%append $(OBJS)\fl_demo2.lbc option quiet | |
305 | @%append $(OBJS)\fl_demo2.lbc name $^@ | |
75a0a7b7 | 306 | @%append $(OBJS)\fl_demo2.lbc option caseexact |
b17c1746 | 307 | @%append $(OBJS)\fl_demo2.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 308 | @for %i in ($(FL_DEMO2_OBJECTS)) do @%append $(OBJS)\fl_demo2.lbc file %i |
3abcf424 | 309 | @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 $(EXTRALIBS_FOR_BASE) $(__GDIPLUS_LIB_p) 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 | 310 | @%append $(OBJS)\fl_demo2.lbc option resource=$(OBJS)\fl_demo2_fl_demo2.res |
cf9b63b3 | 311 | @for %i in () do @%append $(OBJS)\fl_demo2.lbc option stack=%i |
03206f17 VS |
312 | wlink @$(OBJS)\fl_demo2.lbc |
313 | ||
314 | $(OBJS)\fl_sample1.exe : $(FL_SAMPLE1_OBJECTS) $(OBJS)\fl_sample1_fl_sample1.res | |
315 | @%create $(OBJS)\fl_sample1.lbc | |
316 | @%append $(OBJS)\fl_sample1.lbc option quiet | |
317 | @%append $(OBJS)\fl_sample1.lbc name $^@ | |
75a0a7b7 | 318 | @%append $(OBJS)\fl_sample1.lbc option caseexact |
b17c1746 | 319 | @%append $(OBJS)\fl_sample1.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 320 | @for %i in ($(FL_SAMPLE1_OBJECTS)) do @%append $(OBJS)\fl_sample1.lbc file %i |
3abcf424 | 321 | @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 $(EXTRALIBS_FOR_BASE) $(__GDIPLUS_LIB_p) 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 | 322 | @%append $(OBJS)\fl_sample1.lbc option resource=$(OBJS)\fl_sample1_fl_sample1.res |
cf9b63b3 | 323 | @for %i in () do @%append $(OBJS)\fl_sample1.lbc option stack=%i |
03206f17 VS |
324 | wlink @$(OBJS)\fl_sample1.lbc |
325 | ||
326 | $(OBJS)\fl_sample2.exe : $(FL_SAMPLE2_OBJECTS) $(OBJS)\fl_sample2_fl_sample2.res | |
327 | @%create $(OBJS)\fl_sample2.lbc | |
328 | @%append $(OBJS)\fl_sample2.lbc option quiet | |
329 | @%append $(OBJS)\fl_sample2.lbc name $^@ | |
75a0a7b7 | 330 | @%append $(OBJS)\fl_sample2.lbc option caseexact |
b17c1746 | 331 | @%append $(OBJS)\fl_sample2.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 332 | @for %i in ($(FL_SAMPLE2_OBJECTS)) do @%append $(OBJS)\fl_sample2.lbc file %i |
3abcf424 | 333 | @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 $(EXTRALIBS_FOR_BASE) $(__GDIPLUS_LIB_p) 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 | 334 | @%append $(OBJS)\fl_sample2.lbc option resource=$(OBJS)\fl_sample2_fl_sample2.res |
cf9b63b3 | 335 | @for %i in () do @%append $(OBJS)\fl_sample2.lbc option stack=%i |
03206f17 VS |
336 | wlink @$(OBJS)\fl_sample2.lbc |
337 | ||
338 | $(OBJS)\fl_sample3.exe : $(FL_SAMPLE3_OBJECTS) $(OBJS)\fl_sample3_fl_sample3.res | |
339 | @%create $(OBJS)\fl_sample3.lbc | |
340 | @%append $(OBJS)\fl_sample3.lbc option quiet | |
341 | @%append $(OBJS)\fl_sample3.lbc name $^@ | |
75a0a7b7 | 342 | @%append $(OBJS)\fl_sample3.lbc option caseexact |
b17c1746 | 343 | @%append $(OBJS)\fl_sample3.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16' |
03206f17 | 344 | @for %i in ($(FL_SAMPLE3_OBJECTS)) do @%append $(OBJS)\fl_sample3.lbc file %i |
3abcf424 | 345 | @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 $(EXTRALIBS_FOR_BASE) $(__GDIPLUS_LIB_p) 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 | 346 | @%append $(OBJS)\fl_sample3.lbc option resource=$(OBJS)\fl_sample3_fl_sample3.res |
cf9b63b3 | 347 | @for %i in () do @%append $(OBJS)\fl_sample3.lbc option stack=%i |
03206f17 | 348 | wlink @$(OBJS)\fl_sample3.lbc |
b17c1746 DE |
349 | |
350 | data_files : .SYMBOLIC | |
351 | if not exist $(OBJS)\bitmaps mkdir $(OBJS)\bitmaps | |
352 | 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 | |
353 | ||
354 | $(OBJS)\fl_demo1_fl_demo1.obj : .AUTODEPEND .\fl_demo1.cpp | |
4cbcfb73 | 355 | $(CXX) -bt=nt -zq -fo=$^@ $(FL_DEMO1_CXXFLAGS) $< |
b17c1746 DE |
356 | |
357 | $(OBJS)\fl_demo1_fl_demo1.res : .AUTODEPEND .\fl_demo1.rc | |
3abcf424 | 358 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
359 | |
360 | $(OBJS)\fl_demo2_fl_demo2.obj : .AUTODEPEND .\fl_demo2.cpp | |
4cbcfb73 | 361 | $(CXX) -bt=nt -zq -fo=$^@ $(FL_DEMO2_CXXFLAGS) $< |
b17c1746 DE |
362 | |
363 | $(OBJS)\fl_demo2_fl_demo2.res : .AUTODEPEND .\fl_demo2.rc | |
3abcf424 | 364 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
365 | |
366 | $(OBJS)\fl_sample1_fl_sample1.obj : .AUTODEPEND .\fl_sample1.cpp | |
4cbcfb73 | 367 | $(CXX) -bt=nt -zq -fo=$^@ $(FL_SAMPLE1_CXXFLAGS) $< |
b17c1746 DE |
368 | |
369 | $(OBJS)\fl_sample1_fl_sample1.res : .AUTODEPEND .\fl_sample1.rc | |
3abcf424 | 370 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
371 | |
372 | $(OBJS)\fl_sample2_fl_sample2.obj : .AUTODEPEND .\fl_sample2.cpp | |
4cbcfb73 | 373 | $(CXX) -bt=nt -zq -fo=$^@ $(FL_SAMPLE2_CXXFLAGS) $< |
b17c1746 DE |
374 | |
375 | $(OBJS)\fl_sample2_fl_sample2.res : .AUTODEPEND .\fl_sample2.rc | |
3abcf424 | 376 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b17c1746 DE |
377 | |
378 | $(OBJS)\fl_sample3_fl_sample3.obj : .AUTODEPEND .\fl_sample3.cpp | |
4cbcfb73 | 379 | $(CXX) -bt=nt -zq -fo=$^@ $(FL_SAMPLE3_CXXFLAGS) $< |
b17c1746 DE |
380 | |
381 | $(OBJS)\fl_sample3_fl_sample3.res : .AUTODEPEND .\fl_sample3.rc | |
3abcf424 | 382 | wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) $(__GFXCTX_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples -dNOPCH -i=.\..\..\include -dBMP_DIR="bitmaps/" $< |
b14abf14 | 383 |