--- parser3/src/lib/ltdl/Attic/libltdl.dsp 2003/03/26 15:45:30 1.3.2.2.2.2 +++ parser3/src/lib/ltdl/Attic/libltdl.dsp 2003/04/04 08:16:20 1.5 @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=libltdl - Win32 Profile +CFG=libltdl - Win32 Profile Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,13 +13,14 @@ CFG=libltdl - Win32 Profile !MESSAGE You can specify a configuration when running NMAKE !MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE -!MESSAGE NMAKE /f "libltdl.mak" CFG="libltdl - Win32 Profile" +!MESSAGE NMAKE /f "libltdl.mak" CFG="libltdl - Win32 Profile Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "libltdl - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "libltdl - Win32 Debug" (based on "Win32 (x86) Static Library") -!MESSAGE "libltdl - Win32 Profile" (based on "Win32 (x86) Static Library") +!MESSAGE "libltdl - Win32 Profile Release" (based on "Win32 (x86) Static Library") +!MESSAGE "libltdl - Win32 Profile Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -75,17 +76,40 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo -!ELSEIF "$(CFG)" == "libltdl - Win32 Profile" +!ELSEIF "$(CFG)" == "libltdl - Win32 Profile Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "libltdl___Win32_Profile Release" +# PROP BASE Intermediate_Dir "libltdl___Win32_Profile Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "ProfileRelease" +# PROP Intermediate_Dir "ProfileRelease" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MD /W3 /O2 /D "NDEBUG" /D "_WIN32" /YX /FD /c +# ADD CPP /nologo /MD /W3 /O2 /D "NDEBUG" /D "_WIN32" /YX /FD /c +# ADD BASE RSC /l 0x419 /d "NDEBUG" +# ADD RSC /l 0x419 /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + +!ELSEIF "$(CFG)" == "libltdl - Win32 Profile Debug" # PROP BASE Use_MFC 0 # PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "libltdl___Win32_Profile" -# PROP BASE Intermediate_Dir "libltdl___Win32_Profile" +# PROP BASE Output_Dir "libltdl___Win32_Profile_Debug" +# PROP BASE Intermediate_Dir "libltdl___Win32_Profile_Debug" # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "Profile" -# PROP Intermediate_Dir "Profile" +# PROP Output_Dir "ProfileDebug" +# PROP Intermediate_Dir "ProfileDebug" # PROP Target_Dir "" # ADD BASE CPP /nologo /MDd /W3 /Gm /Zi /Od /D "_DEBUG" /D "_WIN32" /FR /YX /FD /GZ /c # ADD CPP /nologo /MDd /W3 /Gm /Zi /Od /D "_DEBUG" /D "_WIN32" /FR /YX /FD /GZ /c @@ -104,7 +128,8 @@ LIB32=link.exe -lib # Name "libltdl - Win32 Release" # Name "libltdl - Win32 Debug" -# Name "libltdl - Win32 Profile" +# Name "libltdl - Win32 Profile Release" +# Name "libltdl - Win32 Profile Debug" # Begin Group "Source Files" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"