hdd.mak
上传用户:surprise9
上传日期:2007-01-04
资源大小:426k
文件大小:10k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  4. !IF "$(CFG)" == ""
  5. CFG=hdd - Win32 Debug
  6. !MESSAGE No configuration specified.  Defaulting to hdd - Win32 Debug.
  7. !ENDIF 
  8. !IF "$(CFG)" != "hdd - Win32 Release" && "$(CFG)" != "hdd - Win32 Debug"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  11. !MESSAGE by defining the macro CFG on the command line.  For example:
  12. !MESSAGE 
  13. !MESSAGE NMAKE /f "hdd.mak" CFG="hdd - Win32 Debug"
  14. !MESSAGE 
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE 
  17. !MESSAGE "hdd - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  18. !MESSAGE "hdd - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE 
  20. !ERROR An invalid configuration is specified.
  21. !ENDIF 
  22. !IF "$(OS)" == "Windows_NT"
  23. NULL=
  24. !ELSE 
  25. NULL=nul
  26. !ENDIF 
  27. ################################################################################
  28. # Begin Project
  29. # PROP Target_Last_Scanned "hdd - Win32 Debug"
  30. CPP=cl.exe
  31. MTL=mktyplib.exe
  32. RSC=rc.exe
  33. !IF  "$(CFG)" == "hdd - Win32 Release"
  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 6
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Target_Dir ""
  44. OUTDIR=.Release
  45. INTDIR=.Release
  46. ALL : "$(OUTDIR)hdd.dll" "..............WarSoftwareBinhdd.dll"
  47. CLEAN : 
  48. -@erase "$(INTDIR)hdd.obj"
  49. -@erase "$(INTDIR)hdd.pch"
  50. -@erase "$(INTDIR)hdd.res"
  51. -@erase "$(INTDIR)StdAfx.obj"
  52. -@erase "$(OUTDIR)hdd.dll"
  53. -@erase "$(OUTDIR)hdd.exp"
  54. -@erase "$(OUTDIR)hdd.lib"
  55. -@erase "..............WarSoftwareBinhdd.dll"
  56. "$(OUTDIR)" :
  57.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  58. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  59. # ADD CPP /nologo /MD /W3 /GX /O2 /I "../../../../Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Yu"stdafx.h" /c
  60. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "../../../../Include" /D "WIN32" /D
  61.  "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT"
  62.  /Fp"$(INTDIR)/hdd.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c 
  63. CPP_OBJS=.Release/
  64. CPP_SBRS=..
  65. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  66. # ADD MTL /nologo /D "NDEBUG" /win32
  67. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  68. # ADD BASE RSC /l 0x414 /d "NDEBUG" /d "_AFXDLL"
  69. # ADD RSC /l 0x414 /d "NDEBUG" /d "_AFXDLL"
  70. RSC_PROJ=/l 0x414 /fo"$(INTDIR)/hdd.res" /d "NDEBUG" /d "_AFXDLL" 
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. BSC32_FLAGS=/nologo /o"$(OUTDIR)/hdd.bsc" 
  75. BSC32_SBRS= 
  76. LINK32=link.exe
  77. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  78. # ADD LINK32 ../../../../WarSoftwareLib/Release/WarSoftwareLib.lib /nologo /subsystem:windows /dll /machine:I386
  79. LINK32_FLAGS=../../../../WarSoftwareLib/Release/WarSoftwareLib.lib /nologo
  80.  /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/hdd.pdb" /machine:I386
  81.  /def:".hdd.def" /out:"$(OUTDIR)/hdd.dll" /implib:"$(OUTDIR)/hdd.lib" 
  82. DEF_FILE= 
  83. ".hdd.def"
  84. LINK32_OBJS= 
  85. "$(INTDIR)hdd.obj" 
  86. "$(INTDIR)hdd.res" 
  87. "$(INTDIR)StdAfx.obj"
  88. "$(OUTDIR)hdd.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  89.     $(LINK32) @<<
  90.   $(LINK32_FLAGS) $(LINK32_OBJS)
  91. <<
  92. # Begin Custom Build
  93. InputPath=.Releasehdd.dll
  94. SOURCE=$(InputPath)
  95. "WarSoftwareBinhdd.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  96.    copy .Releasehdd.dll WarSoftwareBinhdd.dll
  97.    copy .Releasehdd.dll WarSoftwareBinnetdisk.dll
  98.    copy .Releasehdd.dll WarSoftwareBincdrom.dll
  99. # End Custom Build
  100. !ELSEIF  "$(CFG)" == "hdd - Win32 Debug"
  101. # PROP BASE Use_MFC 6
  102. # PROP BASE Use_Debug_Libraries 1
  103. # PROP BASE Output_Dir "Debug"
  104. # PROP BASE Intermediate_Dir "Debug"
  105. # PROP BASE Target_Dir ""
  106. # PROP Use_MFC 6
  107. # PROP Use_Debug_Libraries 1
  108. # PROP Output_Dir "Debug"
  109. # PROP Intermediate_Dir "Debug"
  110. # PROP Target_Dir ""
  111. OUTDIR=.Debug
  112. INTDIR=.Debug
  113. ALL : "$(OUTDIR)hdd.dll" "..............WarSoftwareDebugBinhdd.dll"
  114. CLEAN : 
  115. -@erase "$(INTDIR)hdd.obj"
  116. -@erase "$(INTDIR)hdd.pch"
  117. -@erase "$(INTDIR)hdd.res"
  118. -@erase "$(INTDIR)StdAfx.obj"
  119. -@erase "$(INTDIR)vc40.idb"
  120. -@erase "$(INTDIR)vc40.pdb"
  121. -@erase "$(OUTDIR)hdd.dll"
  122. -@erase "$(OUTDIR)hdd.exp"
  123. -@erase "$(OUTDIR)hdd.lib"
  124. -@erase "$(OUTDIR)hdd.map"
  125. -@erase "$(OUTDIR)hdd.pdb"
  126. -@erase "..............WarSoftwareDebugBinhdd.dll"
  127. "$(OUTDIR)" :
  128.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  129. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  130. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../../Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT" /Yu"stdafx.h" /c
  131. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../../Include" /D "WIN32"
  132.  /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT"
  133.  /Fp"$(INTDIR)/hdd.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  134. CPP_OBJS=.Debug/
  135. CPP_SBRS=..
  136. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  137. # ADD MTL /nologo /D "_DEBUG" /win32
  138. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  139. # ADD BASE RSC /l 0x414 /d "_DEBUG" /d "_AFXDLL"
  140. # ADD RSC /l 0x414 /d "_DEBUG" /d "_AFXDLL"
  141. RSC_PROJ=/l 0x414 /fo"$(INTDIR)/hdd.res" /d "_DEBUG" /d "_AFXDLL" 
  142. BSC32=bscmake.exe
  143. # ADD BASE BSC32 /nologo
  144. # ADD BSC32 /nologo
  145. BSC32_FLAGS=/nologo /o"$(OUTDIR)/hdd.bsc" 
  146. BSC32_SBRS= 
  147. LINK32=link.exe
  148. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  149. # ADD LINK32 ../../../../WarSoftwareLib/Debug/WarSoftwareLib.lib /nologo /subsystem:windows /dll /incremental:no /map /debug /machine:I386
  150. LINK32_FLAGS=../../../../WarSoftwareLib/Debug/WarSoftwareLib.lib /nologo
  151.  /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/hdd.pdb"
  152.  /map:"$(INTDIR)/hdd.map" /debug /machine:I386 /def:".hdd.def"
  153.  /out:"$(OUTDIR)/hdd.dll" /implib:"$(OUTDIR)/hdd.lib" 
  154. DEF_FILE= 
  155. ".hdd.def"
  156. LINK32_OBJS= 
  157. "$(INTDIR)hdd.obj" 
  158. "$(INTDIR)hdd.res" 
  159. "$(INTDIR)StdAfx.obj"
  160. "$(OUTDIR)hdd.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  161.     $(LINK32) @<<
  162.   $(LINK32_FLAGS) $(LINK32_OBJS)
  163. <<
  164. # Begin Custom Build
  165. InputPath=.Debughdd.dll
  166. SOURCE=$(InputPath)
  167. "WarSoftwareDebugBinhdd.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  168.    copy .Debughdd.dll WarSoftwareDebugBinhdd.dll
  169.    copy .Debughdd.dll WarSoftwareDebugBinnetdisk.dll
  170.    copy .Debughdd.dll WarSoftwareDebugBincdrom.dll
  171. # End Custom Build
  172. !ENDIF 
  173. .c{$(CPP_OBJS)}.obj:
  174.    $(CPP) $(CPP_PROJ) $<  
  175. .cpp{$(CPP_OBJS)}.obj:
  176.    $(CPP) $(CPP_PROJ) $<  
  177. .cxx{$(CPP_OBJS)}.obj:
  178.    $(CPP) $(CPP_PROJ) $<  
  179. .c{$(CPP_SBRS)}.sbr:
  180.    $(CPP) $(CPP_PROJ) $<  
  181. .cpp{$(CPP_SBRS)}.sbr:
  182.    $(CPP) $(CPP_PROJ) $<  
  183. .cxx{$(CPP_SBRS)}.sbr:
  184.    $(CPP) $(CPP_PROJ) $<  
  185. ################################################################################
  186. # Begin Target
  187. # Name "hdd - Win32 Release"
  188. # Name "hdd - Win32 Debug"
  189. !IF  "$(CFG)" == "hdd - Win32 Release"
  190. !ELSEIF  "$(CFG)" == "hdd - Win32 Debug"
  191. !ENDIF 
  192. ################################################################################
  193. # Begin Source File
  194. SOURCE=.ReadMe.txt
  195. !IF  "$(CFG)" == "hdd - Win32 Release"
  196. !ELSEIF  "$(CFG)" == "hdd - Win32 Debug"
  197. !ENDIF 
  198. # End Source File
  199. ################################################################################
  200. # Begin Source File
  201. SOURCE=.hdd.cpp
  202. DEP_CPP_HDD_C=
  203. "........IncludeDaemonAPI.h"
  204. "........Includeedituseroption.h"
  205. "........IncludeMiscSupport.h"
  206. "........Includeoptions.h"
  207. "........Includeremoteinterface.h"
  208. "........Includeuser.h"
  209. "........IncludeWarSMemory.h"
  210. ".../../../../IncludeFsysSecurity.h"
  211. ".../../../../IncludeUnixFsysTypes.h"
  212. ".../../../../IncludeWarFsys.h"
  213. ".../../../../IncludeWarSoftware.h"
  214. ".hdd.h"
  215. ".StdAfx.h"
  216. "$(INTDIR)hdd.obj" : $(SOURCE) $(DEP_CPP_HDD_C) "$(INTDIR)"
  217.  "$(INTDIR)hdd.pch"
  218. # End Source File
  219. ################################################################################
  220. # Begin Source File
  221. SOURCE=.hdd.def
  222. !IF  "$(CFG)" == "hdd - Win32 Release"
  223. !ELSEIF  "$(CFG)" == "hdd - Win32 Debug"
  224. !ENDIF 
  225. # End Source File
  226. ################################################################################
  227. # Begin Source File
  228. SOURCE=.StdAfx.cpp
  229. DEP_CPP_STDAF=
  230. ".StdAfx.h"
  231. !IF  "$(CFG)" == "hdd - Win32 Release"
  232. # ADD CPP /Yc"stdafx.h"
  233. BuildCmds= 
  234. $(CPP) /nologo /MD /W3 /GX /O2 /I "../../../../Include" /D "WIN32" /D "NDEBUG"
  235.  /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT"
  236.  /Fp"$(INTDIR)/hdd.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) 
  237. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  238.    $(BuildCmds)
  239. "$(INTDIR)hdd.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  240.    $(BuildCmds)
  241. !ELSEIF  "$(CFG)" == "hdd - Win32 Debug"
  242. # ADD CPP /Yc"stdafx.h"
  243. BuildCmds= 
  244. $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../../../../Include" /D "WIN32" /D
  245.  "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_AFXEXT"
  246.  /Fp"$(INTDIR)/hdd.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c
  247.  $(SOURCE) 
  248. "$(INTDIR)StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  249.    $(BuildCmds)
  250. "$(INTDIR)hdd.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  251.    $(BuildCmds)
  252. !ENDIF 
  253. # End Source File
  254. ################################################################################
  255. # Begin Source File
  256. SOURCE=.hdd.rc
  257. DEP_RSC_HDD_R=
  258. ".reshdd.rc2"
  259. "$(INTDIR)hdd.res" : $(SOURCE) $(DEP_RSC_HDD_R) "$(INTDIR)"
  260.    $(RSC) $(RSC_PROJ) $(SOURCE)
  261. # End Source File
  262. # End Target
  263. # End Project
  264. ################################################################################