- Timestamp:
- Apr 1, 2009 3:48:35 PM (16 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjproject.dsw
r2563 r2564 4 4 ############################################################################### 5 5 6 Project: "libg7221 "=.\third_party\build\g7221\libg7221.dsp - Package Owner=<4>6 Project: "libg7221codec"=.\third_party\build\g7221\libg7221.dsp - Package Owner=<4> 7 7 8 8 Package=<5> … … 249 249 Project_Dep_Name pjmedia_audiodev 250 250 End Project Dependency 251 Begin Project Dependency 252 Project_Dep_Name libg7221codec 253 End Project Dependency 251 254 }}} 252 255 … … 384 387 Project_Dep_Name libg7221 385 388 End Project Dependency 389 Begin Project Dependency 390 Project_Dep_Name libg7221codec 391 End Project Dependency 386 392 }}} 387 393 … … 555 561 Project_Dep_Name pjmedia_audiodev 556 562 End Project Dependency 563 Begin Project Dependency 564 Project_Dep_Name libg7221codec 565 End Project Dependency 557 566 }}} 558 567 -
pjproject/trunk/third_party/build/g7221/libg7221.dsp
r2563 r2564 1 # Microsoft Developer Studio Project File - Name="libg7221 " - Package Owner=<4>1 # Microsoft Developer Studio Project File - Name="libg7221codec" - 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=libg7221 - Win32 Debug7 CFG=libg7221codec - 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 "libg7221 .mak".11 !MESSAGE NMAKE /f "libg7221codec.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 "libg7221 .mak" CFG="libg7221- Win32 Debug"16 !MESSAGE NMAKE /f "libg7221codec.mak" CFG="libg7221codec - Win32 Debug" 17 17 !MESSAGE 18 18 !MESSAGE Possible choices for configuration are: 19 19 !MESSAGE 20 !MESSAGE "libg7221 - Win32 Release" (based on "Win32 (x86) Static Library")21 !MESSAGE "libg7221 - Win32 Debug" (based on "Win32 (x86) Static Library")20 !MESSAGE "libg7221codec - Win32 Release" (based on "Win32 (x86) Static Library") 21 !MESSAGE "libg7221codec - Win32 Debug" (based on "Win32 (x86) Static Library") 22 22 !MESSAGE 23 23 … … 29 29 RSC=rc.exe 30 30 31 !IF "$(CFG)" == "libg7221 - Win32 Release"31 !IF "$(CFG)" == "libg7221codec - Win32 Release" 32 32 33 33 # PROP BASE Use_MFC 0 … … 38 38 # PROP Use_MFC 0 39 39 # PROP Use_Debug_Libraries 0 40 # PROP Output_Dir "output\libg7221 -i386-win32-vc6-release"41 # PROP Intermediate_Dir "output\libg7221 -i386-win32-vc6-release"40 # PROP Output_Dir "output\libg7221codec-i386-win32-vc6-release" 41 # PROP Intermediate_Dir "output\libg7221codec-i386-win32-vc6-release" 42 42 # PROP Target_Dir "" 43 43 F90=df.exe 44 44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 45 # ADD CPP /nologo / W3 /GX /O2 /I "../.." /I "../../g7221/common" /I "../../g7221/common/stl-files" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c45 # ADD CPP /nologo /MT /W3 /GX /O2 /I "../.." /I "../../g7221/common" /I "../../g7221/common/stl-files" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c 46 46 # ADD BASE RSC /l 0x409 /d "NDEBUG" 47 47 # ADD RSC /l 0x409 /d "NDEBUG" … … 51 51 LIB32=link.exe -lib 52 52 # ADD BASE LIB32 /nologo 53 # ADD LIB32 /nologo /out:"..\..\lib\libg7221 -i386-win32-vc6-release.lib"53 # ADD LIB32 /nologo /out:"..\..\lib\libg7221codec-i386-win32-vc6-release.lib" 54 54 55 !ELSEIF "$(CFG)" == "libg7221 - Win32 Debug"55 !ELSEIF "$(CFG)" == "libg7221codec - Win32 Debug" 56 56 57 57 # PROP BASE Use_MFC 0 … … 62 62 # PROP Use_MFC 0 63 63 # PROP Use_Debug_Libraries 1 64 # PROP Output_Dir "output\libg7221 -i386-win32-vc6-debug"65 # PROP Intermediate_Dir "output\libg7221 -i386-win32-vc6-debug"64 # PROP Output_Dir "output\libg7221codec-i386-win32-vc6-debug" 65 # PROP Intermediate_Dir "output\libg7221codec-i386-win32-vc6-debug" 66 66 # PROP Target_Dir "" 67 67 F90=df.exe 68 68 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c 69 # ADD CPP /nologo / W3 /Gm /GX /ZI /Od /I "../.." /I "../../g7221/common" /I "../../g7221/common/stl-files" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c69 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../.." /I "../../g7221/common" /I "../../g7221/common/stl-files" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c 70 70 # ADD BASE RSC /l 0x409 /d "_DEBUG" 71 71 # ADD RSC /l 0x409 /d "_DEBUG" … … 75 75 LIB32=link.exe -lib 76 76 # ADD BASE LIB32 /nologo 77 # ADD LIB32 /nologo /out:"..\..\lib\libg7221 -i386-win32-vc6-debug.lib"77 # ADD LIB32 /nologo /out:"..\..\lib\libg7221codec-i386-win32-vc6-debug.lib" 78 78 79 79 !ENDIF … … 81 81 # Begin Target 82 82 83 # Name "libg7221 - Win32 Release"84 # Name "libg7221 - Win32 Debug"83 # Name "libg7221codec - Win32 Release" 84 # Name "libg7221codec - Win32 Debug" 85 85 # Begin Group "Source Files" 86 86
Note: See TracChangeset
for help on using the changeset viewer.