From: Kurt Zeilenga Date: Sat, 19 Jun 1999 01:53:15 +0000 (+0000) Subject: Add lber_types.h to setup.dsp. X-Git-Tag: OPENLDAP_REL_ENG_2_BP~262 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=87149de7714c4139b727d23f87cfb151dcd2c0dc;p=openldap Add lber_types.h to setup.dsp. s/setup.exe/setup.txt/g create workspace for testing purposes. --- diff --git a/include/setup.dsp b/include/setup.dsp index 3d505c1b84..39e2123a8a 100644 --- a/include/setup.dsp +++ b/include/setup.dsp @@ -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 index 0000000000..9967e581df --- /dev/null +++ b/include/setup.dsw @@ -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> +{{{ +}}} + +############################################################################### + diff --git a/include/setup.mak b/include/setup.mak index e8175c6cb0..3d346a4eb8 100644 --- a/include/setup.mak +++ b/include/setup.mak @@ -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