home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / utils / tex2rtf / src / Tex2RTFVC.dsp < prev    next >
Text File  |  2002-08-07  |  12KB  |  348 lines

  1. # Microsoft Developer Studio Project File - Name="Tex2RTFVC" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Application" 0x0101
  6.  
  7. CFG=Tex2RTFVC - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "Tex2RTFVC.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "Tex2RTFVC.mak" CFG="Tex2RTFVC - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "Tex2RTFVC - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "Tex2RTFVC - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE "Tex2RTFVC - Win32 Debug DLL" (based on "Win32 (x86) Application")
  23. !MESSAGE "Tex2RTFVC - Win32 Release DLL" (based on "Win32 (x86) Application")
  24. !MESSAGE 
  25.  
  26. # Begin Project
  27. # PROP AllowPerConfigDependencies 0
  28. # PROP Scc_ProjName ""
  29. # PROP Scc_LocalPath ""
  30. CPP=cl.exe
  31. MTL=midl.exe
  32. RSC=rc.exe
  33.  
  34. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  35.  
  36. # PROP BASE Use_MFC 0
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir "Release"
  39. # PROP BASE Intermediate_Dir "Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 0
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir "Release"
  44. # PROP Intermediate_Dir "Release"
  45. # PROP Ignore_Export_Lib 0
  46. # PROP Target_Dir ""
  47. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  48. # ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "../../../include" /I "../../../contrib/include" /I "../../../lib/msw" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /FD /c
  49. # SUBTRACT CPP /YX
  50. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  51. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  52. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  53. # ADD RSC /l 0x809 /d "NDEBUG"
  54. BSC32=bscmake.exe
  55. # ADD BASE BSC32 /nologo
  56. # ADD BSC32 /nologo
  57. LINK32=link.exe
  58. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib winmm.lib /nologo /subsystem:windows /machine:I386
  59. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmsw.lib png.lib zlib.lib jpeg.lib tiff.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /nodefaultlib:"msvcrtd.lib" /out:"Release/tex2rtf.exe" /libpath:"../../../lib" /libpath:"../../../contrib/lib"
  60.  
  61. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  62.  
  63. # PROP BASE Use_MFC 0
  64. # PROP BASE Use_Debug_Libraries 1
  65. # PROP BASE Output_Dir "Debug"
  66. # PROP BASE Intermediate_Dir "Debug"
  67. # PROP BASE Target_Dir ""
  68. # PROP Use_MFC 0
  69. # PROP Use_Debug_Libraries 1
  70. # PROP Output_Dir "Debug"
  71. # PROP Intermediate_Dir "Debug"
  72. # PROP Ignore_Export_Lib 0
  73. # PROP Target_Dir ""
  74. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  75. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../../contrib/include" /I "../../../lib/mswd" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /Yu"wx/wxprec.h" /FD /c
  76. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  77. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  78. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  79. # ADD RSC /l 0x809 /d "_DEBUG"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. LINK32=link.exe
  84. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib winmm.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  85. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmswd.lib pngd.lib zlibd.lib jpegd.lib tiffd.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /out:"Debug/tex2rtf.exe" /pdbtype:sept /libpath:"../../../lib" /libpath:"../../../contrib/lib"
  86.  
  87. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  88.  
  89. # PROP BASE Use_MFC 0
  90. # PROP BASE Use_Debug_Libraries 1
  91. # PROP BASE Output_Dir "DebugDLL"
  92. # PROP BASE Intermediate_Dir "DebugDLL"
  93. # PROP BASE Target_Dir ""
  94. # PROP Use_MFC 0
  95. # PROP Use_Debug_Libraries 1
  96. # PROP Output_Dir "DebugDLL"
  97. # PROP Intermediate_Dir "DebugDLL"
  98. # PROP Ignore_Export_Lib 0
  99. # PROP Target_Dir ""
  100. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  101. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../../include" /I "../../../contrib/include" /I "../../../lib/mswdlld" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXUSINGDLL=1 /Yu"wx/wxprec.h" /FD /c
  102. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  103. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  104. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  105. # ADD RSC /l 0x809 /d "_DEBUG"
  106. BSC32=bscmake.exe
  107. # ADD BASE BSC32 /nologo
  108. # ADD BSC32 /nologo
  109. LINK32=link.exe
  110. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib winmm.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  111. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmsw233d.lib /nologo /subsystem:windows /debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" /out:"DebugDLL/tex2rtf.exe" /pdbtype:sept /libpath:"../../../lib" /libpath:"../../../contrib/lib"
  112.  
  113. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  114.  
  115. # PROP BASE Use_MFC 0
  116. # PROP BASE Use_Debug_Libraries 0
  117. # PROP BASE Output_Dir "ReleaseDLL"
  118. # PROP BASE Intermediate_Dir "ReleaseDLL"
  119. # PROP BASE Target_Dir ""
  120. # PROP Use_MFC 0
  121. # PROP Use_Debug_Libraries 0
  122. # PROP Output_Dir "ReleaseDLL"
  123. # PROP Intermediate_Dir "ReleaseDLL"
  124. # PROP Ignore_Export_Lib 0
  125. # PROP Target_Dir ""
  126. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  127. # ADD CPP /nologo /MD /W3 /GX /O1 /Ob2 /I "../../../include" /I "../../../contrib/include" /I "../../../lib/mswdll" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D WXUSINGDLL=1 /FD /c
  128. # SUBTRACT CPP /YX
  129. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  130. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  131. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  132. # ADD RSC /l 0x809 /d "NDEBUG"
  133. BSC32=bscmake.exe
  134. # ADD BASE BSC32 /nologo
  135. # ADD BSC32 /nologo
  136. LINK32=link.exe
  137. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib winmm.lib /nologo /subsystem:windows /machine:I386
  138. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wx23_3.lib /nologo /subsystem:windows /machine:I386 /nodefaultlib:"libc.lib" /nodefaultlib:"libci.lib" /out:"ReleaseDLL/tex2rtf.exe" /libpath:"../../../lib" /libpath:"../../../contrib/lib"
  139.  
  140. !ENDIF 
  141.  
  142. # Begin Target
  143.  
  144. # Name "Tex2RTFVC - Win32 Release"
  145. # Name "Tex2RTFVC - Win32 Debug"
  146. # Name "Tex2RTFVC - Win32 Debug DLL"
  147. # Name "Tex2RTFVC - Win32 Release DLL"
  148. # Begin Source File
  149.  
  150. SOURCE=.\bmputils.h
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=.\htmlutil.cpp
  155.  
  156. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  157.  
  158. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  159.  
  160. # SUBTRACT CPP /YX /Yc /Yu
  161.  
  162. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  163.  
  164. # SUBTRACT BASE CPP /YX /Yc /Yu
  165. # SUBTRACT CPP /YX /Yc /Yu
  166.  
  167. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  168.  
  169. !ENDIF 
  170.  
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\readshg.cpp
  175.  
  176. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  177.  
  178. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  179.  
  180. # SUBTRACT CPP /YX /Yc /Yu
  181.  
  182. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  183.  
  184. # SUBTRACT BASE CPP /YX /Yc /Yu
  185. # SUBTRACT CPP /YX /Yc /Yu
  186.  
  187. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  188.  
  189. !ENDIF 
  190.  
  191. # End Source File
  192. # Begin Source File
  193.  
  194. SOURCE=.\readshg.h
  195. # End Source File
  196. # Begin Source File
  197.  
  198. SOURCE=.\rtfutils.cpp
  199.  
  200. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  201.  
  202. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  203.  
  204. # SUBTRACT CPP /YX /Yc /Yu
  205.  
  206. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  207.  
  208. # SUBTRACT BASE CPP /YX /Yc /Yu
  209. # SUBTRACT CPP /YX /Yc /Yu
  210.  
  211. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  212.  
  213. !ENDIF 
  214.  
  215. # End Source File
  216. # Begin Source File
  217.  
  218. SOURCE=.\rtfutils.h
  219. # End Source File
  220. # Begin Source File
  221.  
  222. SOURCE=.\symbols.h
  223. # End Source File
  224. # Begin Source File
  225.  
  226. SOURCE=.\table.cpp
  227.  
  228. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  229.  
  230. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  231.  
  232. # SUBTRACT CPP /YX /Yc /Yu
  233.  
  234. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  235.  
  236. # SUBTRACT BASE CPP /YX /Yc /Yu
  237. # SUBTRACT CPP /YX /Yc /Yu
  238.  
  239. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  240.  
  241. !ENDIF 
  242.  
  243. # End Source File
  244. # Begin Source File
  245.  
  246. SOURCE=.\table.h
  247. # End Source File
  248. # Begin Source File
  249.  
  250. SOURCE=.\tex2any.cpp
  251.  
  252. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  253.  
  254. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  255.  
  256. # SUBTRACT CPP /YX /Yc /Yu
  257.  
  258. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  259.  
  260. # SUBTRACT BASE CPP /YX /Yc /Yu
  261. # SUBTRACT CPP /YX /Yc /Yu
  262.  
  263. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  264.  
  265. !ENDIF 
  266.  
  267. # End Source File
  268. # Begin Source File
  269.  
  270. SOURCE=.\tex2any.h
  271. # End Source File
  272. # Begin Source File
  273.  
  274. SOURCE=.\tex2rtf.cpp
  275.  
  276. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  277.  
  278. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  279.  
  280. # SUBTRACT CPP /YX /Yc /Yu
  281.  
  282. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  283.  
  284. # SUBTRACT BASE CPP /YX /Yc /Yu
  285. # SUBTRACT CPP /YX /Yc /Yu
  286.  
  287. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  288.  
  289. !ENDIF 
  290.  
  291. # End Source File
  292. # Begin Source File
  293.  
  294. SOURCE=.\tex2rtf.h
  295. # End Source File
  296. # Begin Source File
  297.  
  298. SOURCE=.\tex2rtf.rc
  299. # ADD BASE RSC /l 0x809
  300. # ADD RSC /l 0x809 /i "../../../include" /i "../../../contrib/include"
  301. # End Source File
  302. # Begin Source File
  303.  
  304. SOURCE=.\texutils.cpp
  305.  
  306. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  307.  
  308. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  309.  
  310. # SUBTRACT CPP /YX /Yc /Yu
  311.  
  312. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  313.  
  314. # SUBTRACT BASE CPP /YX /Yc /Yu
  315. # SUBTRACT CPP /YX /Yc /Yu
  316.  
  317. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  318.  
  319. !ENDIF 
  320.  
  321. # End Source File
  322. # Begin Source File
  323.  
  324. SOURCE=.\wxhlpblk.h
  325. # End Source File
  326. # Begin Source File
  327.  
  328. SOURCE=.\xlputils.cpp
  329.  
  330. !IF  "$(CFG)" == "Tex2RTFVC - Win32 Release"
  331.  
  332. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug"
  333.  
  334. # SUBTRACT CPP /YX /Yc /Yu
  335.  
  336. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Debug DLL"
  337.  
  338. # SUBTRACT BASE CPP /YX /Yc /Yu
  339. # SUBTRACT CPP /YX /Yc /Yu
  340.  
  341. !ELSEIF  "$(CFG)" == "Tex2RTFVC - Win32 Release DLL"
  342.  
  343. !ENDIF 
  344.  
  345. # End Source File
  346. # End Target
  347. # End Project
  348.