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.

161 lines
4.5 KiB

  1. # Microsoft Developer Studio Project File - Name="exbtn" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=exbtn - 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 "exbtn.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 "exbtn.mak" CFG="exbtn - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "exbtn - Win32 Profile" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "exbtn - Win32 Release" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "exbtn - Win32 Debug" (based on "Win32 (x86) Static Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "exbtn - Win32 Profile"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "exbtn__2"
  32. # PROP BASE Intermediate_Dir "exbtn__2"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "profile"
  37. # PROP Intermediate_Dir "profile"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  40. # ADD CPP /nologo /Gz /MT /W4 /GX /O2 /I "." /I "../../common" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  41. # ADD BASE RSC /l 0x411
  42. # ADD RSC /l 0x411
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo /o"../Profile/exbtn.bsc"
  46. LIB32=link.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo /out:"../Profile/exbtn.lib"
  49. !ELSEIF "$(CFG)" == "exbtn - Win32 Release"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 0
  52. # PROP BASE Output_Dir "exbtn___Win32_Release"
  53. # PROP BASE Intermediate_Dir "exbtn___Win32_Release"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 0
  57. # PROP Output_Dir "Release"
  58. # PROP Intermediate_Dir "Release"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /Gz /MT /W3 /GX /Zi /O2 /I "..\common" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  61. # ADD CPP /nologo /Gz /MT /W4 /WX /GX /Zi /O2 /I "." /I "../../common" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  62. # ADD BASE RSC /l 0x411
  63. # ADD RSC /l 0x412
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo /o"../Release/exbtn.bsc"
  67. LIB32=link.exe -lib
  68. # ADD BASE LIB32 /nologo
  69. # ADD LIB32 /nologo /out:"../Release/exbtn.lib"
  70. !ELSEIF "$(CFG)" == "exbtn - Win32 Debug"
  71. # PROP BASE Use_MFC 0
  72. # PROP BASE Use_Debug_Libraries 1
  73. # PROP BASE Output_Dir "exbtn___Win32_Debug"
  74. # PROP BASE Intermediate_Dir "exbtn___Win32_Debug"
  75. # PROP BASE Target_Dir ""
  76. # PROP Use_MFC 0
  77. # PROP Use_Debug_Libraries 1
  78. # PROP Output_Dir "Debug"
  79. # PROP Intermediate_Dir "Debug"
  80. # PROP Target_Dir ""
  81. # ADD BASE CPP /nologo /Gz /MTd /W3 /GX /Z7 /Od /I "..\common" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  82. # ADD CPP /nologo /Gz /MTd /W4 /WX /GX /Z7 /Od /I "." /I "../../common" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  83. # ADD BASE RSC /l 0x411
  84. # ADD RSC /l 0x411
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo /o"../Debug/exbtn.bsc"
  88. LIB32=link.exe -lib
  89. # ADD BASE LIB32 /nologo
  90. # ADD LIB32 /nologo /out:"../Debug/exbtn.lib"
  91. !ENDIF
  92. # Begin Target
  93. # Name "exbtn - Win32 Profile"
  94. # Name "exbtn - Win32 Release"
  95. # Name "exbtn - Win32 Debug"
  96. # Begin Source File
  97. SOURCE=.\ccom.h
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\cexbtn.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\cexbtn.h
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\dbg.cpp
  107. !IF "$(CFG)" == "exbtn - Win32 Profile"
  108. # PROP Intermediate_Dir "profile"
  109. # ADD CPP /Gz /MT
  110. !ELSEIF "$(CFG)" == "exbtn - Win32 Release"
  111. # PROP BASE Intermediate_Dir "retail_a"
  112. # PROP BASE Exclude_From_Build 1
  113. # PROP Intermediate_Dir "Release"
  114. # PROP Exclude_From_Build 1
  115. # ADD BASE CPP /Gz /MT
  116. # ADD CPP /Gz /MT
  117. !ELSEIF "$(CFG)" == "exbtn - Win32 Debug"
  118. # PROP BASE Intermediate_Dir "test_a"
  119. # PROP Intermediate_Dir "Debug"
  120. # ADD BASE CPP /Gz /MTd
  121. # ADD CPP /Gz /MTd
  122. !ENDIF
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\dbg.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\exbtn.cpp
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\exbtn.h
  132. # End Source File
  133. # End Target
  134. # End Project