mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
Add lber_types.h to setup.dsp.
s/setup.exe/setup.txt/g create workspace for testing purposes.
This commit is contained in:
parent
669b8f4047
commit
87149de771
@ -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
|
||||
|
29
include/setup.dsw
Normal file
29
include/setup.dsw
Normal file
@ -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>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user