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.

176 lines
5.4 KiB

  1. # Microsoft Developer Studio Project File - Name="admtCommand" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=admtCommand - Win32 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 "admtCommand.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 "admtCommand.mak" CFG="admtCommand - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "admtCommand - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "admtCommand - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/ADMT/Command", ULBAAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "admtCommand - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Release"
  36. # PROP Intermediate_Dir "Release"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
  40. # ADD CPP /nologo /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "UNICODE" /D "_UNICODE" /Yu"stdafx.h" /FD /c
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # 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 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:console /machine:I386
  48. # 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 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:console /machine:I386 /out:"..\Bin\ADMT.exe"
  49. !ELSEIF "$(CFG)" == "admtCommand - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Ignore_Export_Lib 0
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  62. # ADD CPP /nologo /G5 /MTd /W3 /Gm /GX /ZI /Od /I "..\Common\Include" /I "..\Bin" /I "..\Inc" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "UNICODE" /D "_UNICODE" /FAs /FR /Yu"stdafx.h" /FD /GZ /c
  63. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  64. # ADD RSC /l 0x409 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo /o"..\Bin\admtCommand.bsc"
  68. LINK32=link.exe
  69. # 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 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:console /debug /machine:I386 /pdbtype:sept
  70. # ADD LINK32 kernel32.lib ole32.lib oleaut32.lib uuid.lib advapi32.lib commonlib.lib /nologo /subsystem:console /pdb:"..\Bin\ADMT.pdb" /debug /machine:I386 /out:"..\Bin\ADMT.exe" /libpath:"..\Lib"
  71. # SUBTRACT LINK32 /profile /pdb:none /incremental:no /map
  72. !ENDIF
  73. # Begin Target
  74. # Name "admtCommand - Win32 Release"
  75. # Name "admtCommand - Win32 Debug"
  76. # Begin Group "Source Files"
  77. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  78. # Begin Source File
  79. SOURCE=.\admtCommand.cpp
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.\Command.rc
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.\GenerateKey.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.\Migration.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\MonitorThread.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\Parameter.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\StdAfx.cpp
  98. # ADD CPP /Yc"stdafx.h"
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\Switch.cpp
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\Thread.cpp
  105. # End Source File
  106. # End Group
  107. # Begin Group "Header Files"
  108. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  109. # Begin Source File
  110. SOURCE=.\Argument.h
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\GenerateKey.h
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\Less.h
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\Migration.h
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\MonitorThread.h
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\Parameter.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\StdAfx.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\Switch.h
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\Thread.h
  135. # End Source File
  136. # End Group
  137. # Begin Group "Resource Files"
  138. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  139. # End Group
  140. # Begin Source File
  141. SOURCE=.\ReadMe.txt
  142. # End Source File
  143. # End Target
  144. # End Project