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.

180 lines
5.7 KiB

  1. # Microsoft Developer Studio Project File - Name="DBManager" - 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=DBManager - 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 "DBMgr.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 "DBMgr.mak" CFG="DBManager - Win32 Unicode Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "DBManager - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "DBManager - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/Dev/Raptor/DBManager", AWUCAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "DBManager - Win32 Unicode Debug"
  29. # PROP BASE Use_MFC 2
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "DBManager___Win32_Unicode_Debug"
  32. # PROP BASE Intermediate_Dir "DBManager___Win32_Unicode_Debug"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 1
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "Debug"
  38. # PROP Intermediate_Dir "Debug"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. F90=fl32.exe
  42. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "_DEBUG" /D "_WINDLL" /D "_USRDLL" /D "_UNICODE" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /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 "_USRDLL" /D "_UNICODE" /D "_DEBUG" /D "USE_STDAFX" /Yu"stdafx.h" /FD /GZ /c
  44. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x409 /i "..\Inc" /d "_DEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 rpcrt4.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /dll /debug /machine:I386 /out:"\bin\IntelDebugUnicode/DBManager.dll" /pdbtype:sept
  51. # ADD LINK32 rpcrt4.lib commonlib.lib netapi32.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"..\Bin\DBManager.pdb" /debug /machine:I386 /out:"..\Bin\DBManager.dll" /libpath:"..\Lib"
  52. # SUBTRACT LINK32 /pdb:none /nodefaultlib
  53. !ELSEIF "$(CFG)" == "DBManager - Win32 Unicode Release"
  54. # PROP BASE Use_MFC 2
  55. # PROP BASE Use_Debug_Libraries 0
  56. # PROP BASE Output_Dir "DBManager___Win32_Unicode_Release"
  57. # PROP BASE Intermediate_Dir "DBManager___Win32_Unicode_Release"
  58. # PROP BASE Ignore_Export_Lib 0
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 2
  61. # PROP Use_Debug_Libraries 0
  62. # PROP Output_Dir "\Lib\IntelReleaseUnicode"
  63. # PROP Intermediate_Dir "IntelReleaseUnicode"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. F90=fl32.exe
  67. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "NDEBUG" /D "_WINDLL" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "USE_STDAFX" /Yu"stdafx.h" /FD /c
  68. # ADD CPP /nologo /MD /W3 /GX /O1 /D "NDEBUG" /D "_WINDLL" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "USE_STDAFX" /Yu"stdafx.h" /FD /c
  69. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  70. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # ADD BASE LINK32 rpcrt4.lib /nologo /subsystem:windows /dll /machine:I386 /out:"\bin\IntelReleaseUnicode/DBManager.dll"
  76. # ADD LINK32 rpcrt4.lib /nologo /subsystem:windows /dll /machine:I386 /out:"\bin\IntelReleaseUnicode/DBManager.dll"
  77. # Begin Custom Build - Performing registration
  78. OutDir=\Lib\IntelReleaseUnicode
  79. TargetPath=\bin\IntelReleaseUnicode\DBManager.dll
  80. InputPath=\bin\IntelReleaseUnicode\DBManager.dll
  81. SOURCE="$(InputPath)"
  82. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  83. if "%OS%"=="" goto NOTNT
  84. if not "%OS%"=="Windows_NT" goto NOTNT
  85. regsvr32 /s /c "$(TargetPath)"
  86. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  87. goto end
  88. :NOTNT
  89. echo Warning : Cannot register Unicode DLL on Windows 95
  90. :end
  91. # End Custom Build
  92. !ENDIF
  93. # Begin Target
  94. # Name "DBManager - Win32 Unicode Debug"
  95. # Name "DBManager - Win32 Unicode Release"
  96. # Begin Group "Source Files"
  97. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  98. # Begin Source File
  99. SOURCE=.\DBMgr.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\DBMgr.def
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\DBMgr.rc
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\mcsdebug_stub.cpp
  109. !IF "$(CFG)" == "DBManager - Win32 Unicode Debug"
  110. # ADD CPP /I "..\Common\CommonLib"
  111. !ELSEIF "$(CFG)" == "DBManager - Win32 Unicode Release"
  112. !ENDIF
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\MgeDB.cpp
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\StdAfx.cpp
  119. # ADD BASE CPP /Yc"stdafx.h"
  120. # ADD CPP /Yc"stdafx.h"
  121. # End Source File
  122. # End Group
  123. # Begin Group "Header Files"
  124. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  125. # Begin Source File
  126. SOURCE=.\MgeDB.h
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\Resource.h
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\StdAfx.h
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\StringConversion.h
  136. # End Source File
  137. # End Group
  138. # Begin Group "Resource Files"
  139. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  140. # Begin Source File
  141. SOURCE=.\MgeDB.rgs
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\Registry.rc2
  145. # End Source File
  146. # End Group
  147. # End Target
  148. # End Project