X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libraries%2Flibldap%2Flibldap.dsp;h=7a6c4546975d75c5d6b05139422cd2b1e2f4d821;hb=70092b38fb23b9141a2b8414fb5a9c5200f3c12d;hp=b6842cbd31dbdf669b0a2d19f23f971616af9bee;hpb=36378ea4118cd56f3c8ff1186ee1765b31037ed5;p=openldap diff --git a/libraries/libldap/libldap.dsp b/libraries/libldap/libldap.dsp index b6842cbd31..7a6c454697 100644 --- a/libraries/libldap/libldap.dsp +++ b/libraries/libldap/libldap.dsp @@ -4,7 +4,7 @@ # TARGTYPE "Win32 (x86) Static Library" 0x0104 -CFG=libldap - Win32 Debug +CFG=libldap - 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,15 @@ CFG=libldap - 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 "libldap.mak" CFG="libldap - Win32 Debug" +!MESSAGE NMAKE /f "libldap.mak" CFG="libldap - Win32 Single Debug" !MESSAGE !MESSAGE Possible choices for configuration are: !MESSAGE !MESSAGE "libldap - Win32 Release" (based on "Win32 (x86) Static Library") !MESSAGE "libldap - Win32 Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "libldap - Win32 Single Debug" (based on "Win32 (x86) Static Library") +!MESSAGE "libldap - Win32 Single Release" (based on\ + "Win32 (x86) Static Library") !MESSAGE # Begin Project @@ -35,17 +38,18 @@ CPP=cl.exe # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 0 -# PROP Output_Dir "Release" -# PROP Intermediate_Dir "Release" +# PROP Output_Dir "..\..\Release" +# PROP Intermediate_Dir "..\..\Release\libldap" # PROP Target_Dir "" +RSC=rc.exe # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /Ze /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\include" /D "WIN32" /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 +# ADD LIB32 /nologo /out:"..\..\Release\oldap32.lib" !ELSEIF "$(CFG)" == "libldap - Win32 Debug" @@ -56,17 +60,62 @@ LIB32=link.exe -lib # PROP BASE Target_Dir "" # PROP Use_MFC 0 # PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\Debug" -# PROP Intermediate_Dir "Debug\libldap" +# PROP Output_Dir "..\..\Debug" +# PROP Intermediate_Dir "..\..\Debug\libldap" # PROP Target_Dir "" +RSC=rc.exe # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c -# ADD CPP /nologo /Ze /W3 /GX /Z7 /Od /I "..\..\include" /I "..\..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /MTd /W3 /GX /Z7 /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c BSC32=bscmake.exe # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LIB32=link.exe -lib # ADD BASE LIB32 /nologo -# ADD LIB32 /nologo +# ADD LIB32 /nologo /out:"..\..\Debug\oldap32.lib" + +!ELSEIF "$(CFG)" == "libldap - Win32 Single Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "libldap_" +# PROP BASE Intermediate_Dir "libldap_" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "..\..\SDebug" +# PROP Intermediate_Dir "..\..\SDebug\libldap" +# PROP Target_Dir "" +RSC=rc.exe +# ADD BASE CPP /nologo /MTd /W3 /GX /Z7 /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /Z7 /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /c +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo /out:"..\Debug\oldap32.lib" +# ADD LIB32 /nologo /out:"..\..\SDebug\oldap32.lib" + +!ELSEIF "$(CFG)" == "libldap - Win32 Single Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "libldap0" +# PROP BASE Intermediate_Dir "libldap0" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "..\..\SRelease" +# PROP Intermediate_Dir "..\..\SRelease\libldap" +# PROP Target_Dir "" +RSC=rc.exe +# ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c +# ADD CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "_WINDOWS" /YX /FD /c +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LIB32=link.exe -lib +# ADD BASE LIB32 /nologo /out:"..\Release\oldap32.lib" +# ADD LIB32 /nologo /out:"..\..\SRelease\oldap32.lib" !ENDIF @@ -74,6 +123,8 @@ LIB32=link.exe -lib # Name "libldap - Win32 Release" # Name "libldap - Win32 Debug" +# Name "libldap - Win32 Single Debug" +# Name "libldap - Win32 Single Release" # Begin Source File SOURCE=.\abandon.c @@ -96,27 +147,27 @@ SOURCE=.\cache.c # End Source File # Begin Source File -SOURCE=.\charset.c +SOURCE=.\charray.c # End Source File # Begin Source File -SOURCE=.\cldap.c +SOURCE=.\compare.c # End Source File # Begin Source File -SOURCE=.\compare.c +SOURCE=.\controls.c # End Source File # Begin Source File -SOURCE=.\delete.c +SOURCE=.\cyrus.c # End Source File # Begin Source File -SOURCE=.\disptmpl.c +SOURCE=.\delete.c # End Source File # Begin Source File -SOURCE=..\..\include\disptmpl.h +SOURCE=.\dnssrv.c # End Source File # Begin Source File @@ -128,23 +179,23 @@ SOURCE=.\error.c # End Source File # Begin Source File -SOURCE=.\free.c +SOURCE=.\extended.c # End Source File # Begin Source File -SOURCE=.\friendly.c +SOURCE=.\filter.c # End Source File # Begin Source File -SOURCE=.\getattr.c +SOURCE=.\free.c # End Source File # Begin Source File -SOURCE=.\getdn.c +SOURCE=.\getattr.c # End Source File # Begin Source File -SOURCE=.\getdxbyname.c +SOURCE=.\getdn.c # End Source File # Begin Source File @@ -168,15 +219,27 @@ SOURCE=.\kbind.c # End Source File # Begin Source File -SOURCE=..\..\include\lber.h +SOURCE=".\ldap-int.h" # End Source File # Begin Source File -SOURCE=".\ldap-int.h" +SOURCE=..\..\include\ldap.h # End Source File # Begin Source File -SOURCE=..\..\include\ldap.h +SOURCE=..\..\include\ldap_cdefs.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\ldap_config.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\ldap_defaults.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\ldap_features.h # End Source File # Begin Source File @@ -184,6 +247,30 @@ SOURCE=..\..\include\ldap_log.h # End Source File # Begin Source File +SOURCE=..\..\include\ldap_pvt.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\ldap_pvt_uc.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\ldap_queue.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\ldap_schema.h +# End Source File +# Begin Source File + +SOURCE=..\..\include\ldap_utf8.h +# End Source File +# Begin Source File + +SOURCE=.\messages.c +# End Source File +# Begin Source File + SOURCE=.\modify.c # End Source File # Begin Source File @@ -204,6 +291,18 @@ SOURCE=".\os-ip.c" # End Source File # Begin Source File +SOURCE=..\..\include\portable.h +# End Source File +# Begin Source File + +SOURCE=.\print.c +# End Source File +# Begin Source File + +SOURCE=.\references.c +# End Source File +# Begin Source File + SOURCE=.\request.c # End Source File # Begin Source File @@ -212,10 +311,18 @@ SOURCE=.\result.c # End Source File # Begin Source File +SOURCE=.\sasl.c +# End Source File +# Begin Source File + SOURCE=.\sbind.c # End Source File # Begin Source File +SOURCE=.\schema.c +# End Source File +# Begin Source File + SOURCE=.\search.c # End Source File # Begin Source File @@ -224,15 +331,15 @@ SOURCE=.\sort.c # End Source File # Begin Source File -SOURCE=.\srchpref.c +SOURCE=.\sortctrl.c # End Source File # Begin Source File -SOURCE=..\..\include\srchpref.h +SOURCE=.\string.c # End Source File # Begin Source File -SOURCE=.\ufn.c +SOURCE=.\tls.c # End Source File # Begin Source File @@ -242,5 +349,21 @@ SOURCE=.\unbind.c SOURCE=.\url.c # End Source File +# Begin Source File + +SOURCE=".\utf-8-conv.c" +# End Source File +# Begin Source File + +SOURCE=".\utf-8.c" +# End Source File +# Begin Source File + +SOURCE=".\util-int.c" +# End Source File +# Begin Source File + +SOURCE=.\vlvctrl.c +# End Source File # End Target # End Project