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.

704 lines
16KB

  1. # Microsoft Developer Studio Project File - Name="fltkdll" - 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=fltkdll - 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 "fltkdll.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 "fltkdll.mak" CFG="fltkdll - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "fltkdll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "fltkdll - 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)" == "fltkdll - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release/fltkdll"
  32. # PROP BASE Intermediate_Dir "Release/fltkdll"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release/fltkdll"
  37. # PROP Intermediate_Dir "Release/fltkdll"
  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 "." /I "..\.." /I "..\..\zlib" /I "..\..\png" /I "..\..\jpeg" /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:"fltkdll.pdb" /machine:I386
  52. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  53. # Begin Special Build Tool
  54. SOURCE="$(InputPath)"
  55. PostBuild_Desc=Copy FLTKDLL to test directory
  56. PostBuild_Cmds=copy Release\fltkdll\fltkdll.dll ..\..\test
  57. # End Special Build Tool
  58. !ELSEIF "$(CFG)" == "fltkdll - Win32 Debug"
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 1
  61. # PROP BASE Output_Dir "Debug/fltkdll"
  62. # PROP BASE Intermediate_Dir "Debug/fltkdll"
  63. # PROP BASE Target_Dir ""
  64. # PROP Use_MFC 0
  65. # PROP Use_Debug_Libraries 1
  66. # PROP Output_Dir "Debug/fltkdll"
  67. # PROP Intermediate_Dir "Debug/fltkdll"
  68. # PROP Ignore_Export_Lib 0
  69. # PROP Target_Dir ""
  70. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  71. # 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
  72. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  73. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
  74. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  75. # ADD RSC /l 0x409 /d "_DEBUG"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # 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
  81. # 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:"fltkdlld.pdb" /debug /machine:I386 /out:"Debug/fltkdll/fltkdlld.dll" /pdbtype:sept
  82. # SUBTRACT LINK32 /pdb:none /incremental:no /map
  83. # Begin Special Build Tool
  84. SOURCE="$(InputPath)"
  85. PostBuild_Desc=Copy FLTKDLLD to test directory
  86. PostBuild_Cmds=copy Debug\fltkdll\fltkdlld.dll ..\..\test
  87. # End Special Build Tool
  88. !ENDIF
  89. # Begin Target
  90. # Name "fltkdll - Win32 Release"
  91. # Name "fltkdll - Win32 Debug"
  92. # Begin Source File
  93. SOURCE=..\..\src\xutf8\case.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=..\..\src\cmap.cxx
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=..\..\src\filename_absolute.cxx
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=..\..\src\filename_expand.cxx
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=..\..\src\filename_ext.cxx
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=..\..\src\filename_isdir.cxx
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=..\..\src\filename_list.cxx
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=..\..\src\filename_match.cxx
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=..\..\src\filename_setext.cxx
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=..\..\src\Fl.cxx
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=..\..\src\Fl_abort.cxx
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=..\..\src\Fl_add_idle.cxx
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=..\..\src\Fl_Adjuster.cxx
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=..\..\src\fl_arc.cxx
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=..\..\src\fl_arci.cxx
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..\..\src\Fl_arg.cxx
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=..\..\src\fl_ask.cxx
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=..\..\src\Fl_Bitmap.cxx
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..\..\src\Fl_Box.cxx
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=..\..\src\fl_boxtype.cxx
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=..\..\src\Fl_Browser.cxx
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..\..\src\Fl_Browser_.cxx
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..\..\src\Fl_Browser_load.cxx
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=..\..\src\Fl_Button.cxx
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=..\..\src\fl_call_main.c
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=..\..\src\Fl_Chart.cxx
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=..\..\src\Fl_Check_Browser.cxx
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=..\..\src\Fl_Check_Button.cxx
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=..\..\src\Fl_Choice.cxx
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=..\..\src\Fl_Clock.cxx
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=..\..\src\fl_color.cxx
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=..\..\src\Fl_Color_Chooser.cxx
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=..\..\src\Fl_compose.cxx
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=..\..\src\Fl_Counter.cxx
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=..\..\src\fl_cursor.cxx
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=..\..\src\fl_curve.cxx
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=..\..\src\Fl_Device.cxx
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=..\..\src\Fl_Dial.cxx
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=..\..\src\fl_diamond_box.cxx
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=..\..\src\Fl_display.cxx
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=..\..\src\fl_dnd.cxx
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=..\..\src\Fl_Double_Window.cxx
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=..\..\src\fl_draw.cxx
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=..\..\src\fl_draw_image.cxx
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=..\..\src\fl_draw_pixmap.cxx
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=..\..\src\fl_encoding_latin1.cxx
  229. # End Source File
  230. # Begin Source File
  231. SOURCE=..\..\src\fl_encoding_mac_roman.cxx
  232. # End Source File
  233. # Begin Source File
  234. SOURCE=..\..\src\fl_engraved_label.cxx
  235. # End Source File
  236. # Begin Source File
  237. SOURCE=..\..\src\Fl_File_Browser.cxx
  238. # End Source File
  239. # Begin Source File
  240. SOURCE=..\..\src\Fl_File_Chooser.cxx
  241. # End Source File
  242. # Begin Source File
  243. SOURCE=..\..\src\Fl_File_Chooser2.cxx
  244. # End Source File
  245. # Begin Source File
  246. SOURCE=..\..\src\fl_file_dir.cxx
  247. # End Source File
  248. # Begin Source File
  249. SOURCE=..\..\src\Fl_File_Icon.cxx
  250. # End Source File
  251. # Begin Source File
  252. SOURCE=..\..\src\Fl_File_Input.cxx
  253. # End Source File
  254. # Begin Source File
  255. SOURCE=..\..\src\fl_font.cxx
  256. # End Source File
  257. # Begin Source File
  258. SOURCE=..\..\src\Fl_get_key.cxx
  259. # End Source File
  260. # Begin Source File
  261. SOURCE=..\..\src\Fl_get_system_colors.cxx
  262. # End Source File
  263. # Begin Source File
  264. SOURCE=..\..\src\Fl_grab.cxx
  265. # End Source File
  266. # Begin Source File
  267. SOURCE=..\..\src\Fl_Group.cxx
  268. # End Source File
  269. # Begin Source File
  270. SOURCE=..\..\src\fl_gtk.cxx
  271. # End Source File
  272. # Begin Source File
  273. SOURCE=..\..\src\Fl_Help_View.cxx
  274. # End Source File
  275. # Begin Source File
  276. SOURCE=..\..\src\Fl_Image.cxx
  277. # End Source File
  278. # Begin Source File
  279. SOURCE=..\..\src\Fl_Input.cxx
  280. # End Source File
  281. # Begin Source File
  282. SOURCE=..\..\src\Fl_Input_.cxx
  283. # End Source File
  284. # Begin Source File
  285. SOURCE=..\..\src\fl_labeltype.cxx
  286. # End Source File
  287. # Begin Source File
  288. SOURCE=..\..\src\Fl_Light_Button.cxx
  289. # End Source File
  290. # Begin Source File
  291. SOURCE=..\..\src\fl_line_style.cxx
  292. # End Source File
  293. # Begin Source File
  294. SOURCE=..\..\src\Fl_lock.cxx
  295. # End Source File
  296. # Begin Source File
  297. SOURCE=..\..\src\Fl_Menu.cxx
  298. # End Source File
  299. # Begin Source File
  300. SOURCE=..\..\src\Fl_Menu_.cxx
  301. # End Source File
  302. # Begin Source File
  303. SOURCE=..\..\src\Fl_Menu_add.cxx
  304. # End Source File
  305. # Begin Source File
  306. SOURCE=..\..\src\Fl_Menu_Bar.cxx
  307. # End Source File
  308. # Begin Source File
  309. SOURCE=..\..\src\Fl_Menu_Button.cxx
  310. # End Source File
  311. # Begin Source File
  312. SOURCE=..\..\src\Fl_Menu_global.cxx
  313. # End Source File
  314. # Begin Source File
  315. SOURCE=..\..\src\Fl_Menu_Window.cxx
  316. # End Source File
  317. # Begin Source File
  318. SOURCE=..\..\src\Fl_Multi_Label.cxx
  319. # End Source File
  320. # Begin Source File
  321. SOURCE=..\..\src\Fl_Native_File_Chooser.cxx
  322. # End Source File
  323. # Begin Source File
  324. SOURCE=..\..\src\fl_open_uri.cxx
  325. # End Source File
  326. # Begin Source File
  327. SOURCE=..\..\src\fl_oval_box.cxx
  328. # End Source File
  329. # Begin Source File
  330. SOURCE=..\..\src\fl_overlay.cxx
  331. # End Source File
  332. # Begin Source File
  333. SOURCE=..\..\src\fl_overlay_visual.cxx
  334. # End Source File
  335. # Begin Source File
  336. SOURCE=..\..\src\Fl_Overlay_Window.cxx
  337. # End Source File
  338. # Begin Source File
  339. SOURCE=..\..\src\Fl_own_colormap.cxx
  340. # End Source File
  341. # Begin Source File
  342. SOURCE=..\..\src\Fl_Pack.cxx
  343. # End Source File
  344. # Begin Source File
  345. SOURCE=..\..\src\Fl_Paged_Device.cxx
  346. # End Source File
  347. # Begin Source File
  348. SOURCE=..\..\src\Fl_Pixmap.cxx
  349. # End Source File
  350. # Begin Source File
  351. SOURCE=..\..\src\fl_plastic.cxx
  352. # End Source File
  353. # Begin Source File
  354. SOURCE=..\..\src\Fl_Positioner.cxx
  355. # End Source File
  356. # Begin Source File
  357. SOURCE=..\..\src\Fl_Preferences.cxx
  358. # End Source File
  359. # Begin Source File
  360. SOURCE=..\..\src\Fl_Printer.cxx
  361. # End Source File
  362. # Begin Source File
  363. SOURCE=..\..\src\Fl_Progress.cxx
  364. # End Source File
  365. # Begin Source File
  366. SOURCE=..\..\src\fl_read_image.cxx
  367. # End Source File
  368. # Begin Source File
  369. SOURCE=..\..\src\fl_rect.cxx
  370. # End Source File
  371. # Begin Source File
  372. SOURCE=..\..\src\Fl_Repeat_Button.cxx
  373. # End Source File
  374. # Begin Source File
  375. SOURCE=..\..\src\Fl_Return_Button.cxx
  376. # End Source File
  377. # Begin Source File
  378. SOURCE=..\..\src\Fl_Roller.cxx
  379. # End Source File
  380. # Begin Source File
  381. SOURCE=..\..\src\fl_round_box.cxx
  382. # End Source File
  383. # Begin Source File
  384. SOURCE=..\..\src\Fl_Round_Button.cxx
  385. # End Source File
  386. # Begin Source File
  387. SOURCE=..\..\src\fl_rounded_box.cxx
  388. # End Source File
  389. # Begin Source File
  390. SOURCE=..\..\src\Fl_Scroll.cxx
  391. # End Source File
  392. # Begin Source File
  393. SOURCE=..\..\src\fl_scroll_area.cxx
  394. # End Source File
  395. # Begin Source File
  396. SOURCE=..\..\src\Fl_Scrollbar.cxx
  397. # End Source File
  398. # Begin Source File
  399. SOURCE=..\..\src\fl_set_font.cxx
  400. # End Source File
  401. # Begin Source File
  402. SOURCE=..\..\src\fl_set_fonts.cxx
  403. # End Source File
  404. # Begin Source File
  405. SOURCE=..\..\src\fl_shadow_box.cxx
  406. # End Source File
  407. # Begin Source File
  408. SOURCE=..\..\src\Fl_Shared_Image.cxx
  409. # End Source File
  410. # Begin Source File
  411. SOURCE=..\..\src\fl_shortcut.cxx
  412. # End Source File
  413. # Begin Source File
  414. SOURCE=..\..\src\fl_show_colormap.cxx
  415. # End Source File
  416. # Begin Source File
  417. SOURCE=..\..\src\Fl_Single_Window.cxx
  418. # End Source File
  419. # Begin Source File
  420. SOURCE=..\..\src\Fl_Slider.cxx
  421. # End Source File
  422. # Begin Source File
  423. SOURCE=..\..\src\fl_symbols.cxx
  424. # End Source File
  425. # Begin Source File
  426. SOURCE=..\..\src\Fl_Sys_Menu_Bar.cxx
  427. # End Source File
  428. # Begin Source File
  429. SOURCE=..\..\src\Fl_Table.cxx
  430. # End Source File
  431. # Begin Source File
  432. SOURCE=..\..\src\Fl_Table_Row.cxx
  433. # End Source File
  434. # Begin Source File
  435. SOURCE=..\..\src\Fl_Tabs.cxx
  436. # End Source File
  437. # Begin Source File
  438. SOURCE=..\..\src\Fl_Text_Buffer.cxx
  439. # End Source File
  440. # Begin Source File
  441. SOURCE=..\..\src\Fl_Text_Display.cxx
  442. # End Source File
  443. # Begin Source File
  444. SOURCE=..\..\src\Fl_Text_Editor.cxx
  445. # End Source File
  446. # Begin Source File
  447. SOURCE=..\..\src\Fl_Tile.cxx
  448. # End Source File
  449. # Begin Source File
  450. SOURCE=..\..\src\Fl_Tiled_Image.cxx
  451. # End Source File
  452. # Begin Source File
  453. SOURCE=..\..\src\Fl_Tooltip.cxx
  454. # End Source File
  455. # Begin Source File
  456. SOURCE=..\..\src\Fl_Tree.cxx
  457. # End Source File
  458. # Begin Source File
  459. SOURCE=..\..\src\Fl_Tree_Item.cxx
  460. # End Source File
  461. # Begin Source File
  462. SOURCE=..\..\src\Fl_Tree_Item_Array.cxx
  463. # End Source File
  464. # Begin Source File
  465. SOURCE=..\..\src\Fl_Tree_Prefs.cxx
  466. # End Source File
  467. # Begin Source File
  468. SOURCE=..\..\src\fl_utf.c
  469. # End Source File
  470. # Begin Source File
  471. SOURCE=..\..\src\fl_utf8.cxx
  472. # End Source File
  473. # Begin Source File
  474. SOURCE=..\..\src\Fl_Valuator.cxx
  475. # End Source File
  476. # Begin Source File
  477. SOURCE=..\..\src\Fl_Value_Input.cxx
  478. # End Source File
  479. # Begin Source File
  480. SOURCE=..\..\src\Fl_Value_Output.cxx
  481. # End Source File
  482. # Begin Source File
  483. SOURCE=..\..\src\Fl_Value_Slider.cxx
  484. # End Source File
  485. # Begin Source File
  486. SOURCE=..\..\src\fl_vertex.cxx
  487. # End Source File
  488. # Begin Source File
  489. SOURCE=..\..\src\Fl_visual.cxx
  490. # End Source File
  491. # Begin Source File
  492. SOURCE=..\..\src\Fl_Widget.cxx
  493. # End Source File
  494. # Begin Source File
  495. SOURCE=..\..\src\Fl_Window.cxx
  496. # End Source File
  497. # Begin Source File
  498. SOURCE=..\..\src\Fl_Window_fullscreen.cxx
  499. # End Source File
  500. # Begin Source File
  501. SOURCE=..\..\src\Fl_Window_hotspot.cxx
  502. # End Source File
  503. # Begin Source File
  504. SOURCE=..\..\src\Fl_Window_iconize.cxx
  505. # End Source File
  506. # Begin Source File
  507. SOURCE=..\..\src\Fl_Wizard.cxx
  508. # End Source File
  509. # Begin Source File
  510. SOURCE=..\..\src\Fl_x.cxx
  511. # End Source File
  512. # Begin Source File
  513. SOURCE=..\..\src\Fl_XBM_Image.cxx
  514. # End Source File
  515. # Begin Source File
  516. SOURCE=..\..\src\Fl_XPM_Image.cxx
  517. # End Source File
  518. # Begin Source File
  519. SOURCE=..\..\src\flstring.c
  520. # End Source File
  521. # Begin Source File
  522. SOURCE=..\..\src\xutf8\is_right2left.c
  523. # End Source File
  524. # Begin Source File
  525. SOURCE=..\..\src\xutf8\is_spacing.c
  526. # End Source File
  527. # Begin Source File
  528. SOURCE=..\..\src\numericsort.c
  529. # End Source File
  530. # Begin Source File
  531. SOURCE=..\..\src\ps_image.cxx
  532. # End Source File
  533. # Begin Source File
  534. SOURCE=..\..\src\scandir.c
  535. # End Source File
  536. # Begin Source File
  537. SOURCE=..\..\src\screen_xywh.cxx
  538. # End Source File
  539. # Begin Source File
  540. SOURCE=..\..\src\vsnprintf.c
  541. # End Source File
  542. # End Target
  543. # End Project