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.

vncviewer.dsp 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273
  1. # Microsoft Developer Studio Project File - Name="vncviewer" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=vncviewer - Win32 Debug Unicode
  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 "vncviewer.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 "vncviewer.mak" CFG="vncviewer - Win32 Debug Unicode"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "vncviewer - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "vncviewer - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE "vncviewer - Win32 Debug Unicode" (based on "Win32 (x86) Application")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "vncviewer - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "..\Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
  42. # ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /FI"msvcwarning.h" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /c
  43. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  44. # ADD RSC /l 0x809 /d "NDEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
  50. # ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386
  51. # Begin Special Build Tool
  52. SOURCE="$(InputPath)"
  53. PreLink_Desc=Updating buildTime
  54. PreLink_Cmds=cl /c /nologo /FoRelease\ /FdRelease\ /MT buildTime.cxx
  55. # End Special Build Tool
  56. !ELSEIF "$(CFG)" == "vncviewer - Win32 Debug"
  57. # PROP BASE Use_MFC 0
  58. # PROP BASE Use_Debug_Libraries 1
  59. # PROP BASE Output_Dir "Debug"
  60. # PROP BASE Intermediate_Dir "Debug"
  61. # PROP BASE Target_Dir ""
  62. # PROP Use_MFC 0
  63. # PROP Use_Debug_Libraries 1
  64. # PROP Output_Dir "..\Debug"
  65. # PROP Intermediate_Dir "Debug"
  66. # PROP Ignore_Export_Lib 0
  67. # PROP Target_Dir ""
  68. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
  69. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
  70. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  71. # ADD RSC /l 0x809 /d "_DEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  77. # ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /pdbtype:sept
  78. # Begin Special Build Tool
  79. SOURCE="$(InputPath)"
  80. PreLink_Desc=Updating buildTime
  81. PreLink_Cmds=cl /c /nologo /FoDebug\ /FdDebug\ /MTd buildTime.cxx
  82. # End Special Build Tool
  83. !ELSEIF "$(CFG)" == "vncviewer - Win32 Debug Unicode"
  84. # PROP BASE Use_MFC 0
  85. # PROP BASE Use_Debug_Libraries 1
  86. # PROP BASE Output_Dir "vncviewer___Win32_Debug_Unicode"
  87. # PROP BASE Intermediate_Dir "vncviewer___Win32_Debug_Unicode"
  88. # PROP BASE Ignore_Export_Lib 0
  89. # PROP BASE Target_Dir ""
  90. # PROP Use_MFC 0
  91. # PROP Use_Debug_Libraries 1
  92. # PROP Output_Dir "..\Debug_Unicode"
  93. # PROP Intermediate_Dir "Debug_Unicode"
  94. # PROP Ignore_Export_Lib 0
  95. # PROP Target_Dir ""
  96. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
  97. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
  98. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  99. # ADD RSC /l 0x809 /d "_DEBUG"
  100. BSC32=bscmake.exe
  101. # ADD BASE BSC32 /nologo
  102. # ADD BSC32 /nologo
  103. LINK32=link.exe
  104. # ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  105. # ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  106. # Begin Special Build Tool
  107. SOURCE="$(InputPath)"
  108. PreLink_Desc=Updating buildTime
  109. PreLink_Cmds=cl /c /nologo /FoDebug_Unicode\ /FdDebug_Unicode\ /MTd buildTime.cxx
  110. # End Special Build Tool
  111. !ENDIF
  112. # Begin Target
  113. # Name "vncviewer - Win32 Release"
  114. # Name "vncviewer - Win32 Debug"
  115. # Name "vncviewer - Win32 Debug Unicode"
  116. # Begin Group "Source Files"
  117. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  118. # Begin Source File
  119. SOURCE=.\buildTime.cxx
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\ConnectionDialog.cxx
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\cview.cxx
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\CViewManager.cxx
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\CViewOptions.cxx
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\FileTransfer.cxx
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\FTDialog.cxx
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\FTListView.cxx
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\InfoDialog.cxx
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\OptionsDialog.cxx
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\UserPasswdDialog.cxx
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\vncviewer.cxx
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\vncviewer.rc
  156. # End Source File
  157. # End Group
  158. # Begin Group "Header Files"
  159. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  160. # Begin Source File
  161. SOURCE=.\ConnectingDialog.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\ConnectionDialog.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\cview.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\CViewManager.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\CViewOptions.h
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\FileTransfer.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\FTDialog.h
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\FTListView.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\InfoDialog.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\MRU.h
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\OptionsDialog.h
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\UserPasswdDialog.h
  195. # End Source File
  196. # End Group
  197. # Begin Group "Resource Files"
  198. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  199. # Begin Source File
  200. SOURCE=.\cursor1.cur
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\ftdir.ico
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\ftfile.ico
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\ftreload.ico
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\ftup.ico
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\toolbar.bmp
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\vncviewer.exe.manifest
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\vncviewer.ico
  222. # End Source File
  223. # End Group
  224. # End Target
  225. # End Project