sqstdlib.dsp 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. # Microsoft Developer Studio Project File - Name="sqstdlib" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=sqstdlib - 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 "sqstdlib.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 "sqstdlib.mak" CFG="sqstdlib - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "sqstdlib - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "sqstdlib - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_LocalPath ".."
  24. CPP=cl.exe
  25. RSC=rc.exe
  26. !IF "$(CFG)" == "sqstdlib - Win32 Release"
  27. # PROP BASE Use_MFC 0
  28. # PROP BASE Use_Debug_Libraries 0
  29. # PROP BASE Output_Dir "Release"
  30. # PROP BASE Intermediate_Dir "Release"
  31. # PROP BASE Target_Dir ""
  32. # PROP Use_MFC 0
  33. # PROP Use_Debug_Libraries 0
  34. # PROP Output_Dir "Release"
  35. # PROP Intermediate_Dir "Release"
  36. # PROP Target_Dir ""
  37. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  38. # ADD CPP /nologo /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  39. # ADD BASE RSC /l 0x410 /d "NDEBUG"
  40. # ADD RSC /l 0x410 /d "NDEBUG"
  41. BSC32=bscmake.exe
  42. # ADD BASE BSC32 /nologo
  43. # ADD BSC32 /nologo
  44. LIB32=link.exe -lib
  45. # ADD BASE LIB32 /nologo
  46. # ADD LIB32 /nologo /out:"..\lib\sqstdlib.lib"
  47. !ELSEIF "$(CFG)" == "sqstdlib - 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"
  56. # PROP Intermediate_Dir "Debug"
  57. # PROP Target_Dir ""
  58. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  59. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  60. # ADD BASE RSC /l 0x410 /d "_DEBUG"
  61. # ADD RSC /l 0x410 /d "_DEBUG"
  62. BSC32=bscmake.exe
  63. # ADD BASE BSC32 /nologo
  64. # ADD BSC32 /nologo
  65. LIB32=link.exe -lib
  66. # ADD BASE LIB32 /nologo
  67. # ADD LIB32 /nologo /out:"..\lib\sqstdlib.lib"
  68. !ENDIF
  69. # Begin Target
  70. # Name "sqstdlib - Win32 Release"
  71. # Name "sqstdlib - Win32 Debug"
  72. # Begin Group "Source Files"
  73. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  74. # Begin Source File
  75. SOURCE=.\sqstdblob.cpp
  76. # End Source File
  77. # Begin Source File
  78. SOURCE=.\sqstdio.cpp
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=.\sqstdmath.cpp
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=.\sqstdrex.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.\sqstdstream.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.\sqstdstring.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.\sqstdaux.cpp
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\sqstdsystem.cpp
  97. # End Source File
  98. # End Group
  99. # Begin Group "Header Files"
  100. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  101. # Begin Source File
  102. SOURCE=.\sqstdblobimpl.h
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\sqstdstream.h
  106. # End Source File
  107. # End Group
  108. # End Target
  109. # End Project