From 2948d34f0a4f423ad40d3073fe78163a3359280a Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Wed, 14 Apr 1999 17:08:31 +0000 Subject: [PATCH] adjust project settings --- clients/tools/ldapmodify.dsp | 8 ++++++++ libraries/libavl/libavl.dsp | 29 ++++++++++++++++++++++++++--- libraries/liblber/liblber.dsp | 2 +- libraries/libldif/libldif.dsp | 2 +- libraries/liblutil/liblutil.dsp | 2 +- 5 files changed, 37 insertions(+), 6 deletions(-) diff --git a/clients/tools/ldapmodify.dsp b/clients/tools/ldapmodify.dsp index 99fa867555..f633dea9a4 100644 --- a/clients/tools/ldapmodify.dsp +++ b/clients/tools/ldapmodify.dsp @@ -85,13 +85,21 @@ LINK32=link.exe # Name "ldapmodify - Win32 Single Debug" # Name "ldapmodify - Win32 Single Release" +# Begin Group "Source" + +# PROP Default_Filter ".c" # Begin Source File SOURCE=.\ldapmodify.c # End Source File +# End Group +# Begin Group "Headers" + +# PROP Default_Filter ".h" # Begin Source File SOURCE=..\..\include\portable.h # End Source File +# End Group # End Target # End Project diff --git a/libraries/libavl/libavl.dsp b/libraries/libavl/libavl.dsp index c9146bd0ed..66b966f1fe 100644 --- a/libraries/libavl/libavl.dsp +++ b/libraries/libavl/libavl.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=libavl - Win32 Debug +CFG=libavl - Win32 Single Debug !MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE use the Export Makefile command and run !MESSAGE @@ -13,12 +13,13 @@ CFG=libavl - Win32 Debug !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 "libavl.mak" CFG="libavl - Win32 Debug" +!MESSAGE NMAKE /f "libavl.mak" CFG="libavl - Win32 Single Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "libavl - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "libavl - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "libavl - Win32 Single Debug" (based on "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -39,7 +40,7 @@ CPP=cl.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo @@ -68,12 +69,34 @@ LIB32=link.exe -lib # ADD BASE LIB32 /nologo # ADD LIB32 /nologo +!ELSEIF "$(CFG)" == "libavl - Win32 Single Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "libavl__" +# PROP BASE Intermediate_Dir "libavl__" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "libavl__" +# PROP Intermediate_Dir "libavl__" +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /GX /Z7 /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /ML /W3 /GX /Z7 /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo +# ADD LIB32 /nologo + !ENDIF # Begin Target # Name "libavl - Win32 Release" # Name "libavl - Win32 Debug" +# Name "libavl - Win32 Single Debug" # Begin Source File SOURCE=.\avl.c diff --git a/libraries/liblber/liblber.dsp b/libraries/liblber/liblber.dsp index 0a6f69843f..07df76cb76 100644 --- a/libraries/liblber/liblber.dsp +++ b/libraries/liblber/liblber.dsp @@ -42,7 +42,7 @@ CPP=cl.exe # PROP Intermediate_Dir "Release\liblber" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo diff --git a/libraries/libldif/libldif.dsp b/libraries/libldif/libldif.dsp index e4317689b9..c27e653dea 100644 --- a/libraries/libldif/libldif.dsp +++ b/libraries/libldif/libldif.dsp @@ -42,7 +42,7 @@ CPP=cl.exe # PROP Intermediate_Dir "Release\libldif" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo diff --git a/libraries/liblutil/liblutil.dsp b/libraries/liblutil/liblutil.dsp index f0265cde90..0dd1581038 100644 --- a/libraries/liblutil/liblutil.dsp +++ b/libraries/liblutil/liblutil.dsp @@ -43,7 +43,7 @@ CPP=cl.exe # PROP Intermediate_Dir "Release\liblutil" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo -- 2.39.5