PParse.dsp
上传用户:huihehuasu
上传日期:2007-01-10
资源大小:6948k
文件大小:3k
源码类别:

xml/soap/webservice

开发平台:

C/C++

  1. # Microsoft Developer Studio Project File - Name="PParse" - 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=PParse - 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 "PParse.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 "PParse.mak" CFG="PParse - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "PParse - Win32 Debug" (based on "Win32 (x86) Console Application")
  19. !MESSAGE 
  20. # Begin Project
  21. # PROP AllowPerConfigDependencies 0
  22. # PROP Scc_ProjName ""
  23. # PROP Scc_LocalPath ""
  24. CPP=cl.exe
  25. RSC=rc.exe
  26. # PROP BASE Use_MFC 0
  27. # PROP BASE Use_Debug_Libraries 1
  28. # PROP BASE Output_Dir "Debug"
  29. # PROP BASE Intermediate_Dir "Debug"
  30. # PROP BASE Target_Dir ""
  31. # PROP Use_MFC 0
  32. # PROP Use_Debug_Libraries 1
  33. # PROP Output_Dir "..........bin"
  34. # PROP Intermediate_Dir "..........binobj"
  35. # PROP Ignore_Export_Lib 0
  36. # PROP Target_Dir ""
  37. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  38. # ADD CPP /nologo /G5 /MD /Za /W3 /Gm /GX /Zi /Od /I "..........include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c
  39. # SUBTRACT CPP /YX
  40. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  41. # ADD RSC /l 0x409 /d "_DEBUG"
  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 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
  47. # ADD LINK32 kernel32.lib user32.lib xerces-c_1D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..........lib"
  48. # Begin Target
  49. # Name "PParse - Win32 Debug"
  50. # Begin Group "Source Files"
  51. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  52. # Begin Source File
  53. SOURCE=........PParsePParse.cpp
  54. # End Source File
  55. # Begin Source File
  56. SOURCE=........PParsePParseHandlers.cpp
  57. # End Source File
  58. # End Group
  59. # Begin Group "Header Files"
  60. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  61. # Begin Source File
  62. SOURCE=........PParsePParse.hpp
  63. # End Source File
  64. # Begin Source File
  65. SOURCE=........PParsePParseHandlers.hpp
  66. # End Source File
  67. # End Group
  68. # Begin Group "Resource Files"
  69. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  70. # End Group
  71. # End Target
  72. # End Project