You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

408 lines
12KB

  1. # Microsoft Developer Studio Project File - Name="fltk_formsdll" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=fltk_formsdll - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "fltk_formsdll.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "fltk_formsdll.mak" CFG="fltk_formsdll - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "fltk_formsdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "fltk_formsdll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "fltk_formsdll - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release/fltk_formsdll"
  32. # PROP BASE Intermediate_Dir "Release/fltk_formsdll"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release/fltk_formsdll"
  37. # PROP Intermediate_Dir "Release/fltk_formsdll"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /Os /Ob2 /I "../../zlib" /I "../../png" /I "../../jpeg" /I "." /I "../.." /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
  51. # ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltk_formsdll.pdb" /machine:I386
  52. # SUBTRACT LINK32 /pdb:none
  53. !ELSEIF "$(CFG)" == "fltk_formsdll - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug/fltk_formsdll"
  57. # PROP BASE Intermediate_Dir "Debug/fltk_formsdll"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug/fltk_formsdll"
  62. # PROP Intermediate_Dir "Debug/fltk_formsdll"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  66. # ADD CPP /nologo /MDd /GX /ZI /Od /I "." /I "../.." /I "..\..\zlib" /I "..\..\png" /I "..\..\jpeg" /D "FL_DLL" /D "FL_LIBRARY" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_CRT_SECURE_NO_DEPRECATE" /D "_CRT_NONSTDC_NO_DEPRECATE" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRA_LEAN" /D "WIN32_EXTRA_LEAN" /YX /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  69. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  70. # ADD RSC /l 0x409 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 opengl32.lib comctl32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /version:1.0 /subsystem:windows /dll /pdb:"fltk_formsdlld.pdb" /debug /machine:I386 /out:"Debug/fltk_formsdll/fltk_formsdlld.dll" /pdbtype:sept
  77. # SUBTRACT LINK32 /pdb:none /incremental:no
  78. !ENDIF
  79. # Begin Target
  80. # Name "fltk_formsdll - Win32 Release"
  81. # Name "fltk_formsdll - Win32 Debug"
  82. # Begin Source File
  83. SOURCE=..\..\src\forms_bitmap.cxx
  84. DEP_CPP_FORMS=\
  85. "..\..\fl\enumerations.h"\
  86. "..\..\fl\filename.h"\
  87. "..\..\fl\fl.h"\
  88. "..\..\fl\fl_ask.h"\
  89. "..\..\fl\fl_bitmap.h"\
  90. "..\..\fl\fl_box.h"\
  91. "..\..\fl\fl_browser.h"\
  92. "..\..\fl\fl_browser_.h"\
  93. "..\..\fl\fl_button.h"\
  94. "..\..\FL\Fl_Cairo.H"\
  95. "..\..\fl\fl_chart.h"\
  96. "..\..\fl\fl_check_button.h"\
  97. "..\..\fl\fl_choice.h"\
  98. "..\..\fl\fl_clock.h"\
  99. "..\..\fl\fl_counter.h"\
  100. "..\..\fl\fl_device.h"\
  101. "..\..\fl\fl_dial.h"\
  102. "..\..\fl\fl_double_window.h"\
  103. "..\..\fl\fl_draw.h"\
  104. "..\..\fl\fl_export.h"\
  105. "..\..\fl\fl_file_browser.h"\
  106. "..\..\fl\fl_file_chooser.h"\
  107. "..\..\fl\fl_file_icon.h"\
  108. "..\..\fl\fl_file_input.h"\
  109. "..\..\fl\fl_formsbitmap.h"\
  110. "..\..\fl\fl_formspixmap.h"\
  111. "..\..\fl\fl_free.h"\
  112. "..\..\fl\fl_group.h"\
  113. "..\..\fl\fl_image.h"\
  114. "..\..\fl\fl_input.h"\
  115. "..\..\fl\fl_input_.h"\
  116. "..\..\fl\fl_light_button.h"\
  117. "..\..\fl\fl_menu_.h"\
  118. "..\..\fl\fl_menu_button.h"\
  119. "..\..\fl\fl_menu_item.h"\
  120. "..\..\fl\fl_pixmap.h"\
  121. "..\..\fl\fl_plugin.h"\
  122. "..\..\fl\fl_positioner.h"\
  123. "..\..\fl\fl_preferences.h"\
  124. "..\..\fl\fl_return_button.h"\
  125. "..\..\fl\fl_rgb_image.h"\
  126. "..\..\fl\fl_round_button.h"\
  127. "..\..\fl\fl_scrollbar.h"\
  128. "..\..\fl\fl_show_colormap.h"\
  129. "..\..\fl\fl_slider.h"\
  130. "..\..\fl\fl_tile.h"\
  131. "..\..\fl\fl_timer.h"\
  132. "..\..\fl\fl_types.h"\
  133. "..\..\fl\fl_utf8.h"\
  134. "..\..\fl\fl_valuator.h"\
  135. "..\..\fl\fl_value_slider.h"\
  136. "..\..\fl\fl_widget.h"\
  137. "..\..\fl\fl_window.h"\
  138. "..\..\fl\forms.h"\
  139. "..\..\fl\mac.H"\
  140. "..\..\fl\win32.h"\
  141. "..\..\fl\x.h"\
  142. "..\..\fl\Xutf8.h"\
  143. NODEP_CPP_FORMS=\
  144. "..\..\..\..\usr\include\dirent.h"\
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..\..\src\forms_compatability.cxx
  148. DEP_CPP_FORMS_=\
  149. "..\..\fl\enumerations.h"\
  150. "..\..\fl\filename.h"\
  151. "..\..\fl\fl.h"\
  152. "..\..\fl\fl_ask.h"\
  153. "..\..\fl\fl_bitmap.h"\
  154. "..\..\fl\fl_box.h"\
  155. "..\..\fl\fl_browser.h"\
  156. "..\..\fl\fl_browser_.h"\
  157. "..\..\fl\fl_button.h"\
  158. "..\..\FL\Fl_Cairo.H"\
  159. "..\..\fl\fl_chart.h"\
  160. "..\..\fl\fl_check_button.h"\
  161. "..\..\fl\fl_choice.h"\
  162. "..\..\fl\fl_clock.h"\
  163. "..\..\fl\fl_counter.h"\
  164. "..\..\fl\fl_device.h"\
  165. "..\..\fl\fl_dial.h"\
  166. "..\..\fl\fl_double_window.h"\
  167. "..\..\fl\fl_draw.h"\
  168. "..\..\fl\fl_export.h"\
  169. "..\..\fl\fl_file_browser.h"\
  170. "..\..\fl\fl_file_chooser.h"\
  171. "..\..\fl\fl_file_icon.h"\
  172. "..\..\fl\fl_file_input.h"\
  173. "..\..\fl\fl_formsbitmap.h"\
  174. "..\..\fl\fl_formspixmap.h"\
  175. "..\..\fl\fl_free.h"\
  176. "..\..\fl\fl_group.h"\
  177. "..\..\fl\fl_image.h"\
  178. "..\..\fl\fl_input.h"\
  179. "..\..\fl\fl_input_.h"\
  180. "..\..\fl\fl_light_button.h"\
  181. "..\..\fl\fl_menu_.h"\
  182. "..\..\fl\fl_menu_button.h"\
  183. "..\..\fl\fl_menu_item.h"\
  184. "..\..\fl\fl_pixmap.h"\
  185. "..\..\fl\fl_plugin.h"\
  186. "..\..\fl\fl_positioner.h"\
  187. "..\..\fl\fl_preferences.h"\
  188. "..\..\fl\fl_repeat_button.h"\
  189. "..\..\fl\fl_return_button.h"\
  190. "..\..\fl\fl_rgb_image.h"\
  191. "..\..\fl\fl_round_button.h"\
  192. "..\..\fl\fl_scrollbar.h"\
  193. "..\..\fl\fl_show_colormap.h"\
  194. "..\..\fl\fl_slider.h"\
  195. "..\..\fl\fl_tile.h"\
  196. "..\..\fl\fl_timer.h"\
  197. "..\..\fl\fl_types.h"\
  198. "..\..\fl\fl_utf8.h"\
  199. "..\..\fl\fl_valuator.h"\
  200. "..\..\fl\fl_value_slider.h"\
  201. "..\..\fl\fl_widget.h"\
  202. "..\..\fl\fl_window.h"\
  203. "..\..\fl\forms.h"\
  204. "..\..\fl\mac.H"\
  205. "..\..\fl\win32.h"\
  206. "..\..\fl\x.h"\
  207. "..\..\fl\Xutf8.h"\
  208. NODEP_CPP_FORMS_=\
  209. "..\..\..\..\usr\include\dirent.h"\
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=..\..\src\forms_free.cxx
  213. DEP_CPP_FORMS_F=\
  214. "..\..\fl\enumerations.h"\
  215. "..\..\fl\fl.h"\
  216. "..\..\FL\Fl_Cairo.H"\
  217. "..\..\fl\fl_export.h"\
  218. "..\..\fl\fl_free.h"\
  219. "..\..\fl\fl_types.h"\
  220. "..\..\fl\fl_utf8.h"\
  221. "..\..\fl\fl_widget.h"\
  222. "..\..\fl\Xutf8.h"\
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=..\..\src\forms_fselect.cxx
  226. DEP_CPP_FORMS_FS=\
  227. "..\..\fl\enumerations.h"\
  228. "..\..\fl\filename.h"\
  229. "..\..\fl\fl.h"\
  230. "..\..\fl\fl_ask.h"\
  231. "..\..\fl\fl_bitmap.h"\
  232. "..\..\fl\fl_box.h"\
  233. "..\..\fl\fl_browser.h"\
  234. "..\..\fl\fl_browser_.h"\
  235. "..\..\fl\fl_button.h"\
  236. "..\..\FL\Fl_Cairo.H"\
  237. "..\..\fl\fl_chart.h"\
  238. "..\..\fl\fl_check_button.h"\
  239. "..\..\fl\fl_choice.h"\
  240. "..\..\fl\fl_clock.h"\
  241. "..\..\fl\fl_counter.h"\
  242. "..\..\fl\fl_device.h"\
  243. "..\..\fl\fl_dial.h"\
  244. "..\..\fl\fl_double_window.h"\
  245. "..\..\fl\fl_draw.h"\
  246. "..\..\fl\fl_export.h"\
  247. "..\..\fl\fl_file_browser.h"\
  248. "..\..\fl\fl_file_chooser.h"\
  249. "..\..\fl\fl_file_icon.h"\
  250. "..\..\fl\fl_file_input.h"\
  251. "..\..\fl\fl_formsbitmap.h"\
  252. "..\..\fl\fl_formspixmap.h"\
  253. "..\..\fl\fl_free.h"\
  254. "..\..\fl\fl_group.h"\
  255. "..\..\fl\fl_image.h"\
  256. "..\..\fl\fl_input.h"\
  257. "..\..\fl\fl_input_.h"\
  258. "..\..\fl\fl_light_button.h"\
  259. "..\..\fl\fl_menu_.h"\
  260. "..\..\fl\fl_menu_button.h"\
  261. "..\..\fl\fl_menu_item.h"\
  262. "..\..\fl\fl_pixmap.h"\
  263. "..\..\fl\fl_plugin.h"\
  264. "..\..\fl\fl_positioner.h"\
  265. "..\..\fl\fl_preferences.h"\
  266. "..\..\fl\fl_return_button.h"\
  267. "..\..\fl\fl_rgb_image.h"\
  268. "..\..\fl\fl_round_button.h"\
  269. "..\..\fl\fl_scrollbar.h"\
  270. "..\..\fl\fl_show_colormap.h"\
  271. "..\..\fl\fl_slider.h"\
  272. "..\..\fl\fl_tile.h"\
  273. "..\..\fl\fl_timer.h"\
  274. "..\..\fl\fl_types.h"\
  275. "..\..\fl\fl_utf8.h"\
  276. "..\..\fl\fl_valuator.h"\
  277. "..\..\fl\fl_value_slider.h"\
  278. "..\..\fl\fl_widget.h"\
  279. "..\..\fl\fl_window.h"\
  280. "..\..\fl\forms.h"\
  281. "..\..\fl\mac.H"\
  282. "..\..\fl\win32.h"\
  283. "..\..\fl\x.h"\
  284. "..\..\fl\Xutf8.h"\
  285. "..\..\src\flstring.h"\
  286. ".\config.h"\
  287. NODEP_CPP_FORMS_FS=\
  288. "..\..\..\..\usr\include\dirent.h"\
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=..\..\src\forms_pixmap.cxx
  292. DEP_CPP_FORMS_P=\
  293. "..\..\fl\enumerations.h"\
  294. "..\..\fl\filename.h"\
  295. "..\..\fl\fl.h"\
  296. "..\..\fl\fl_ask.h"\
  297. "..\..\fl\fl_bitmap.h"\
  298. "..\..\fl\fl_box.h"\
  299. "..\..\fl\fl_browser.h"\
  300. "..\..\fl\fl_browser_.h"\
  301. "..\..\fl\fl_button.h"\
  302. "..\..\FL\Fl_Cairo.H"\
  303. "..\..\fl\fl_chart.h"\
  304. "..\..\fl\fl_check_button.h"\
  305. "..\..\fl\fl_choice.h"\
  306. "..\..\fl\fl_clock.h"\
  307. "..\..\fl\fl_counter.h"\
  308. "..\..\fl\fl_device.h"\
  309. "..\..\fl\fl_dial.h"\
  310. "..\..\fl\fl_double_window.h"\
  311. "..\..\fl\fl_draw.h"\
  312. "..\..\fl\fl_export.h"\
  313. "..\..\fl\fl_file_browser.h"\
  314. "..\..\fl\fl_file_chooser.h"\
  315. "..\..\fl\fl_file_icon.h"\
  316. "..\..\fl\fl_file_input.h"\
  317. "..\..\fl\fl_formsbitmap.h"\
  318. "..\..\fl\fl_formspixmap.h"\
  319. "..\..\fl\fl_free.h"\
  320. "..\..\fl\fl_group.h"\
  321. "..\..\fl\fl_image.h"\
  322. "..\..\fl\fl_input.h"\
  323. "..\..\fl\fl_input_.h"\
  324. "..\..\fl\fl_light_button.h"\
  325. "..\..\fl\fl_menu_.h"\
  326. "..\..\fl\fl_menu_button.h"\
  327. "..\..\fl\fl_menu_item.h"\
  328. "..\..\fl\fl_pixmap.h"\
  329. "..\..\fl\fl_plugin.h"\
  330. "..\..\fl\fl_positioner.h"\
  331. "..\..\fl\fl_preferences.h"\
  332. "..\..\fl\fl_return_button.h"\
  333. "..\..\fl\fl_rgb_image.h"\
  334. "..\..\fl\fl_round_button.h"\
  335. "..\..\fl\fl_scrollbar.h"\
  336. "..\..\fl\fl_show_colormap.h"\
  337. "..\..\fl\fl_slider.h"\
  338. "..\..\fl\fl_tile.h"\
  339. "..\..\fl\fl_timer.h"\
  340. "..\..\fl\fl_types.h"\
  341. "..\..\fl\fl_utf8.h"\
  342. "..\..\fl\fl_valuator.h"\
  343. "..\..\fl\fl_value_slider.h"\
  344. "..\..\fl\fl_widget.h"\
  345. "..\..\fl\fl_window.h"\
  346. "..\..\fl\forms.h"\
  347. "..\..\fl\mac.H"\
  348. "..\..\fl\win32.h"\
  349. "..\..\fl\x.h"\
  350. "..\..\fl\Xutf8.h"\
  351. NODEP_CPP_FORMS_P=\
  352. "..\..\..\..\usr\include\dirent.h"\
  353. # End Source File
  354. # Begin Source File
  355. SOURCE=..\..\src\forms_timer.cxx
  356. DEP_CPP_FORMS_T=\
  357. "..\..\fl\enumerations.h"\
  358. "..\..\fl\fl.h"\
  359. "..\..\fl\fl_bitmap.h"\
  360. "..\..\FL\Fl_Cairo.H"\
  361. "..\..\fl\fl_device.h"\
  362. "..\..\fl\fl_draw.h"\
  363. "..\..\fl\fl_export.h"\
  364. "..\..\fl\fl_group.h"\
  365. "..\..\fl\fl_image.h"\
  366. "..\..\fl\fl_pixmap.h"\
  367. "..\..\fl\fl_plugin.h"\
  368. "..\..\fl\fl_preferences.h"\
  369. "..\..\fl\fl_rgb_image.h"\
  370. "..\..\fl\fl_timer.h"\
  371. "..\..\fl\fl_types.h"\
  372. "..\..\fl\fl_utf8.h"\
  373. "..\..\fl\fl_widget.h"\
  374. "..\..\fl\fl_window.h"\
  375. "..\..\fl\mac.H"\
  376. "..\..\fl\win32.h"\
  377. "..\..\fl\x.h"\
  378. "..\..\fl\Xutf8.h"\
  379. # End Source File
  380. # End Target
  381. # End Project