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.

163 lines
5.7 KiB

  1. # Microsoft Developer Studio Project File - Name="GramComp" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=GramComp - Win32 Debug x86
  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 "gramcomp.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 "gramcomp.mak" CFG="GramComp - Win32 Debug x86"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "GramComp - Win32 Debug x86" (based on "Win32 (x86) Application")
  19. !MESSAGE "GramComp - Win32 Release x86" (based on "Win32 (x86) Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "GramComp - Win32 Debug x86"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "GramComp___Win32_Debug_x86"
  32. # PROP BASE Intermediate_Dir "GramComp___Win32_Debug_x86"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "Debug_x86"
  38. # PROP Intermediate_Dir "Debug_x86"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\sdk\include" /I "..\..\ddk\include" /I "..\..\sdk\samples\cpp\common" /I "..\..\src\sapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
  42. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\..\sdk\include" /I "..\..\ddk\include" /I "..\..\sdk\samples\cpp\common" /I "..\..\src\sapi" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /FD /GZ /c
  43. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  46. # ADD RSC /l 0x409 /d "_DEBUG"
  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 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept /libpath:"..\..\sdk\lib\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 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept /libpath:"..\..\sdk\lib\i386"
  53. # Begin Special Build Tool
  54. TargetDir=.\Debug_x86
  55. SOURCE="$(InputPath)"
  56. PostBuild_Cmds=copy $(TargetDir)\gramcomp.exe ..\..\sdk\bin
  57. # End Special Build Tool
  58. !ELSEIF "$(CFG)" == "GramComp - Win32 Release x86"
  59. # PROP BASE Use_MFC 0
  60. # PROP BASE Use_Debug_Libraries 0
  61. # PROP BASE Output_Dir "GramComp___Win32_Release_x86"
  62. # PROP BASE Intermediate_Dir "GramComp___Win32_Release_x86"
  63. # PROP BASE Ignore_Export_Lib 0
  64. # PROP BASE Target_Dir ""
  65. # PROP Use_MFC 0
  66. # PROP Use_Debug_Libraries 0
  67. # PROP Output_Dir "Release_x86"
  68. # PROP Intermediate_Dir "Release_x86"
  69. # PROP Ignore_Export_Lib 0
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\sdk\include" /I "..\..\ddk\include" /I "..\..\sdk\samples\cpp\common" /I "..\..\src\sapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  72. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\sdk\include" /I "..\..\ddk\include" /I "..\..\sdk\samples\cpp\common" /I "..\..\src\sapi" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  73. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  74. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  75. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  76. # ADD RSC /l 0x409 /d "NDEBUG"
  77. BSC32=bscmake.exe
  78. # ADD BASE BSC32 /nologo
  79. # ADD BSC32 /nologo
  80. LINK32=link.exe
  81. # 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 /nologo /subsystem:windows /machine:I386 /libpath:"..\..\sdk\lib\i386"
  82. # 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 /nologo /subsystem:windows /machine:I386 /libpath:"..\..\sdk\lib\i386"
  83. # Begin Special Build Tool
  84. TargetDir=.\Release_x86
  85. SOURCE="$(InputPath)"
  86. PostBuild_Cmds=copy $(TargetDir)\gramcomp.exe ..\..\sdk\bin
  87. # End Special Build Tool
  88. !ENDIF
  89. # Begin Target
  90. # Name "GramComp - Win32 Debug x86"
  91. # Name "GramComp - Win32 Release x86"
  92. # Begin Group "Source Files"
  93. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  94. # Begin Source File
  95. SOURCE=.\comp.cpp
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\GramComp.cpp
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\GramComp.rc
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\StdAfx.cpp
  105. # ADD BASE CPP /Yc"stdafx.h"
  106. # ADD CPP /Yc"stdafx.h"
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=..\..\sdk\samples\CPP\common\tom_i.c
  110. # SUBTRACT BASE CPP /YX /Yc /Yu
  111. # SUBTRACT CPP /YX /Yc /Yu
  112. # End Source File
  113. # End Group
  114. # Begin Group "Header Files"
  115. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  116. # Begin Source File
  117. SOURCE=.\Comp.h
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\resource.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\StdAfx.h
  124. # End Source File
  125. # End Group
  126. # Begin Group "Resource Files"
  127. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  128. # Begin Source File
  129. SOURCE=.\GramComp.ico
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\small.ico
  133. # End Source File
  134. # End Group
  135. # Begin Source File
  136. SOURCE=.\ReadMe.txt
  137. # End Source File
  138. # End Target
  139. # End Project