mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 07:30:57 -05:00
new project to copy files from *.h.nt to .h
This commit is contained in:
parent
e2a1216bda
commit
61bf5877b8
2 changed files with 94 additions and 0 deletions
80
include/setup.dsp
Normal file
80
include/setup.dsp
Normal file
|
|
@ -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
|
||||
14
include/setup.mak
Normal file
14
include/setup.mak
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue