From 61bf5877b85cbe7e2eab7e1fe255779c6d624330 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Fri, 18 Jun 1999 21:24:04 +0000 Subject: [PATCH] new project to copy files from *.h.nt to .h --- include/setup.dsp | 80 +++++++++++++++++++++++++++++++++++++++++++++++ include/setup.mak | 14 +++++++++ 2 files changed, 94 insertions(+) create mode 100644 include/setup.dsp create mode 100644 include/setup.mak diff --git a/include/setup.dsp b/include/setup.dsp new file mode 100644 index 0000000000..3d505c1b84 --- /dev/null +++ b/include/setup.dsp @@ -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 index 0000000000..e8175c6cb0 --- /dev/null +++ b/include/setup.mak @@ -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 -- 2.39.5