Leaked source code of windows server 2003
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.

232 lines
7.9 KiB

  1. # Microsoft Developer Studio Project File - Name="MsPwdMig" - 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=MsPwdMig - Win32 Unicode 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 "MsPwdMig.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 "MsPwdMig.mak" CFG="MsPwdMig - Win32 Unicode Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "MsPwdMig - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "MsPwdMig - Win32 Unicode Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "MsPwdMig - Win32 Unicode Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""$/ADMT/MsPwdMig", FCCAAAAA"
  25. # PROP Scc_LocalPath "."
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF "$(CFG)" == "MsPwdMig - Win32 Unicode Debug"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 1
  32. # PROP BASE Output_Dir "DebugU"
  33. # PROP BASE Intermediate_Dir "DebugU"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "DebugU"
  38. # PROP Intermediate_Dir "DebugU"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. F90=fl32.exe
  42. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /Yu"stdafx.h" /FD /GZ /c
  43. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\Common\Include" /I "..\Inc" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /GZ /c
  44. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  45. # ADD RSC /l 0x409 /d "_DEBUG"
  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 odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  51. # ADD LINK32 kernel32.lib user32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib Rpcrt4.lib /nologo /subsystem:windows /dll /pdb:"..\Bin\MsPwdMig.pdb" /debug /machine:I386 /out:"..\Bin\MsPwdMig.dll" /pdbtype:sept /libpath:"..\Lib"
  52. # SUBTRACT LINK32 /pdb:none
  53. # Begin Custom Build - Performing registration
  54. OutDir=.\DebugU
  55. TargetPath=\Dev\ADMT\Bin\MsPwdMig.dll
  56. InputPath=\Dev\ADMT\Bin\MsPwdMig.dll
  57. SOURCE="$(InputPath)"
  58. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  59. if "%OS%"=="" goto NOTNT
  60. if not "%OS%"=="Windows_NT" goto NOTNT
  61. regsvr32 /s /c "$(TargetPath)"
  62. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  63. goto end
  64. :NOTNT
  65. echo Warning : Cannot register Unicode DLL on Windows 95
  66. :end
  67. # End Custom Build
  68. !ELSEIF "$(CFG)" == "MsPwdMig - Win32 Unicode Release MinSize"
  69. # PROP BASE Use_MFC 0
  70. # PROP BASE Use_Debug_Libraries 0
  71. # PROP BASE Output_Dir "ReleaseUMinSize"
  72. # PROP BASE Intermediate_Dir "ReleaseUMinSize"
  73. # PROP BASE Target_Dir ""
  74. # PROP Use_MFC 0
  75. # PROP Use_Debug_Libraries 0
  76. # PROP Output_Dir "ReleaseUMinSize"
  77. # PROP Intermediate_Dir "ReleaseUMinSize"
  78. # PROP Target_Dir ""
  79. F90=fl32.exe
  80. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  81. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_DLL" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  82. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  83. # ADD RSC /l 0x409 /d "NDEBUG"
  84. BSC32=bscmake.exe
  85. # ADD BASE BSC32 /nologo
  86. # ADD BSC32 /nologo
  87. LINK32=link.exe
  88. # 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 /nologo /subsystem:windows /dll /machine:I386
  89. # 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 /nologo /subsystem:windows /dll /machine:I386
  90. # Begin Custom Build - Performing registration
  91. OutDir=.\ReleaseUMinSize
  92. TargetPath=.\ReleaseUMinSize\MsPwdMig.dll
  93. InputPath=.\ReleaseUMinSize\MsPwdMig.dll
  94. SOURCE="$(InputPath)"
  95. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  96. if "%OS%"=="" goto NOTNT
  97. if not "%OS%"=="Windows_NT" goto NOTNT
  98. regsvr32 /s /c "$(TargetPath)"
  99. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  100. goto end
  101. :NOTNT
  102. echo Warning : Cannot register Unicode DLL on Windows 95
  103. :end
  104. # End Custom Build
  105. !ELSEIF "$(CFG)" == "MsPwdMig - Win32 Unicode Release MinDependency"
  106. # PROP BASE Use_MFC 0
  107. # PROP BASE Use_Debug_Libraries 0
  108. # PROP BASE Output_Dir "ReleaseUMinDependency"
  109. # PROP BASE Intermediate_Dir "ReleaseUMinDependency"
  110. # PROP BASE Target_Dir ""
  111. # PROP Use_MFC 0
  112. # PROP Use_Debug_Libraries 0
  113. # PROP Output_Dir "ReleaseUMinDependency"
  114. # PROP Intermediate_Dir "ReleaseUMinDependency"
  115. # PROP Target_Dir ""
  116. F90=fl32.exe
  117. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  118. # ADD CPP /nologo /MT /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "_ATL_MIN_CRT" /Yu"stdafx.h" /FD /c
  119. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  120. # ADD RSC /l 0x409 /d "NDEBUG"
  121. BSC32=bscmake.exe
  122. # ADD BASE BSC32 /nologo
  123. # ADD BSC32 /nologo
  124. LINK32=link.exe
  125. # 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 /nologo /subsystem:windows /dll /machine:I386
  126. # 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 /nologo /subsystem:windows /dll /machine:I386
  127. # Begin Custom Build - Performing registration
  128. OutDir=.\ReleaseUMinDependency
  129. TargetPath=.\ReleaseUMinDependency\MsPwdMig.dll
  130. InputPath=.\ReleaseUMinDependency\MsPwdMig.dll
  131. SOURCE="$(InputPath)"
  132. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  133. if "%OS%"=="" goto NOTNT
  134. if not "%OS%"=="Windows_NT" goto NOTNT
  135. regsvr32 /s /c "$(TargetPath)"
  136. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  137. goto end
  138. :NOTNT
  139. echo Warning : Cannot register Unicode DLL on Windows 95
  140. :end
  141. # End Custom Build
  142. !ENDIF
  143. # Begin Target
  144. # Name "MsPwdMig - Win32 Unicode Debug"
  145. # Name "MsPwdMig - Win32 Unicode Release MinSize"
  146. # Name "MsPwdMig - Win32 Unicode Release MinDependency"
  147. # Begin Group "Source Files"
  148. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  149. # Begin Source File
  150. SOURCE=.\AdmtCrypt.cpp
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\Error.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\MsPwdMig.cpp
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\MsPwdMig.def
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\MsPwdMig.rc
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\PasswordMigration.cpp
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\StdAfx.cpp
  169. # ADD BASE CPP /Yc"stdafx.h"
  170. # ADD CPP /Yc"stdafx.h"
  171. # End Source File
  172. # End Group
  173. # Begin Group "Header Files"
  174. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  175. # Begin Source File
  176. SOURCE=.\AdmtCrypt.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\Error.h
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\PasswordMigration.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\Resource.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\StdAfx.h
  189. # End Source File
  190. # End Group
  191. # Begin Group "Resource Files"
  192. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  193. # Begin Source File
  194. SOURCE=.\PasswordMigration.rgs
  195. # End Source File
  196. # End Group
  197. # End Target
  198. # End Project