Source code of Windows XP (NT5)
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.

164 lines
5.8 KiB

  1. # Microsoft Developer Studio Project File - Name="DisableTargetAccount" - 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=DisableTargetAccount - Win32 Unicode Release
  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 "AcctDis.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 "AcctDis.mak" CFG="DisableTargetAccount - Win32 Unicode Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "DisableTargetAccount - Win32 Unicode Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "DisableTargetAccount - Win32 Unicode Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/Dev/Raptor/AcctReplExtensions/DisableTargetAccount", KXUCAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "DisableTargetAccount - Win32 Unicode Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "DisableTargetAccount___Win32_Unicode_Release"
  32. # PROP BASE Intermediate_Dir "DisableTargetAccount___Win32_Unicode_Release"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "\lib\IntelReleaseUnicode"
  38. # PROP Intermediate_Dir "\temp\Release\DisableTargetAccount"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. F90=fl32.exe
  42. # 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
  43. # ADD CPP /nologo /MT /W3 /O1 /I "..\..\Common\Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "_UNICODE" /D "_ATL_STATIC_REGISTRY" /FD /c
  44. # SUBTRACT CPP /YX /Yc /Yu
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 netapi32.lib /nologo /subsystem:windows /dll /machine:I386
  52. # 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 netapi32.lib rpcrt4.lib /nologo /subsystem:windows /dll /machine:I386 /out:"\bin\IntelReleaseUnicode/DisableTargetAccount.dll"
  53. # Begin Custom Build - Performing registration
  54. OutDir=\lib\IntelReleaseUnicode
  55. TargetPath=\bin\IntelReleaseUnicode\DisableTargetAccount.dll
  56. InputPath=\bin\IntelReleaseUnicode\DisableTargetAccount.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)" == "DisableTargetAccount - Win32 Unicode Debug"
  69. # PROP BASE Use_MFC 0
  70. # PROP BASE Use_Debug_Libraries 1
  71. # PROP BASE Output_Dir "DisableTargetAccount___Win32_Unicode_Debug"
  72. # PROP BASE Intermediate_Dir "DisableTargetAccount___Win32_Unicode_Debug"
  73. # PROP BASE Ignore_Export_Lib 0
  74. # PROP BASE Target_Dir ""
  75. # PROP Use_MFC 0
  76. # PROP Use_Debug_Libraries 1
  77. # PROP Output_Dir "Debug"
  78. # PROP Intermediate_Dir "Debug"
  79. # PROP Ignore_Export_Lib 0
  80. # PROP Target_Dir ""
  81. F90=fl32.exe
  82. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "UNICODE" /Yu"stdafx.h" /FD /GZ /c
  83. # ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I "..\..\Common\Include" /I "..\..\Inc" /D "WIN32" /D "_USRDLL" /D "_UNICODE" /D "_DEBUG" /Yu"stdafx.h" /FD /GZ /c
  84. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  85. # ADD RSC /l 0x409 /i "..\..\Inc" /d "_DEBUG"
  86. BSC32=bscmake.exe
  87. # ADD BASE BSC32 /nologo
  88. # ADD BSC32 /nologo
  89. LINK32=link.exe
  90. # 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 netapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  91. # 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 netapi32.lib rpcrt4.lib commonlib.lib /nologo /subsystem:windows /dll /incremental:no /pdb:"..\..\Bin\DisableTargetAccount.pdb" /debug /machine:I386 /out:"..\..\Bin\DisableTargetAccount.dll" /pdbtype:sept /libpath:"..\..\Lib"
  92. # SUBTRACT LINK32 /pdb:none
  93. !ENDIF
  94. # Begin Target
  95. # Name "DisableTargetAccount - Win32 Unicode Release"
  96. # Name "DisableTargetAccount - Win32 Unicode Debug"
  97. # Begin Group "Source Files"
  98. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  99. # Begin Source File
  100. SOURCE=.\AcctDis.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\AcctDis.def
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\AcctDis.rc
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.\DisAcct.cpp
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\StdAfx.cpp
  113. # ADD BASE CPP /Yc"stdafx.h"
  114. # ADD CPP /Yc"stdafx.h"
  115. # End Source File
  116. # End Group
  117. # Begin Group "Header Files"
  118. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  119. # Begin Source File
  120. SOURCE=.\DisAcct.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\Resource.h
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\StdAfx.h
  127. # End Source File
  128. # End Group
  129. # Begin Group "Resource Files"
  130. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  131. # Begin Source File
  132. SOURCE=.\DisAcct.rgs
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\Registry.rc2
  136. # End Source File
  137. # End Group
  138. # End Target
  139. # End Project