gennmtab.dsp 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. # Microsoft Developer Studio Project File - Name="gennmtab" - 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=gennmtab - Win32 Release
  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 "gennmtab.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 "gennmtab.mak" CFG="gennmtab - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "gennmtab - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "gennmtab - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. CPP=cl.exe
  24. RSC=rc.exe
  25. !IF "$(CFG)" == "gennmtab - Win32 Release"
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 0
  28. # PROP BASE Output_Dir ".\Release"
  29. # PROP BASE Intermediate_Dir ".\Release"
  30. # PROP BASE Target_Dir "."
  31. # PROP Use_MFC 0
  32. # PROP Use_Debug_Libraries 0
  33. # PROP Output_Dir "Release\gennmtab"
  34. # PROP Intermediate_Dir "Release\gennmtab"
  35. # PROP Ignore_Export_Lib 0
  36. # PROP Target_Dir "."
  37. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  38. # ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FD /c
  39. # SUBTRACT CPP /YX
  40. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  41. # ADD RSC /l 0x809 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LINK32=link.exe
  46. # 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:console /machine:I386
  47. # 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:console /machine:I386 /out:"..\bin\gennmtab.exe"
  48. # Begin Special Build Tool
  49. SOURCE="$(InputPath)"
  50. PostBuild_Desc=(R) Generating nametab.h ...
  51. PostBuild_Cmds=..\bin\gennmtab.exe >..\lib\expat\xmltok\nametab.h
  52. # End Special Build Tool
  53. !ELSEIF "$(CFG)" == "gennmtab - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir ".\Debug"
  57. # PROP BASE Intermediate_Dir ".\Debug"
  58. # PROP BASE Target_Dir "."
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug\gennmtab"
  62. # PROP Intermediate_Dir "Debug\gennmtab"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir "."
  65. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  66. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FD /c
  67. # SUBTRACT CPP /YX
  68. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  69. # ADD RSC /l 0x809 /d "_DEBUG"
  70. BSC32=bscmake.exe
  71. # ADD BASE BSC32 /nologo
  72. # ADD BSC32 /nologo
  73. LINK32=link.exe
  74. # 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:console /debug /machine:I386
  75. # 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:console /debug /machine:I386 /out:"..\bin\gennmtabD.exe"
  76. # Begin Special Build Tool
  77. SOURCE="$(InputPath)"
  78. PostBuild_Desc=(D) Generating nametab.h ...
  79. PostBuild_Cmds=..\bin\gennmtabD.exe >..\lib\expat\xmltok\nametab.h
  80. # End Special Build Tool
  81. !ENDIF
  82. # Begin Target
  83. # Name "gennmtab - Win32 Release"
  84. # Name "gennmtab - Win32 Debug"
  85. # Begin Group "Source Files"
  86. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;for;f90"
  87. # Begin Source File
  88. SOURCE=..\lib\expat\gennmtab\gennmtab.c
  89. # End Source File
  90. # End Group
  91. # Begin Group "Header Files"
  92. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  93. # End Group
  94. # Begin Group "Resource Files"
  95. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  96. # End Group
  97. # End Target
  98. # End Project