Changeset 36 for pjproject/main/pjlib/build/pjlib++.dsp
- Timestamp:
- Nov 9, 2005 3:37:19 PM (19 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
pjproject/main/pjlib/build/pjlib++.dsp
r35 r36 1 # Microsoft Developer Studio Project File - Name="pjlib pp" - Package Owner=<4>1 # Microsoft Developer Studio Project File - Name="pjlib++" - Package Owner=<4> 2 2 # Microsoft Developer Studio Generated Build File, Format Version 6.00 3 3 # ** DO NOT EDIT ** … … 5 5 # TARGTYPE "Win32 (x86) Static Library" 0x0104 6 6 7 CFG=pjlib pp- Win32 Debug7 CFG=pjlib++ - Win32 Debug 8 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE, 9 9 !MESSAGE use the Export Makefile command and run 10 10 !MESSAGE 11 !MESSAGE NMAKE /f "pjlib pp.mak".11 !MESSAGE NMAKE /f "pjlib++.mak". 12 12 !MESSAGE 13 13 !MESSAGE You can specify a configuration when running NMAKE 14 14 !MESSAGE by defining the macro CFG on the command line. For example: 15 15 !MESSAGE 16 !MESSAGE NMAKE /f "pjlib pp.mak" CFG="pjlibpp- Win32 Debug"16 !MESSAGE NMAKE /f "pjlib++.mak" CFG="pjlib++ - Win32 Debug" 17 17 !MESSAGE 18 18 !MESSAGE Possible choices for configuration are: 19 19 !MESSAGE 20 !MESSAGE "pjlib pp- Win32 Release" (based on "Win32 (x86) Static Library")21 !MESSAGE "pjlib pp- Win32 Debug" (based on "Win32 (x86) Static Library")20 !MESSAGE "pjlib++ - Win32 Release" (based on "Win32 (x86) Static Library") 21 !MESSAGE "pjlib++ - Win32 Debug" (based on "Win32 (x86) Static Library") 22 22 !MESSAGE 23 23 … … 29 29 RSC=rc.exe 30 30 31 !IF "$(CFG)" == "pjlib pp- Win32 Release"31 !IF "$(CFG)" == "pjlib++ - Win32 Release" 32 32 33 33 # PROP BASE Use_MFC 0 34 34 # PROP BASE Use_Debug_Libraries 0 35 # PROP BASE Output_Dir ".\output\pjlib pp-i386-win32-vc6-release"36 # PROP BASE Intermediate_Dir ".\output\pjlib pp-i386-win32-vc6-release"35 # PROP BASE Output_Dir ".\output\pjlib++-i386-win32-vc6-release" 36 # PROP BASE Intermediate_Dir ".\output\pjlib++-i386-win32-vc6-release" 37 37 # PROP BASE Target_Dir "" 38 38 # PROP Use_MFC 0 39 39 # PROP Use_Debug_Libraries 0 40 # PROP Output_Dir ".\output\pjlib pp-i386-win32-vc6-release"41 # PROP Intermediate_Dir ".\output\pjlib pp-i386-win32-vc6-release"40 # PROP Output_Dir ".\output\pjlib++-i386-win32-vc6-release" 41 # PROP Intermediate_Dir ".\output\pjlib++-i386-win32-vc6-release" 42 42 # PROP Target_Dir "" 43 43 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 44 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../ src" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PJ_WIN32" /D "PJ_M_I386"/FD /c44 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../include" /I "../../pjlib-util/include" /D "NDEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PJ_WIN32=1 /D PJ_M_I386=1 /FD /c 45 45 # SUBTRACT CPP /YX 46 46 # ADD BASE RSC /l 0x409 /d "NDEBUG" … … 53 53 # ADD LIB32 /nologo /out:"../lib/pjlibp_vc6s.lib" 54 54 55 !ELSEIF "$(CFG)" == "pjlib pp- Win32 Debug"55 !ELSEIF "$(CFG)" == "pjlib++ - Win32 Debug" 56 56 57 57 # PROP BASE Use_MFC 0 58 58 # PROP BASE Use_Debug_Libraries 1 59 # PROP BASE Output_Dir ".\output\pjlib pp-i386-win32-vc6-debug"60 # PROP BASE Intermediate_Dir ".\output\pjlib pp-i386-win32-vc6-debug"59 # PROP BASE Output_Dir ".\output\pjlib++-i386-win32-vc6-debug" 60 # PROP BASE Intermediate_Dir ".\output\pjlib++-i386-win32-vc6-debug" 61 61 # PROP BASE Target_Dir "" 62 62 # PROP Use_MFC 0 63 63 # PROP Use_Debug_Libraries 1 64 # PROP Output_Dir ".\output\pjlib pp-i386-win32-vc6-debug"65 # PROP Intermediate_Dir ".\output\pjlib pp-i386-win32-vc6-debug"64 # PROP Output_Dir ".\output\pjlib++-i386-win32-vc6-debug" 65 # PROP Intermediate_Dir ".\output\pjlib++-i386-win32-vc6-debug" 66 66 # PROP Target_Dir "" 67 67 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c 68 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../ src" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D "PJ_WIN32" /D "PJ_M_I386"/FD /GZ /c68 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../include" /I "../../pjlib-util/include" /D "_DEBUG" /D "WIN32" /D "_MBCS" /D "_LIB" /D PJ_WIN32=1 /D PJ_M_I386=1 /FD /GZ /c 69 69 # SUBTRACT CPP /YX 70 70 # ADD BASE RSC /l 0x409 /d "_DEBUG" … … 81 81 # Begin Target 82 82 83 # Name "pjlibpp - Win32 Release" 84 # Name "pjlibpp - Win32 Debug" 85 # Begin Group "Source Files" 86 87 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" 88 # Begin Source File 89 90 SOURCE="..\src\pj++\compiletest.cpp" 91 # End Source File 92 # Begin Source File 93 94 SOURCE="..\src\pj++\pj++.cpp" 95 # End Source File 96 # Begin Source File 97 98 SOURCE="..\src\pj++\proactor.cpp" 99 # End Source File 100 # End Group 83 # Name "pjlib++ - Win32 Release" 84 # Name "pjlib++ - Win32 Debug" 101 85 # Begin Group "Header Files" 102 86 … … 104 88 # Begin Source File 105 89 106 SOURCE="..\ src\pj++\hash.hpp"90 SOURCE="..\include\pj++\file.hpp" 107 91 # End Source File 108 92 # Begin Source File 109 93 110 SOURCE="..\ src\pj++\ioqueue.hpp"94 SOURCE="..\include\pj++\hash.hpp" 111 95 # End Source File 112 96 # Begin Source File 113 97 114 SOURCE="..\ src\pj++\list.hpp"98 SOURCE="..\include\pj++\list.hpp" 115 99 # End Source File 116 100 # Begin Source File 117 101 118 SOURCE="..\ src\pj++\os.hpp"102 SOURCE="..\include\pj++\lock.hpp" 119 103 # End Source File 120 104 # Begin Source File 121 105 122 SOURCE="..\ src\pjlib++.hpp"106 SOURCE="..\include\pj++\os.hpp" 123 107 # End Source File 124 108 # Begin Source File 125 109 126 SOURCE="..\ src\pj++\pool.hpp"110 SOURCE="..\include\pj++\pool.hpp" 127 111 # End Source File 128 112 # Begin Source File 129 113 130 SOURCE="..\ src\pj++\proactor.hpp"114 SOURCE="..\include\pj++\proactor.hpp" 131 115 # End Source File 132 116 # Begin Source File 133 117 134 SOURCE="..\ src\pj++\scanner.hpp"118 SOURCE="..\include\pj++\scanner.hpp" 135 119 # End Source File 136 120 # Begin Source File 137 121 138 SOURCE="..\ src\pj++\sock.hpp"122 SOURCE="..\include\pj++\sock.hpp" 139 123 # End Source File 140 124 # Begin Source File 141 125 142 SOURCE="..\ src\pj++\string.hpp"126 SOURCE="..\include\pj++\string.hpp" 143 127 # End Source File 144 128 # Begin Source File 145 129 146 SOURCE="..\ src\pj++\timer.hpp"130 SOURCE="..\include\pj++\timer.hpp" 147 131 # End Source File 148 132 # Begin Source File 149 133 150 SOURCE="..\ src\pj++\tree.hpp"134 SOURCE="..\include\pj++\tree.hpp" 151 135 # End Source File 152 136 # Begin Source File 153 137 154 SOURCE="..\ src\pj++\types.hpp"138 SOURCE="..\include\pj++\types.hpp" 155 139 # End Source File 156 140 # End Group
Note: See TracChangeset
for help on using the changeset viewer.