]> git.saurik.com Git - wxWidgets.git/blame_incremental - contrib/samples/fl/makefile.vc
IsDialogMessage fix
[wxWidgets.git] / contrib / samples / fl / makefile.vc
... / ...
CommitLineData
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# =========================================================================
6
7!include <../../../build/msw/config.vc>
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15FL_DEMO1_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_3) /DWIN32 \
16 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_demo1.pdb $(____DEBUGRUNTIME_2_p) \
17 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
18 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
19 /D_WINDOWS /I.\..\..\..\samples /I.\..\..\include /DBMP_DIR=\"bitmaps/\" \
20 $(CXXFLAGS) /GR /GX
21FL_DEMO1_OBJECTS = \
22 $(OBJS)\fl_demo1_fl_demo1.obj \
23 $(OBJS)\fl_demo1_fl_demo1.res
24FL_DEMO2_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_13) \
25 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_demo2.pdb $(____DEBUGRUNTIME_12_p) \
26 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
27 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
28 /D_WINDOWS /I.\..\..\..\samples /I.\..\..\include /DBMP_DIR=\"bitmaps/\" \
29 $(CXXFLAGS) /GR /GX
30FL_DEMO2_OBJECTS = \
31 $(OBJS)\fl_demo2_fl_demo2.obj \
32 $(OBJS)\fl_demo2_fl_demo2.res
33FL_SAMPLE1_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_23) \
34 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_sample1.pdb $(____DEBUGRUNTIME_22_p) \
35 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
36 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
37 /D_WINDOWS /I.\..\..\..\samples /I.\..\..\include /DBMP_DIR=\"bitmaps/\" \
38 $(CXXFLAGS) /GR /GX
39FL_SAMPLE1_OBJECTS = \
40 $(OBJS)\fl_sample1_fl_sample1.obj \
41 $(OBJS)\fl_sample1_fl_sample1.res
42FL_SAMPLE2_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_33) \
43 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_sample2.pdb $(____DEBUGRUNTIME_32_p) \
44 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
45 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
46 /D_WINDOWS /I.\..\..\..\samples /I.\..\..\include /DBMP_DIR=\"bitmaps/\" \
47 $(CXXFLAGS) /GR /GX
48FL_SAMPLE2_OBJECTS = \
49 $(OBJS)\fl_sample2_fl_sample2.obj \
50 $(OBJS)\fl_sample2_fl_sample2.res
51FL_SAMPLE3_CXXFLAGS = $(CPPFLAGS) /M$(__RUNTIME_LIBS)$(__DEBUGRUNTIME_43) \
52 /DWIN32 $(__DEBUGINFO_8) /Fd$(OBJS)\fl_sample3.pdb $(____DEBUGRUNTIME_42_p) \
53 $(__OPTIMIZEFLAG) /D__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) \
54 $(__UNICODE_DEFINE_p) /I.\..\..\..\include /I$(SETUPHDIR) /I. $(__DLLFLAG_p) \
55 /D_WINDOWS /I.\..\..\..\samples /I.\..\..\include /DBMP_DIR=\"bitmaps/\" \
56 $(CXXFLAGS) /GR /GX
57FL_SAMPLE3_OBJECTS = \
58 $(OBJS)\fl_sample3_fl_sample3.obj \
59 $(OBJS)\fl_sample3_fl_sample3.res
60OBJS = \
61 vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
62SETUPHDIR = \
63 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
64
65### Conditionally set variables: ###
66
67!if "$(SHARED)" == "0"
68LIBDIRNAME = .\..\..\..\lib\vc_lib$(CFG)
69!endif
70!if "$(SHARED)" == "1"
71LIBDIRNAME = .\..\..\..\lib\vc_dll$(CFG)
72!endif
73!if "$(USE_GUI)" == "0"
74PORTNAME = base
75!endif
76!if "$(USE_GUI)" == "1"
77PORTNAME = msw
78!endif
79!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
80WXDEBUGFLAG = d
81!endif
82!if "$(DEBUG_FLAG)" == "1"
83WXDEBUGFLAG = d
84!endif
85!if "$(SHARED)" == "1"
86WXDLLFLAG = dll
87!endif
88!if "$(UNICODE)" == "1"
89WXUNICODEFLAG = u
90!endif
91!if "$(WXUNIV)" == "1"
92WXUNIVNAME = univ
93!endif
94!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
95__DEBUGINFO = d
96!endif
97!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
98__DEBUGINFO =
99!endif
100!if "$(DEBUG_INFO)" == "0"
101__DEBUGINFO =
102!endif
103!if "$(DEBUG_INFO)" == "1"
104__DEBUGINFO = d
105!endif
106!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
107__DEBUGINFO_7 = /DEBUG
108!endif
109!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
110__DEBUGINFO_7 =
111!endif
112!if "$(DEBUG_INFO)" == "0"
113__DEBUGINFO_7 =
114!endif
115!if "$(DEBUG_INFO)" == "1"
116__DEBUGINFO_7 = /DEBUG
117!endif
118!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
119__DEBUGINFO_8 = /Zi
120!endif
121!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
122__DEBUGINFO_8 =
123!endif
124!if "$(DEBUG_INFO)" == "0"
125__DEBUGINFO_8 =
126!endif
127!if "$(DEBUG_INFO)" == "1"
128__DEBUGINFO_8 = /Zi
129!endif
130!if "$(DEBUG_RUNTIME_LIBS)" == "0"
131__DEBUGRUNTIME_13 =
132!endif
133!if "$(DEBUG_RUNTIME_LIBS)" == "1"
134__DEBUGRUNTIME_13 = d
135!endif
136!if "$(DEBUG_RUNTIME_LIBS)" == "default"
137__DEBUGRUNTIME_13 = $(__DEBUGINFO)
138!endif
139!if "$(DEBUG_RUNTIME_LIBS)" == "0"
140__DEBUGRUNTIME_23 =
141!endif
142!if "$(DEBUG_RUNTIME_LIBS)" == "1"
143__DEBUGRUNTIME_23 = d
144!endif
145!if "$(DEBUG_RUNTIME_LIBS)" == "default"
146__DEBUGRUNTIME_23 = $(__DEBUGINFO)
147!endif
148!if "$(DEBUG_RUNTIME_LIBS)" == "0"
149__DEBUGRUNTIME_3 =
150!endif
151!if "$(DEBUG_RUNTIME_LIBS)" == "1"
152__DEBUGRUNTIME_3 = d
153!endif
154!if "$(DEBUG_RUNTIME_LIBS)" == "default"
155__DEBUGRUNTIME_3 = $(__DEBUGINFO)
156!endif
157!if "$(DEBUG_RUNTIME_LIBS)" == "0"
158__DEBUGRUNTIME_33 =
159!endif
160!if "$(DEBUG_RUNTIME_LIBS)" == "1"
161__DEBUGRUNTIME_33 = d
162!endif
163!if "$(DEBUG_RUNTIME_LIBS)" == "default"
164__DEBUGRUNTIME_33 = $(__DEBUGINFO)
165!endif
166!if "$(DEBUG_RUNTIME_LIBS)" == "0"
167__DEBUGRUNTIME_43 =
168!endif
169!if "$(DEBUG_RUNTIME_LIBS)" == "1"
170__DEBUGRUNTIME_43 = d
171!endif
172!if "$(DEBUG_RUNTIME_LIBS)" == "default"
173__DEBUGRUNTIME_43 = $(__DEBUGINFO)
174!endif
175!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
176__DEBUG_DEFINE_p = /D__WXDEBUG__
177!endif
178!if "$(DEBUG_FLAG)" == "1"
179__DEBUG_DEFINE_p = /D__WXDEBUG__
180!endif
181!if "$(BUILD)" == "debug" && "$(DEBUG_FLAG)" == "default"
182__DEBUG_DEFINE_p_14 = /d __WXDEBUG__
183!endif
184!if "$(DEBUG_FLAG)" == "1"
185__DEBUG_DEFINE_p_14 = /d __WXDEBUG__
186!endif
187!if "$(SHARED)" == "1"
188__DLLFLAG_p = /DWXUSINGDLL
189!endif
190!if "$(SHARED)" == "1"
191__DLLFLAG_p_11 = /d WXUSINGDLL
192!endif
193!if "$(USE_GUI)" == "1"
194__LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
195!endif
196!if "$(USE_GUI)" == "1"
197__LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
198!endif
199!if "$(USE_GUI)" == "1"
200__LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
201!endif
202!if "$(BUILD)" == "debug"
203__OPTIMIZEFLAG = /Od
204!endif
205!if "$(BUILD)" == "release"
206__OPTIMIZEFLAG = /O2
207!endif
208!if "$(RUNTIME_LIBS)" == "dynamic"
209__RUNTIME_LIBS = D
210!endif
211!if "$(RUNTIME_LIBS)" == "static"
212__RUNTIME_LIBS = T
213!endif
214!if "$(UNICODE)" == "1"
215__UNICODE_DEFINE_p = /DwxUSE_UNICODE=1
216!endif
217!if "$(UNICODE)" == "1"
218__UNICODE_DEFINE_p_15 = /d wxUSE_UNICODE=1
219!endif
220!if "$(MSLU)" == "1"
221__UNICOWS_LIB_p = unicows.lib
222!endif
223!if "$(MONOLITHIC)" == "0"
224__WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
225!endif
226!if "$(MONOLITHIC)" == "0"
227__WXLIB_CORE_p = \
228 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
229!endif
230!if "$(MONOLITHIC)" == "1"
231__WXLIB_MONO_p = \
232 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
233!endif
234!if "$(WXUNIV)" == "1"
235__WXUNIV_DEFINE_p = /D__WXUNIVERSAL__
236!endif
237!if "$(WXUNIV)" == "1"
238__WXUNIV_DEFINE_p_12 = /d __WXUNIVERSAL__
239!endif
240!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
241____DEBUGINFO = /d _DEBUG
242!endif
243!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
244____DEBUGINFO =
245!endif
246!if "$(DEBUG_INFO)" == "0"
247____DEBUGINFO =
248!endif
249!if "$(DEBUG_INFO)" == "1"
250____DEBUGINFO = /d _DEBUG
251!endif
252!if "$(BUILD)" == "debug" && "$(DEBUG_INFO)" == "default"
253____DEBUGINFO_2 = /D_DEBUG
254!endif
255!if "$(BUILD)" == "release" && "$(DEBUG_INFO)" == "default"
256____DEBUGINFO_2 =
257!endif
258!if "$(DEBUG_INFO)" == "0"
259____DEBUGINFO_2 =
260!endif
261!if "$(DEBUG_INFO)" == "1"
262____DEBUGINFO_2 = /D_DEBUG
263!endif
264!if "$(DEBUG_RUNTIME_LIBS)" == "0"
265____DEBUGRUNTIME_12_p =
266!endif
267!if "$(DEBUG_RUNTIME_LIBS)" == "1"
268____DEBUGRUNTIME_12_p = /D_DEBUG
269!endif
270!if "$(DEBUG_RUNTIME_LIBS)" == "default"
271____DEBUGRUNTIME_12_p = $(____DEBUGINFO_2)
272!endif
273!if "$(DEBUG_RUNTIME_LIBS)" == "0"
274____DEBUGRUNTIME_12_p_1 =
275!endif
276!if "$(DEBUG_RUNTIME_LIBS)" == "1"
277____DEBUGRUNTIME_12_p_1 = /d _DEBUG
278!endif
279!if "$(DEBUG_RUNTIME_LIBS)" == "default"
280____DEBUGRUNTIME_12_p_1 = $(____DEBUGINFO)
281!endif
282!if "$(DEBUG_RUNTIME_LIBS)" == "0"
283____DEBUGRUNTIME_22_p =
284!endif
285!if "$(DEBUG_RUNTIME_LIBS)" == "1"
286____DEBUGRUNTIME_22_p = /D_DEBUG
287!endif
288!if "$(DEBUG_RUNTIME_LIBS)" == "default"
289____DEBUGRUNTIME_22_p = $(____DEBUGINFO_2)
290!endif
291!if "$(DEBUG_RUNTIME_LIBS)" == "0"
292____DEBUGRUNTIME_22_p_1 =
293!endif
294!if "$(DEBUG_RUNTIME_LIBS)" == "1"
295____DEBUGRUNTIME_22_p_1 = /d _DEBUG
296!endif
297!if "$(DEBUG_RUNTIME_LIBS)" == "default"
298____DEBUGRUNTIME_22_p_1 = $(____DEBUGINFO)
299!endif
300!if "$(DEBUG_RUNTIME_LIBS)" == "0"
301____DEBUGRUNTIME_2_p =
302!endif
303!if "$(DEBUG_RUNTIME_LIBS)" == "1"
304____DEBUGRUNTIME_2_p = /D_DEBUG
305!endif
306!if "$(DEBUG_RUNTIME_LIBS)" == "default"
307____DEBUGRUNTIME_2_p = $(____DEBUGINFO_2)
308!endif
309!if "$(DEBUG_RUNTIME_LIBS)" == "0"
310____DEBUGRUNTIME_2_p_1 =
311!endif
312!if "$(DEBUG_RUNTIME_LIBS)" == "1"
313____DEBUGRUNTIME_2_p_1 = /d _DEBUG
314!endif
315!if "$(DEBUG_RUNTIME_LIBS)" == "default"
316____DEBUGRUNTIME_2_p_1 = $(____DEBUGINFO)
317!endif
318!if "$(DEBUG_RUNTIME_LIBS)" == "0"
319____DEBUGRUNTIME_32_p =
320!endif
321!if "$(DEBUG_RUNTIME_LIBS)" == "1"
322____DEBUGRUNTIME_32_p = /D_DEBUG
323!endif
324!if "$(DEBUG_RUNTIME_LIBS)" == "default"
325____DEBUGRUNTIME_32_p = $(____DEBUGINFO_2)
326!endif
327!if "$(DEBUG_RUNTIME_LIBS)" == "0"
328____DEBUGRUNTIME_32_p_1 =
329!endif
330!if "$(DEBUG_RUNTIME_LIBS)" == "1"
331____DEBUGRUNTIME_32_p_1 = /d _DEBUG
332!endif
333!if "$(DEBUG_RUNTIME_LIBS)" == "default"
334____DEBUGRUNTIME_32_p_1 = $(____DEBUGINFO)
335!endif
336!if "$(DEBUG_RUNTIME_LIBS)" == "0"
337____DEBUGRUNTIME_42_p =
338!endif
339!if "$(DEBUG_RUNTIME_LIBS)" == "1"
340____DEBUGRUNTIME_42_p = /D_DEBUG
341!endif
342!if "$(DEBUG_RUNTIME_LIBS)" == "default"
343____DEBUGRUNTIME_42_p = $(____DEBUGINFO_2)
344!endif
345!if "$(DEBUG_RUNTIME_LIBS)" == "0"
346____DEBUGRUNTIME_42_p_1 =
347!endif
348!if "$(DEBUG_RUNTIME_LIBS)" == "1"
349____DEBUGRUNTIME_42_p_1 = /d _DEBUG
350!endif
351!if "$(DEBUG_RUNTIME_LIBS)" == "default"
352____DEBUGRUNTIME_42_p_1 = $(____DEBUGINFO)
353!endif
354
355
356all: $(OBJS)
357$(OBJS):
358 -if not exist $(OBJS) mkdir $(OBJS)
359
360### Targets: ###
361
362all: $(OBJS)\fl_demo1.exe $(OBJS)\fl_demo2.exe $(OBJS)\fl_sample1.exe $(OBJS)\fl_sample2.exe $(OBJS)\fl_sample3.exe data_files
363
364$(OBJS)\fl_demo1_fl_demo1.obj: .\fl_demo1.cpp
365 $(CXX) /c /nologo /TP /Fo$@ $(FL_DEMO1_CXXFLAGS) $**
366
367$(OBJS)\fl_demo1_fl_demo1.res: .\fl_demo1.rc
368 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_2_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_12) $(__DEBUG_DEFINE_p_14) $(__UNICODE_DEFINE_p_15) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_11) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
369
370$(OBJS)\fl_demo2_fl_demo2.obj: .\fl_demo2.cpp
371 $(CXX) /c /nologo /TP /Fo$@ $(FL_DEMO2_CXXFLAGS) $**
372
373$(OBJS)\fl_demo2_fl_demo2.res: .\fl_demo2.rc
374 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_12_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_12) $(__DEBUG_DEFINE_p_14) $(__UNICODE_DEFINE_p_15) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_11) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
375
376$(OBJS)\fl_sample1_fl_sample1.obj: .\fl_sample1.cpp
377 $(CXX) /c /nologo /TP /Fo$@ $(FL_SAMPLE1_CXXFLAGS) $**
378
379$(OBJS)\fl_sample1_fl_sample1.res: .\fl_sample1.rc
380 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_22_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_12) $(__DEBUG_DEFINE_p_14) $(__UNICODE_DEFINE_p_15) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_11) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
381
382$(OBJS)\fl_sample2_fl_sample2.obj: .\fl_sample2.cpp
383 $(CXX) /c /nologo /TP /Fo$@ $(FL_SAMPLE2_CXXFLAGS) $**
384
385$(OBJS)\fl_sample2_fl_sample2.res: .\fl_sample2.rc
386 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_32_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_12) $(__DEBUG_DEFINE_p_14) $(__UNICODE_DEFINE_p_15) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_11) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
387
388$(OBJS)\fl_sample3_fl_sample3.obj: .\fl_sample3.cpp
389 $(CXX) /c /nologo /TP /Fo$@ $(FL_SAMPLE3_CXXFLAGS) $**
390
391$(OBJS)\fl_sample3_fl_sample3.res: .\fl_sample3.rc
392 rc /fo$@ /d WIN32 $(____DEBUGRUNTIME_42_p_1) /d __WXMSW__ $(__WXUNIV_DEFINE_p_12) $(__DEBUG_DEFINE_p_14) $(__UNICODE_DEFINE_p_15) /i .\..\..\..\include /i $(SETUPHDIR) /i . $(__DLLFLAG_p_11) /d _WINDOWS /i .\..\..\..\samples /i .\..\..\include /d BMP_DIR="bitmaps/" $**
393
394clean:
395 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
396 -if exist $(OBJS)\*.res del $(OBJS)\*.res
397 -if exist $(OBJS)\fl_demo1.exe del $(OBJS)\fl_demo1.exe
398 -if exist $(OBJS)\fl_demo2.exe del $(OBJS)\fl_demo2.exe
399 -if exist $(OBJS)\fl_sample1.exe del $(OBJS)\fl_sample1.exe
400 -if exist $(OBJS)\fl_sample2.exe del $(OBJS)\fl_sample2.exe
401 -if exist $(OBJS)\fl_sample3.exe del $(OBJS)\fl_sample3.exe
402
403data_files:
404 if not exist $(OBJS)\bitmaps mkdir $(OBJS)\bitmaps
405 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
406
407$(OBJS)\fl_demo1.exe: $(FL_DEMO1_OBJECTS) $(OBJS)\fl_demo1_fl_demo1.res
408 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_7) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
409 $(FL_DEMO1_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
410<<
411
412$(OBJS)\fl_demo2.exe: $(FL_DEMO2_OBJECTS) $(OBJS)\fl_demo2_fl_demo2.res
413 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_7) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
414 $(FL_DEMO2_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
415<<
416
417$(OBJS)\fl_sample1.exe: $(FL_SAMPLE1_OBJECTS) $(OBJS)\fl_sample1_fl_sample1.res
418 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_7) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
419 $(FL_SAMPLE1_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
420<<
421
422$(OBJS)\fl_sample2.exe: $(FL_SAMPLE2_OBJECTS) $(OBJS)\fl_sample2_fl_sample2.res
423 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_7) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
424 $(FL_SAMPLE2_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
425<<
426
427$(OBJS)\fl_sample3.exe: $(FL_SAMPLE3_OBJECTS) $(OBJS)\fl_sample3_fl_sample3.res
428 link /NOLOGO /OUT:$@ $(LDFLAGS) $(__DEBUGINFO_7) /LIBPATH:$(LIBDIRNAME) /SUBSYSTEM:WINDOWS @<<
429 $(FL_SAMPLE3_OBJECTS) wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_fl.lib $(__WXLIB_CORE_p) $(__WXLIB_BASE_p) $(__WXLIB_MONO_p) $(__LIB_TIFF_p) $(__LIB_JPEG_p) $(__LIB_PNG_p) wxzlib$(WXDEBUGFLAG).lib wxregex$(WXDEBUGFLAG).lib wxexpat$(WXDEBUGFLAG).lib $(__UNICOWS_LIB_p) kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib
430<<