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