]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/fl/makefile.wat
fixed bakefile so that in-tree headers take precedence over system-installed ones
[wxWidgets.git] / contrib / samples / fl / makefile.wat
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.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 ! 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 LIBDIRNAME =
31 !ifeq SHARED 0
32 LIBDIRNAME = .\..\..\..\lib\wat_lib$(CFG)
33 !endif
34 !ifeq SHARED 1
35 LIBDIRNAME = .\..\..\..\lib\wat_dll$(CFG)
36 !endif
37 PORTNAME =
38 !ifeq USE_GUI 0
39 PORTNAME = base
40 !endif
41 !ifeq USE_GUI 1
42 PORTNAME = msw
43 !endif
44 WXDEBUGFLAG =
45 !ifeq BUILD debug
46 !ifeq DEBUG_FLAG default
47 WXDEBUGFLAG = d
48 !endif
49 !endif
50 !ifeq DEBUG_FLAG 1
51 WXDEBUGFLAG = d
52 !endif
53 WXDLLFLAG =
54 !ifeq SHARED 1
55 WXDLLFLAG = dll
56 !endif
57 WXUNICODEFLAG =
58 !ifeq UNICODE 1
59 WXUNICODEFLAG = u
60 !endif
61 WXUNIVNAME =
62 !ifeq WXUNIV 1
63 WXUNIVNAME = univ
64 !endif
65 __DEBUGINFO =
66 !ifeq BUILD debug
67 !ifeq DEBUG_INFO default
68 __DEBUGINFO = -d2
69 !endif
70 !endif
71 !ifeq BUILD release
72 !ifeq DEBUG_INFO default
73 __DEBUGINFO = -d0
74 !endif
75 !endif
76 !ifeq DEBUG_INFO 0
77 __DEBUGINFO = -d0
78 !endif
79 !ifeq DEBUG_INFO 1
80 __DEBUGINFO = -d2
81 !endif
82 __DEBUGINFO_4 =
83 !ifeq BUILD debug
84 !ifeq DEBUG_INFO default
85 __DEBUGINFO_4 = debug all
86 !endif
87 !endif
88 !ifeq BUILD release
89 !ifeq DEBUG_INFO default
90 __DEBUGINFO_4 =
91 !endif
92 !endif
93 !ifeq DEBUG_INFO 0
94 __DEBUGINFO_4 =
95 !endif
96 !ifeq DEBUG_INFO 1
97 __DEBUGINFO_4 = debug all
98 !endif
99 __DEBUG_DEFINE_p =
100 !ifeq BUILD debug
101 !ifeq DEBUG_FLAG default
102 __DEBUG_DEFINE_p = -d__WXDEBUG__
103 !endif
104 !endif
105 !ifeq DEBUG_FLAG 1
106 __DEBUG_DEFINE_p = -d__WXDEBUG__
107 !endif
108 __DLLFLAG_p =
109 !ifeq SHARED 1
110 __DLLFLAG_p = -dWXUSINGDLL
111 !endif
112 __EXCEPTIONSFLAG =
113 !ifeq USE_EXCEPTIONS 0
114 __EXCEPTIONSFLAG =
115 !endif
116 !ifeq USE_EXCEPTIONS 1
117 __EXCEPTIONSFLAG = -xs
118 !endif
119 __LIB_JPEG_p =
120 !ifeq USE_GUI 1
121 __LIB_JPEG_p = wxjpeg$(WXDEBUGFLAG).lib
122 !endif
123 __LIB_PNG_p =
124 !ifeq USE_GUI 1
125 __LIB_PNG_p = wxpng$(WXDEBUGFLAG).lib
126 !endif
127 __LIB_TIFF_p =
128 !ifeq USE_GUI 1
129 __LIB_TIFF_p = wxtiff$(WXDEBUGFLAG).lib
130 !endif
131 __OPTIMIZEFLAG =
132 !ifeq BUILD debug
133 __OPTIMIZEFLAG = -od
134 !endif
135 !ifeq BUILD release
136 __OPTIMIZEFLAG = -ot -ox
137 !endif
138 __RUNTIME_LIBS =
139 !ifeq RUNTIME_LIBS dynamic
140 __RUNTIME_LIBS = -br
141 !endif
142 !ifeq RUNTIME_LIBS static
143 __RUNTIME_LIBS =
144 !endif
145 __UNICODE_DEFINE_p =
146 !ifeq UNICODE 1
147 __UNICODE_DEFINE_p = -d_UNICODE
148 !endif
149 __WXLIB_BASE_p =
150 !ifeq MONOLITHIC 0
151 __WXLIB_BASE_p = wxbase25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
152 !endif
153 __WXLIB_CORE_p =
154 !ifeq MONOLITHIC 0
155 __WXLIB_CORE_p = &
156 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG)_core.lib
157 !endif
158 __WXLIB_MONO_p =
159 !ifeq MONOLITHIC 1
160 __WXLIB_MONO_p = &
161 wx$(PORTNAME)$(WXUNIVNAME)25$(WXUNICODEFLAG)$(WXDEBUGFLAG).lib
162 !endif
163 __WXUNIV_DEFINE_p =
164 !ifeq WXUNIV 1
165 __WXUNIV_DEFINE_p = -d__WXUNIVERSAL__
166 !endif
167
168 ### Variables: ###
169
170 FL_DEMO1_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
171 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
172 $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. &
173 $(__DLLFLAG_p) -i=.\..\..\..\samples -i=.\..\..\include &
174 -dBMP_DIR="bitmaps/" $(CXXFLAGS) $(__EXCEPTIONSFLAG)
175 FL_DEMO1_OBJECTS = &
176 $(OBJS)\fl_demo1_fl_demo1.obj
177 FL_DEMO2_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
178 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
179 $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. &
180 $(__DLLFLAG_p) -i=.\..\..\..\samples -i=.\..\..\include &
181 -dBMP_DIR="bitmaps/" $(CXXFLAGS) $(__EXCEPTIONSFLAG)
182 FL_DEMO2_OBJECTS = &
183 $(OBJS)\fl_demo2_fl_demo2.obj
184 FL_SAMPLE1_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
185 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
186 $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. &
187 $(__DLLFLAG_p) -i=.\..\..\..\samples -i=.\..\..\include &
188 -dBMP_DIR="bitmaps/" $(CXXFLAGS) $(__EXCEPTIONSFLAG)
189 FL_SAMPLE1_OBJECTS = &
190 $(OBJS)\fl_sample1_fl_sample1.obj
191 FL_SAMPLE2_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
192 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
193 $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. &
194 $(__DLLFLAG_p) -i=.\..\..\..\samples -i=.\..\..\include &
195 -dBMP_DIR="bitmaps/" $(CXXFLAGS) $(__EXCEPTIONSFLAG)
196 FL_SAMPLE2_OBJECTS = &
197 $(OBJS)\fl_sample2_fl_sample2.obj
198 FL_SAMPLE3_CXXFLAGS = $(CPPFLAGS) $(__DEBUGINFO) $(__OPTIMIZEFLAG) -bm &
199 $(__RUNTIME_LIBS) -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) &
200 $(__UNICODE_DEFINE_p) -i=.\..\..\..\include -i=$(SETUPHDIR) -i=. &
201 $(__DLLFLAG_p) -i=.\..\..\..\samples -i=.\..\..\include &
202 -dBMP_DIR="bitmaps/" $(CXXFLAGS) $(__EXCEPTIONSFLAG)
203 FL_SAMPLE3_OBJECTS = &
204 $(OBJS)\fl_sample3_fl_sample3.obj
205 OBJS = &
206 wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)
207 SETUPHDIR = &
208 $(LIBDIRNAME)\$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)
209
210
211 all : $(OBJS)
212 $(OBJS) :
213 -if not exist $(OBJS) mkdir $(OBJS)
214
215 ### Targets: ###
216
217 all : .SYMBOLIC $(OBJS)\fl_demo1.exe $(OBJS)\fl_demo2.exe $(OBJS)\fl_sample1.exe $(OBJS)\fl_sample2.exe $(OBJS)\fl_sample3.exe data_files
218
219 $(OBJS)\fl_demo1_fl_demo1.obj : .AUTODEPEND .\fl_demo1.cpp
220 $(CXX) -zq -fo=$^@ $(FL_DEMO1_CXXFLAGS) $<
221
222 $(OBJS)\fl_demo1_fl_demo1.res : .AUTODEPEND .\fl_demo1.rc
223 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 -i=.\..\..\include -dBMP_DIR="bitmaps/" $<
224
225 $(OBJS)\fl_demo2_fl_demo2.obj : .AUTODEPEND .\fl_demo2.cpp
226 $(CXX) -zq -fo=$^@ $(FL_DEMO2_CXXFLAGS) $<
227
228 $(OBJS)\fl_demo2_fl_demo2.res : .AUTODEPEND .\fl_demo2.rc
229 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 -i=.\..\..\include -dBMP_DIR="bitmaps/" $<
230
231 $(OBJS)\fl_sample1_fl_sample1.obj : .AUTODEPEND .\fl_sample1.cpp
232 $(CXX) -zq -fo=$^@ $(FL_SAMPLE1_CXXFLAGS) $<
233
234 $(OBJS)\fl_sample1_fl_sample1.res : .AUTODEPEND .\fl_sample1.rc
235 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 -i=.\..\..\include -dBMP_DIR="bitmaps/" $<
236
237 $(OBJS)\fl_sample2_fl_sample2.obj : .AUTODEPEND .\fl_sample2.cpp
238 $(CXX) -zq -fo=$^@ $(FL_SAMPLE2_CXXFLAGS) $<
239
240 $(OBJS)\fl_sample2_fl_sample2.res : .AUTODEPEND .\fl_sample2.rc
241 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 -i=.\..\..\include -dBMP_DIR="bitmaps/" $<
242
243 $(OBJS)\fl_sample3_fl_sample3.obj : .AUTODEPEND .\fl_sample3.cpp
244 $(CXX) -zq -fo=$^@ $(FL_SAMPLE3_CXXFLAGS) $<
245
246 $(OBJS)\fl_sample3_fl_sample3.res : .AUTODEPEND .\fl_sample3.rc
247 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 -i=.\..\..\include -dBMP_DIR="bitmaps/" $<
248
249 clean : .SYMBOLIC
250 -if exist $(OBJS)\*.obj del $(OBJS)\*.obj
251 -if exist $(OBJS)\*.res del $(OBJS)\*.res
252 -if exist $(OBJS)\*.lbc del $(OBJS)\*.lbc
253 -if exist $(OBJS)\*.ilk del $(OBJS)\*.ilk
254 -if exist $(OBJS)\fl_demo1.exe del $(OBJS)\fl_demo1.exe
255 -if exist $(OBJS)\fl_demo2.exe del $(OBJS)\fl_demo2.exe
256 -if exist $(OBJS)\fl_sample1.exe del $(OBJS)\fl_sample1.exe
257 -if exist $(OBJS)\fl_sample2.exe del $(OBJS)\fl_sample2.exe
258 -if exist $(OBJS)\fl_sample3.exe del $(OBJS)\fl_sample3.exe
259
260 data_files : .SYMBOLIC
261 if not exist $(OBJS)\bitmaps mkdir $(OBJS)\bitmaps
262 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
263
264 $(OBJS)\fl_demo1.exe : $(FL_DEMO1_OBJECTS) $(OBJS)\fl_demo1_fl_demo1.res
265 @%create $(OBJS)\fl_demo1.lbc
266 @%append $(OBJS)\fl_demo1.lbc option quiet
267 @%append $(OBJS)\fl_demo1.lbc name $^@
268 @%append $(OBJS)\fl_demo1.lbc option caseexact
269 @%append $(OBJS)\fl_demo1.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
270 @for %i in ($(FL_DEMO1_OBJECTS)) do @%append $(OBJS)\fl_demo1.lbc file %i
271 @for %i in ( 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 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 ) do @%append $(OBJS)\fl_demo1.lbc library %i
272 @%append $(OBJS)\fl_demo1.lbc option resource=$(OBJS)\fl_demo1_fl_demo1.res
273 wlink @$(OBJS)\fl_demo1.lbc
274
275 $(OBJS)\fl_demo2.exe : $(FL_DEMO2_OBJECTS) $(OBJS)\fl_demo2_fl_demo2.res
276 @%create $(OBJS)\fl_demo2.lbc
277 @%append $(OBJS)\fl_demo2.lbc option quiet
278 @%append $(OBJS)\fl_demo2.lbc name $^@
279 @%append $(OBJS)\fl_demo2.lbc option caseexact
280 @%append $(OBJS)\fl_demo2.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
281 @for %i in ($(FL_DEMO2_OBJECTS)) do @%append $(OBJS)\fl_demo2.lbc file %i
282 @for %i in ( 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 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 ) do @%append $(OBJS)\fl_demo2.lbc library %i
283 @%append $(OBJS)\fl_demo2.lbc option resource=$(OBJS)\fl_demo2_fl_demo2.res
284 wlink @$(OBJS)\fl_demo2.lbc
285
286 $(OBJS)\fl_sample1.exe : $(FL_SAMPLE1_OBJECTS) $(OBJS)\fl_sample1_fl_sample1.res
287 @%create $(OBJS)\fl_sample1.lbc
288 @%append $(OBJS)\fl_sample1.lbc option quiet
289 @%append $(OBJS)\fl_sample1.lbc name $^@
290 @%append $(OBJS)\fl_sample1.lbc option caseexact
291 @%append $(OBJS)\fl_sample1.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
292 @for %i in ($(FL_SAMPLE1_OBJECTS)) do @%append $(OBJS)\fl_sample1.lbc file %i
293 @for %i in ( 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 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 ) do @%append $(OBJS)\fl_sample1.lbc library %i
294 @%append $(OBJS)\fl_sample1.lbc option resource=$(OBJS)\fl_sample1_fl_sample1.res
295 wlink @$(OBJS)\fl_sample1.lbc
296
297 $(OBJS)\fl_sample2.exe : $(FL_SAMPLE2_OBJECTS) $(OBJS)\fl_sample2_fl_sample2.res
298 @%create $(OBJS)\fl_sample2.lbc
299 @%append $(OBJS)\fl_sample2.lbc option quiet
300 @%append $(OBJS)\fl_sample2.lbc name $^@
301 @%append $(OBJS)\fl_sample2.lbc option caseexact
302 @%append $(OBJS)\fl_sample2.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
303 @for %i in ($(FL_SAMPLE2_OBJECTS)) do @%append $(OBJS)\fl_sample2.lbc file %i
304 @for %i in ( 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 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 ) do @%append $(OBJS)\fl_sample2.lbc library %i
305 @%append $(OBJS)\fl_sample2.lbc option resource=$(OBJS)\fl_sample2_fl_sample2.res
306 wlink @$(OBJS)\fl_sample2.lbc
307
308 $(OBJS)\fl_sample3.exe : $(FL_SAMPLE3_OBJECTS) $(OBJS)\fl_sample3_fl_sample3.res
309 @%create $(OBJS)\fl_sample3.lbc
310 @%append $(OBJS)\fl_sample3.lbc option quiet
311 @%append $(OBJS)\fl_sample3.lbc name $^@
312 @%append $(OBJS)\fl_sample3.lbc option caseexact
313 @%append $(OBJS)\fl_sample3.lbc $(LDFLAGS) $(__DEBUGINFO_4) libpath $(LIBDIRNAME) system nt_win ref '_WinMain@16'
314 @for %i in ($(FL_SAMPLE3_OBJECTS)) do @%append $(OBJS)\fl_sample3.lbc file %i
315 @for %i in ( 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 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 ) do @%append $(OBJS)\fl_sample3.lbc library %i
316 @%append $(OBJS)\fl_sample3.lbc option resource=$(OBJS)\fl_sample3_fl_sample3.res
317 wlink @$(OBJS)\fl_sample3.lbc