2
0

cpptest.dsp 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # Microsoft Developer Studio Project File - Name="cpptest" - 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=cpptest - 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 "cpptest.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 "cpptest.mak" CFG="cpptest - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "cpptest - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "cpptest - 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)" == "cpptest - 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\cpptest"
  34. # PROP Intermediate_Dir "Release\cpptest"
  35. # PROP Ignore_Export_Lib 0
  36. # PROP Target_Dir ""
  37. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  38. # ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../include" /I "../lib/util/include" /I "../.." /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "ABYSS_WIN32" /D "CURL_STATICLIB" /D "_CRT_SECURE_NO_WARNINGS" /YX /FD /c
  39. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  40. # ADD RSC /l 0x409 /d "NDEBUG"
  41. BSC32=bscmake.exe
  42. # ADD BASE BSC32 /nologo
  43. # ADD BSC32 /nologo
  44. LINK32=link.exe
  45. # 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 /machine:I386
  46. # ADD LINK32 ..\lib\xmlrpccpp.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 Ws2_32.lib Wininet.lib /nologo /subsystem:console /machine:I386 /out:"..\bin\cpptest.exe"
  47. !ELSEIF "$(CFG)" == "cpptest - Win32 Debug"
  48. # PROP BASE Use_MFC 0
  49. # PROP BASE Use_Debug_Libraries 1
  50. # PROP BASE Output_Dir "Debug"
  51. # PROP BASE Intermediate_Dir "Debug"
  52. # PROP BASE Target_Dir ""
  53. # PROP Use_MFC 0
  54. # PROP Use_Debug_Libraries 1
  55. # PROP Output_Dir "Debug\cpptest"
  56. # PROP Intermediate_Dir "Debug\cpptest"
  57. # PROP Ignore_Export_Lib 0
  58. # PROP Target_Dir ""
  59. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
  60. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../.." /I ".." /I "../include" /I "../lib/util/include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "ABYSS_WIN32" /D "CURL_STATICLIB" /D "_CRT_SECURE_NO_WARNINGS" /YX /FD /GZ /c
  61. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  62. # ADD RSC /l 0x409 /d "_DEBUG"
  63. BSC32=bscmake.exe
  64. # ADD BASE BSC32 /nologo
  65. # ADD BSC32 /nologo
  66. LINK32=link.exe
  67. # 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
  68. # ADD LINK32 ..\lib\xmlrpccppD.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 Ws2_32.lib Wininet.lib /nologo /subsystem:console /debug /machine:I386 /out:"..\bin\cpptestD.exe" /pdbtype:sept
  69. !ENDIF
  70. # Begin Target
  71. # Name "cpptest - Win32 Release"
  72. # Name "cpptest - Win32 Debug"
  73. # Begin Group "Source Files"
  74. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  75. # Begin Source File
  76. SOURCE=..\src\cpp\test\value.cpp
  77. # End Source File
  78. # Begin Source File
  79. SOURCE=..\src\cpp\test\registry.cpp
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=..\src\cpp\test\server_abyss.cpp
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=..\src\cpp\test\server_pstream.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=..\src\cpp\test\test.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=..\src\cpp\test\testclient_dummy.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=..\src\cpp\test\tools.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\socketpair.cpp
  98. # End Source File
  99. # End Group
  100. # Begin Group "Header Files"
  101. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  102. # End Group
  103. # Begin Group "Resource Files"
  104. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  105. # End Group
  106. # End Target
  107. # End Project