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.

213 lines
6.4 KiB

  1. # Microsoft Developer Studio Project File - Name="itngram" - 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=itngram - 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 "itngram.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 "itngram.mak" CFG="itngram - Win32 Debug x86"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "itngram - Win32 Debug x86" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "itngram - Win32 Release x86" (based on "Win32 (x86) Dynamic-Link Library")
  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)" == "itngram - Win32 Debug x86"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir "Debug"
  32. # PROP BASE Intermediate_Dir "Debug"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir "Debug"
  37. # PROP Intermediate_Dir "Debug"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  41. # ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /I "..\..\sdk\include" /I "..\..\ddk\include" /D "_DEBUG" /D "_ATL_STATIC_REGISTRY" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c
  42. # ADD MTL /I "..\..\ddk\idl"
  43. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  44. # ADD RSC /l 0x409 /d "_DEBUG"
  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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  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 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\sdk\lib\i386"
  51. # Begin Custom Build - Performing registration
  52. OutDir=.\Debug
  53. TargetPath=.\Debug\itngram.dll
  54. InputPath=.\Debug\itngram.dll
  55. SOURCE="$(InputPath)"
  56. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  57. regsvr32 /s /c "$(TargetPath)"
  58. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  59. # End Custom Build
  60. !ELSEIF "$(CFG)" == "itngram - Win32 Release x86"
  61. # PROP BASE Use_MFC 0
  62. # PROP BASE Use_Debug_Libraries 0
  63. # PROP BASE Output_Dir "Release"
  64. # PROP BASE Intermediate_Dir "Release"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 0
  67. # PROP Use_Debug_Libraries 0
  68. # PROP Output_Dir "Release"
  69. # PROP Intermediate_Dir "Release"
  70. # PROP Ignore_Export_Lib 0
  71. # PROP Target_Dir ""
  72. # ADD BASE CPP /nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  73. # ADD CPP /nologo /MT /W3 /O1 /I "..\..\sdk\include ..\..\ddk\include" /I "..\..\sdk\include" /I "..\..\ddk\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  74. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  75. # ADD RSC /l 0x409 /d "NDEBUG"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # 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 /dll /machine:I386
  81. # 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 /dll /machine:I386 /libpath:"..\..\sdk\lib\i386"
  82. # Begin Custom Build - Performing registration
  83. OutDir=.\Release
  84. TargetPath=.\Release\itngram.dll
  85. InputPath=.\Release\itngram.dll
  86. SOURCE="$(InputPath)"
  87. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  88. regsvr32 /s /c "$(TargetPath)"
  89. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  90. # End Custom Build
  91. !ENDIF
  92. # Begin Target
  93. # Name "itngram - Win32 Debug x86"
  94. # Name "itngram - Win32 Release x86"
  95. # Begin Group "Source Files"
  96. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  97. # Begin Source File
  98. SOURCE=.\itngram.cpp
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\itngram.def
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\itngram.idl
  105. !IF "$(CFG)" == "itngram - Win32 Debug x86"
  106. # ADD MTL /I "..\..\sdk\idl" /tlb ".\itngram.tlb" /h "itngram.h" /iid "itngram_i.c" /Oicf
  107. !ELSEIF "$(CFG)" == "itngram - Win32 Release x86"
  108. # ADD MTL /I "..\..\sdk\idl" /I "..\..\ddk\idl" /tlb ".\itngram.tlb" /h "itngram.h" /iid "itngram_i.c" /Oicf
  109. !ENDIF
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.\itngram.rc
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\StdAfx.cpp
  116. # ADD CPP /Yc"stdafx.h"
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\TestITN.cpp
  120. # End Source File
  121. # End Group
  122. # Begin Group "Header Files"
  123. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  124. # Begin Source File
  125. SOURCE=.\Resource.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\StdAfx.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\TestITN.h
  132. # End Source File
  133. # End Group
  134. # Begin Group "Resource Files"
  135. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  136. # Begin Source File
  137. SOURCE=.\TestITN.rgs
  138. # End Source File
  139. # End Group
  140. # Begin Group "Grammar Files"
  141. # PROP Default_Filter ".xml"
  142. # Begin Source File
  143. SOURCE=.\test.xml
  144. !IF "$(CFG)" == "itngram - Win32 Debug x86"
  145. # Begin Custom Build - Compiling grammar $(InputPath)
  146. ProjDir=.
  147. InputPath=.\test.xml
  148. InputName=test
  149. "$(ProjDir)\test.cfg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  150. ..\..\sdk\bin\gramcomp /s /h test.h $(InputName)
  151. # End Custom Build
  152. !ELSEIF "$(CFG)" == "itngram - Win32 Release x86"
  153. # Begin Custom Build - Compiling grammar $(InputPath)
  154. ProjDir=.
  155. InputPath=.\test.xml
  156. InputName=test
  157. "$(ProjDir)\test.cfg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  158. ..\..\sdk\bin\gramcomp /s /h test.h $(InputName)
  159. # End Custom Build
  160. !ENDIF
  161. # End Source File
  162. # End Group
  163. # Begin Source File
  164. SOURCE=.\test.cfg
  165. # End Source File
  166. # End Target
  167. # End Project