]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/libldap.dsp
moved rdn parsing in a dedicated routine, ldap_str2rdn(), that can be used directly...
[openldap] / libraries / libldap / libldap.dsp
index 4a767617a2b8febe02021468cc9cc21a4d0717f9..d4e46e37c358cae10d0f42346b8983f7d0a50807 100644 (file)
@@ -38,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\libldap"
+# 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 /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 "_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 /out:"..\Release\oldap32.lib"
+# ADD LIB32 /nologo /out:"..\..\Release\oldap32.lib"
 
 !ELSEIF  "$(CFG)" == "libldap - Win32 Debug"
 
@@ -59,17 +60,18 @@ 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 /MTd /W3 /GX /Z7 /Od /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 /out:"..\Debug\oldap32.lib"
+# ADD LIB32 /nologo /out:"..\..\Debug\oldap32.lib"
 
 !ELSEIF  "$(CFG)" == "libldap - Win32 Single Debug"
 
@@ -80,17 +82,18 @@ LIB32=link.exe -lib
 # PROP BASE Target_Dir ""
 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 1
-# PROP Output_Dir "libldap_"
-# PROP Intermediate_Dir "libldap_"
+# 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" /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"
+# ADD LIB32 /nologo /out:"..\..\SDebug\oldap32.lib"
 
 !ELSEIF  "$(CFG)" == "libldap - Win32 Single Release"
 
@@ -101,17 +104,18 @@ LIB32=link.exe -lib
 # PROP BASE Target_Dir ""
 # PROP Use_MFC 0
 # PROP Use_Debug_Libraries 0
-# PROP Output_Dir "libldap0"
-# PROP Intermediate_Dir "libldap0"
+# 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 "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"
+# ADD LIB32 /nologo /out:"..\..\SRelease\oldap32.lib"
 
 !ENDIF 
 
@@ -143,19 +147,19 @@ 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=.\controls.c
+SOURCE=.\cyrus.c
 # End Source File
 # Begin Source File
 
@@ -171,6 +175,14 @@ SOURCE=..\..\include\disptmpl.h
 # End Source File
 # Begin Source File
 
+SOURCE=.\dn.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\dnssrv.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\dsparse.c
 # End Source File
 # Begin Source File
@@ -179,6 +191,10 @@ SOURCE=.\error.c
 # End Source File
 # Begin Source File
 
+SOURCE=.\extended.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\free.c
 # End Source File
 # Begin Source File
@@ -195,10 +211,6 @@ SOURCE=.\getdn.c
 # End Source File
 # Begin Source File
 
-SOURCE=.\getdxbyname.c
-# End Source File
-# Begin Source File
-
 SOURCE=.\getentry.c
 # End Source File
 # Begin Source File
@@ -219,27 +231,23 @@ SOURCE=.\kbind.c
 # End Source File
 # Begin Source File
 
-SOURCE="..\liblber\lber-int.h"
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\include\lber.h
+SOURCE=".\ldap-int.h"
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\include\lber_pvt.h
+SOURCE=..\..\include\ldap.h
 # End Source File
 # Begin Source File
 
-SOURCE=".\ldap-int.h"
+SOURCE=..\..\include\ldap_cdefs.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\include\ldap.h
+SOURCE=..\..\include\ldap_config.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\include\ldap_cdefs.h
+SOURCE=..\..\include\ldap_defaults.h
 # End Source File
 # Begin Source File
 
@@ -255,7 +263,19 @@ SOURCE=..\..\include\ldap_pvt.h
 # End Source File
 # Begin Source File
 
-SOURCE=..\..\include\ldapconfig.h
+SOURCE=..\..\include\ldap_pvt_uc.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
 
@@ -287,6 +307,10 @@ 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
@@ -295,10 +319,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
@@ -307,6 +339,10 @@ SOURCE=.\sort.c
 # End Source File
 # Begin Source File
 
+SOURCE=.\sortctrl.c
+# End Source File
+# Begin Source File
+
 SOURCE=.\srchpref.c
 # End Source File
 # Begin Source File
@@ -319,7 +355,11 @@ SOURCE=.\string.c
 # End Source File
 # Begin Source File
 
-SOURCE=.\ufn.c
+SOURCE=.\tls.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\tmplout.c
 # End Source File
 # Begin Source File
 
@@ -331,7 +371,19 @@ 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