home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / KOMUNIK / MIRRORIT / SRC / MIRRORIT.DSP < prev    next >
Text File  |  2000-07-29  |  8KB  |  328 lines

  1. # Microsoft Developer Studio Project File - Name="MirrorIt" - 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=MirrorIt - 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 "MirrorIt.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 "MirrorIt.mak" CFG="MirrorIt - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "MirrorIt - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "MirrorIt - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE 
  23.  
  24. # Begin Project
  25. # PROP AllowPerConfigDependencies 0
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "MirrorIt - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 6
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "Release"
  37. # PROP BASE Intermediate_Dir "Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 5
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  46. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /Yu"stdafx.h" /FD /c
  47. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  48. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  49. # ADD BASE RSC /l 0x40e /d "NDEBUG" /d "_AFXDLL"
  50. # ADD RSC /l 0x40e /d "NDEBUG"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  56. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  57. # Begin Special Build Tool
  58. TargetPath=.\Release\MirrorIt.exe
  59. SOURCE="$(InputPath)"
  60. PostBuild_Cmds=copy $(TargetPath) ..\bin
  61. # End Special Build Tool
  62.  
  63. !ELSEIF  "$(CFG)" == "MirrorIt - Win32 Debug"
  64.  
  65. # PROP BASE Use_MFC 6
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "Debug"
  68. # PROP BASE Intermediate_Dir "Debug"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 6
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir "Debug"
  73. # PROP Intermediate_Dir "Debug"
  74. # PROP Ignore_Export_Lib 0
  75. # PROP Target_Dir ""
  76. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  77. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  78. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  79. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  80. # ADD BASE RSC /l 0x40e /d "_DEBUG" /d "_AFXDLL"
  81. # ADD RSC /l 0x40e /d "_DEBUG" /d "_AFXDLL"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  87. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  88. # Begin Special Build Tool
  89. TargetPath=.\Debug\MirrorIt.exe
  90. SOURCE="$(InputPath)"
  91. PostBuild_Cmds=copy $(TargetPath) ..\bin
  92. # End Special Build Tool
  93.  
  94. !ENDIF 
  95.  
  96. # Begin Target
  97.  
  98. # Name "MirrorIt - Win32 Release"
  99. # Name "MirrorIt - Win32 Debug"
  100. # Begin Group "Source Files"
  101.  
  102. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  103. # Begin Source File
  104.  
  105. SOURCE=.\CheckTreeCtrl.cpp
  106. # End Source File
  107. # Begin Source File
  108.  
  109. SOURCE=.\DateTimePickerCtrl.cpp
  110. # End Source File
  111. # Begin Source File
  112.  
  113. SOURCE=.\DownLoadDlg.cpp
  114. # End Source File
  115. # Begin Source File
  116.  
  117. SOURCE=.\HTTPSocket.cpp
  118. # End Source File
  119. # Begin Source File
  120.  
  121. SOURCE=.\MainFrm.cpp
  122. # End Source File
  123. # Begin Source File
  124.  
  125. SOURCE=.\MirrorIt.cpp
  126. # End Source File
  127. # Begin Source File
  128.  
  129. SOURCE=.\hlp\MirrorIt.hpj
  130. # PROP Exclude_From_Build 1
  131. # End Source File
  132. # Begin Source File
  133.  
  134. SOURCE=.\MirrorIt.rc
  135. # End Source File
  136. # Begin Source File
  137.  
  138. SOURCE=.\MirrorItDoc.cpp
  139. # End Source File
  140. # Begin Source File
  141.  
  142. SOURCE=.\MirrorItView.cpp
  143. # End Source File
  144. # Begin Source File
  145.  
  146. SOURCE=.\Session.cpp
  147. # End Source File
  148. # Begin Source File
  149.  
  150. SOURCE=.\SessionPropertiesAdvancedPage.cpp
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=.\SessionPropertiesFileNamePage.cpp
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\SessionPropertiesFileTypesPage.cpp
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=.\SessionPropertiesLimitPage.cpp
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\SessionPropertiesMainPage.cpp
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\SessionPropertiesMirrorPage.cpp
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\SessionPropertiesPasswordPage.cpp
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=.\SessionPropertiesProxyPage.cpp
  179. # End Source File
  180. # Begin Source File
  181.  
  182. SOURCE=.\SessionPropertiesSheet.cpp
  183. # End Source File
  184. # Begin Source File
  185.  
  186. SOURCE=.\StdAfx.cpp
  187. # ADD CPP /Yc"stdafx.h"
  188. # End Source File
  189. # Begin Source File
  190.  
  191. SOURCE=.\Url.cpp
  192. # End Source File
  193. # End Group
  194. # Begin Group "Header Files"
  195.  
  196. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  197. # Begin Source File
  198.  
  199. SOURCE=.\CheckTreeCtrl.h
  200. # End Source File
  201. # Begin Source File
  202.  
  203. SOURCE=.\DateTimePickerCtrl.h
  204. # End Source File
  205. # Begin Source File
  206.  
  207. SOURCE=.\DownLoadDlg.h
  208. # End Source File
  209. # Begin Source File
  210.  
  211. SOURCE=.\HTTPSocket.h
  212. # End Source File
  213. # Begin Source File
  214.  
  215. SOURCE=.\MainFrm.h
  216. # End Source File
  217. # Begin Source File
  218.  
  219. SOURCE=.\MirrorIt.h
  220. # End Source File
  221. # Begin Source File
  222.  
  223. SOURCE=.\MirrorItDoc.h
  224. # End Source File
  225. # Begin Source File
  226.  
  227. SOURCE=.\MirrorItView.h
  228. # End Source File
  229. # Begin Source File
  230.  
  231. SOURCE=.\Resource.h
  232. # End Source File
  233. # Begin Source File
  234.  
  235. SOURCE=.\Session.h
  236. # End Source File
  237. # Begin Source File
  238.  
  239. SOURCE=.\SessionPropertiesAdvancedPage.h
  240. # End Source File
  241. # Begin Source File
  242.  
  243. SOURCE=.\SessionPropertiesFileNamePage.h
  244. # End Source File
  245. # Begin Source File
  246.  
  247. SOURCE=.\SessionPropertiesFileTypesPage.h
  248. # End Source File
  249. # Begin Source File
  250.  
  251. SOURCE=.\SessionPropertiesLimitPage.h
  252. # End Source File
  253. # Begin Source File
  254.  
  255. SOURCE=.\SessionPropertiesMainPage.h
  256. # End Source File
  257. # Begin Source File
  258.  
  259. SOURCE=.\SessionPropertiesMirrorPage.h
  260. # End Source File
  261. # Begin Source File
  262.  
  263. SOURCE=.\SessionPropertiesPasswordPage.h
  264. # End Source File
  265. # Begin Source File
  266.  
  267. SOURCE=.\SessionPropertiesProxyPage.h
  268. # End Source File
  269. # Begin Source File
  270.  
  271. SOURCE=.\SessionPropertiesSheet.h
  272. # End Source File
  273. # Begin Source File
  274.  
  275. SOURCE=.\StdAfx.h
  276. # End Source File
  277. # Begin Source File
  278.  
  279. SOURCE=.\Url.h
  280. # End Source File
  281. # End Group
  282. # Begin Group "Resource Files"
  283.  
  284. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  285. # Begin Source File
  286.  
  287. SOURCE=.\res\1.avi
  288. # End Source File
  289. # Begin Source File
  290.  
  291. SOURCE=.\res\downarro.bmp
  292. # End Source File
  293. # Begin Source File
  294.  
  295. SOURCE=.\globe.bmp
  296. # End Source File
  297. # Begin Source File
  298.  
  299. SOURCE=.\globesmall.bmp
  300. # End Source File
  301. # Begin Source File
  302.  
  303. SOURCE=.\res\mimetype.bin
  304. # End Source File
  305. # Begin Source File
  306.  
  307. SOURCE=.\res\MirrorIt.ico
  308. # End Source File
  309. # Begin Source File
  310.  
  311. SOURCE=.\res\MirrorIt.rc2
  312. # End Source File
  313. # Begin Source File
  314.  
  315. SOURCE=.\res\MirrorItDoc.ico
  316. # End Source File
  317. # Begin Source File
  318.  
  319. SOURCE=.\res\stateico.bmp
  320. # End Source File
  321. # Begin Source File
  322.  
  323. SOURCE=.\res\Toolbar.bmp
  324. # End Source File
  325. # End Group
  326. # End Target
  327. # End Project
  328.