]> git.sur5r.net Git - openldap/commitdiff
new project to copy files from *.h.nt to .h
authorGary Williams <gwilliams@openldap.org>
Fri, 18 Jun 1999 21:24:04 +0000 (21:24 +0000)
committerGary Williams <gwilliams@openldap.org>
Fri, 18 Jun 1999 21:24:04 +0000 (21:24 +0000)
include/setup.dsp [new file with mode: 0644]
include/setup.mak [new file with mode: 0644]

diff --git a/include/setup.dsp b/include/setup.dsp
new file mode 100644 (file)
index 0000000..3d505c1
--- /dev/null
@@ -0,0 +1,80 @@
+# Microsoft Developer Studio Project File - Name="setup" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 5.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) External Target" 0x0106
+
+CFG=setup - Win32 Debug
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "setup.mak".
+!MESSAGE 
+!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 "setup.mak" CFG="setup - Win32 Debug"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "setup - Win32 Release" (based on "Win32 (x86) External Target")
+!MESSAGE "setup - Win32 Debug" (based on "Win32 (x86) External Target")
+!MESSAGE 
+
+# Begin Project
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+
+!IF  "$(CFG)" == "setup - Win32 Release"
+
+# PROP BASE Use_Debug_Libraries 0
+# PROP BASE Output_Dir "Release"
+# 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 Bsc_Name "setup.bsc"
+# PROP BASE Target_Dir ""
+# PROP Use_Debug_Libraries 0
+# PROP Output_Dir "Release"
+# PROP Intermediate_Dir "Release"
+# PROP Cmd_Line "NMAKE /f setup.mak"
+# PROP Rebuild_Opt "/a"
+# PROP Target_File "setup.exe"
+# PROP Bsc_Name "setup.bsc"
+# PROP Target_Dir ""
+
+!ELSEIF  "$(CFG)" == "setup - Win32 Debug"
+
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "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 Bsc_Name "setup.bsc"
+# PROP BASE Target_Dir ""
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Debug"
+# PROP Intermediate_Dir "Debug"
+# PROP Cmd_Line "NMAKE /f setup.mak"
+# PROP Rebuild_Opt "/a"
+# PROP Target_File "setup.txt"
+# PROP Bsc_Name "setup.bsc"
+# PROP Target_Dir ""
+
+!ENDIF 
+
+# Begin Target
+
+# Name "setup - Win32 Release"
+# Name "setup - Win32 Debug"
+
+!IF  "$(CFG)" == "setup - Win32 Release"
+
+!ELSEIF  "$(CFG)" == "setup - Win32 Debug"
+
+!ENDIF 
+
+# End Target
+# End Project
diff --git a/include/setup.mak b/include/setup.mak
new file mode 100644 (file)
index 0000000..e8175c6
--- /dev/null
@@ -0,0 +1,14 @@
+
+all: setup.txt
+
+setup.txt: ldap_config.h ldap_features.h portable.h
+        copy setup.mak setup.txt
+
+ldap_config.h: ldap_config.h.nt
+       copy ldap_config.h.nt ldap_config.h
+
+ldap_features.h: ldap_features.h.nt
+       copy ldap_features.h.nt ldap_features.h
+
+portable.h: portable.h.nt
+       copy portable.h.nt portable.h