]> git.sur5r.net Git - openldap/commitdiff
Add lber_types.h to setup.dsp.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 19 Jun 1999 01:53:15 +0000 (01:53 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 19 Jun 1999 01:53:15 +0000 (01:53 +0000)
s/setup.exe/setup.txt/g
create workspace for testing purposes.

include/setup.dsp
include/setup.dsw [new file with mode: 0644]
include/setup.mak

index 3d505c1b84c88a7b01901cdc7edef2e37296fc48..39e2123a8a9e940f6949809c549ea73468206465 100644 (file)
@@ -32,7 +32,7 @@ CFG=setup - Win32 Debug
 # PROP BASE Intermediate_Dir "Release"
 # PROP BASE Cmd_Line "NMAKE /f setup.mak"
 # PROP BASE Rebuild_Opt "/a"
-# PROP BASE Target_File "setup.exe"
+# PROP BASE Target_File "setup.txt"
 # PROP BASE Bsc_Name "setup.bsc"
 # PROP BASE Target_Dir ""
 # PROP Use_Debug_Libraries 0
@@ -40,7 +40,7 @@ CFG=setup - Win32 Debug
 # PROP Intermediate_Dir "Release"
 # PROP Cmd_Line "NMAKE /f setup.mak"
 # PROP Rebuild_Opt "/a"
-# PROP Target_File "setup.exe"
+# PROP Target_File "setup.txt"
 # PROP Bsc_Name "setup.bsc"
 # PROP Target_Dir ""
 
@@ -51,7 +51,7 @@ CFG=setup - Win32 Debug
 # PROP BASE Intermediate_Dir "Debug"
 # PROP BASE Cmd_Line "NMAKE /f setup.mak"
 # PROP BASE Rebuild_Opt "/a"
-# PROP BASE Target_File "setup.exe"
+# PROP BASE Target_File "setup.txt"
 # PROP BASE Bsc_Name "setup.bsc"
 # PROP BASE Target_Dir ""
 # PROP Use_Debug_Libraries 1
@@ -76,5 +76,9 @@ CFG=setup - Win32 Debug
 
 !ENDIF 
 
+# Begin Source File
+
+SOURCE=.\setup.mak
+# End Source File
 # End Target
 # End Project
diff --git a/include/setup.dsw b/include/setup.dsw
new file mode 100644 (file)
index 0000000..9967e58
--- /dev/null
@@ -0,0 +1,29 @@
+Microsoft Developer Studio Workspace File, Format Version 5.00
+# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
+
+###############################################################################
+
+Project: "setup"=.\setup.dsp - Package Owner=<4>
+
+Package=<5>
+{{{
+}}}
+
+Package=<4>
+{{{
+}}}
+
+###############################################################################
+
+Global:
+
+Package=<5>
+{{{
+}}}
+
+Package=<3>
+{{{
+}}}
+
+###############################################################################
+
index e8175c6cb0a9273b46c68c8b8eacc81281308dba..3d346a4eb8d505eaa65b5b99ee227162bbe68388 100644 (file)
@@ -1,9 +1,12 @@
 
 all: setup.txt
 
-setup.txt: ldap_config.h ldap_features.h portable.h
+setup.txt: lber_types.h ldap_config.h ldap_features.h portable.h
         copy setup.mak setup.txt
 
+lber_types.h: lber_types.h.nt
+       copy lber_types.h.nt lber_types.h
+
 ldap_config.h: ldap_config.h.nt
        copy ldap_config.h.nt ldap_config.h