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.

143 lines
5.9 KiB

  1. # Microsoft Developer Studio Project File - Name="AutomateBuild" - 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. # TARGTYPE "Win32 (ALPHA) Console Application" 0x0603
  6. CFG=AutomateBuild - Win32 Debug
  7. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  8. !MESSAGE use the Export Makefile command and run
  9. !MESSAGE
  10. !MESSAGE NMAKE /f "automatebuild.mak".
  11. !MESSAGE
  12. !MESSAGE You can specify a configuration when running NMAKE
  13. !MESSAGE by defining the macro CFG on the command line. For example:
  14. !MESSAGE
  15. !MESSAGE NMAKE /f "automatebuild.mak" CFG="AutomateBuild - Win32 Debug"
  16. !MESSAGE
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE
  19. !MESSAGE "AutomateBuild - Win32 Release" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "AutomateBuild - Win32 Debug" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "AutomateBuild - Win32 Release Alpha" (based on "Win32 (ALPHA) Console Application")
  22. !MESSAGE
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath "Desktop"
  27. !IF "$(CFG)" == "AutomateBuild - 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. CPP=cl.exe
  40. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  41. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  42. RSC=rc.exe
  43. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  44. # ADD RSC /l 0x409 /d "NDEBUG"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # 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
  50. # 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:"..\AutomateBuild.exe"
  51. !ELSEIF "$(CFG)" == "AutomateBuild - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "Debug"
  55. # PROP BASE Intermediate_Dir "Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "Debug"
  60. # PROP Intermediate_Dir "Debug"
  61. # PROP Ignore_Export_Lib 0
  62. # PROP Target_Dir ""
  63. CPP=cl.exe
  64. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  65. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  66. RSC=rc.exe
  67. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  68. # ADD RSC /l 0x409 /d "_DEBUG"
  69. BSC32=bscmake.exe
  70. # ADD BASE BSC32 /nologo
  71. # ADD BSC32 /nologo
  72. LINK32=link.exe
  73. # 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
  74. # 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 /debug /machine:I386 /out:"..\AutomateBuild.exe" /pdbtype:sept
  75. !ELSEIF "$(CFG)" == "AutomateBuild - Win32 Release Alpha"
  76. # PROP BASE Use_MFC 0
  77. # PROP BASE Use_Debug_Libraries 0
  78. # PROP BASE Output_Dir "AutomateBuild___Win32_Release_Alpha"
  79. # PROP BASE Intermediate_Dir "AutomateBuild___Win32_Release_Alpha"
  80. # PROP BASE Ignore_Export_Lib 0
  81. # PROP BASE Target_Dir ""
  82. # PROP Use_MFC 0
  83. # PROP Use_Debug_Libraries 0
  84. # PROP Output_Dir "Release_Alpha"
  85. # PROP Intermediate_Dir "Release_Alpha"
  86. # PROP Ignore_Export_Lib 0
  87. # PROP Target_Dir ""
  88. CPP=cl.exe
  89. # ADD BASE CPP /nologo /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /FD /c
  90. # ADD CPP /nologo /Gt0 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_ALPHA_" /YX /FD /c
  91. RSC=rc.exe
  92. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  93. # ADD RSC /l 0x409 /d "NDEBUG"
  94. BSC32=bscmake.exe
  95. # ADD BASE BSC32 /nologo
  96. # ADD BSC32 /nologo
  97. LINK32=link.exe
  98. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA /out:"..\AutomateBuild.exe"
  99. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:console /machine:ALPHA /out:"..\AutomateAlphaBuild.exe"
  100. !ENDIF
  101. # Begin Target
  102. # Name "AutomateBuild - Win32 Release"
  103. # Name "AutomateBuild - Win32 Debug"
  104. # Name "AutomateBuild - Win32 Release Alpha"
  105. # Begin Group "Source Files"
  106. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  107. # Begin Source File
  108. SOURCE=.\build.cpp
  109. !IF "$(CFG)" == "AutomateBuild - Win32 Release"
  110. !ELSEIF "$(CFG)" == "AutomateBuild - Win32 Debug"
  111. !ELSEIF "$(CFG)" == "AutomateBuild - Win32 Release Alpha"
  112. !ENDIF
  113. # End Source File
  114. # End Group
  115. # Begin Group "Header Files"
  116. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  117. # End Group
  118. # Begin Group "Resource Files"
  119. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  120. # End Group
  121. # End Target
  122. # End Project