mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add missing MSVC5 project.
This commit is contained in:
parent
a57fbea79c
commit
8af28623f0
124
build/build.dsp
Normal file
124
build/build.dsp
Normal file
@ -0,0 +1,124 @@
|
||||
# Microsoft Developer Studio Project File - Name="build" - Package Owner=<4>
|
||||
# Microsoft Developer Studio Generated Build File, Format Version 5.00
|
||||
# ** DO NOT EDIT **
|
||||
|
||||
# TARGTYPE "Win32 (x86) External Target" 0x0106
|
||||
|
||||
CFG=build - Win32 Single 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 "build.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 "build.mak" CFG="build - Win32 Single Debug"
|
||||
!MESSAGE
|
||||
!MESSAGE Possible choices for configuration are:
|
||||
!MESSAGE
|
||||
!MESSAGE "build - Win32 Release" (based on "Win32 (x86) External Target")
|
||||
!MESSAGE "build - Win32 Debug" (based on "Win32 (x86) External Target")
|
||||
!MESSAGE "build - Win32 Single Debug" (based on "Win32 (x86) External Target")
|
||||
!MESSAGE "build - Win32 Single Release" (based on\
|
||||
"Win32 (x86) External Target")
|
||||
!MESSAGE
|
||||
|
||||
# Begin Project
|
||||
# PROP Scc_ProjName ""
|
||||
# PROP Scc_LocalPath ""
|
||||
|
||||
!IF "$(CFG)" == "build - Win32 Release"
|
||||
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "Release"
|
||||
# PROP BASE Intermediate_Dir "Release"
|
||||
# PROP BASE Cmd_Line "NMAKE /f build.mak"
|
||||
# PROP BASE Rebuild_Opt "/a"
|
||||
# PROP BASE Target_File "build.exe"
|
||||
# PROP BASE Bsc_Name "build.bsc"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "Release"
|
||||
# PROP Intermediate_Dir "Release"
|
||||
# PROP Cmd_Line "NMAKE /f build.mak"
|
||||
# PROP Rebuild_Opt "/a"
|
||||
# PROP Target_File "build.exe"
|
||||
# PROP Bsc_Name "build.bsc"
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ELSEIF "$(CFG)" == "build - Win32 Debug"
|
||||
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "Debug"
|
||||
# PROP BASE Intermediate_Dir "Debug"
|
||||
# PROP BASE Cmd_Line "NMAKE /f build.mak"
|
||||
# PROP BASE Rebuild_Opt "/a"
|
||||
# PROP BASE Target_File "build.exe"
|
||||
# PROP BASE Bsc_Name "build.bsc"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "Debug"
|
||||
# PROP Intermediate_Dir "Debug"
|
||||
# PROP Cmd_Line ""
|
||||
# PROP Rebuild_Opt ""
|
||||
# PROP Bsc_Name ""
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ELSEIF "$(CFG)" == "build - Win32 Single Debug"
|
||||
|
||||
# PROP BASE Use_Debug_Libraries 1
|
||||
# PROP BASE Output_Dir "build___"
|
||||
# PROP BASE Intermediate_Dir "build___"
|
||||
# PROP BASE Cmd_Line ""
|
||||
# PROP BASE Rebuild_Opt ""
|
||||
# PROP BASE Bsc_Name ""
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_Debug_Libraries 1
|
||||
# PROP Output_Dir "build___"
|
||||
# PROP Intermediate_Dir "build___"
|
||||
# PROP Cmd_Line ""
|
||||
# PROP Rebuild_Opt ""
|
||||
# PROP Bsc_Name ""
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ELSEIF "$(CFG)" == "build - Win32 Single Release"
|
||||
|
||||
# PROP BASE Use_Debug_Libraries 0
|
||||
# PROP BASE Output_Dir "build__0"
|
||||
# PROP BASE Intermediate_Dir "build__0"
|
||||
# PROP BASE Cmd_Line "NMAKE /f build.mak"
|
||||
# PROP BASE Rebuild_Opt "/a"
|
||||
# PROP BASE Target_File "build.exe"
|
||||
# PROP BASE Bsc_Name "build.bsc"
|
||||
# PROP BASE Target_Dir ""
|
||||
# PROP Use_Debug_Libraries 0
|
||||
# PROP Output_Dir "build__0"
|
||||
# PROP Intermediate_Dir "build__0"
|
||||
# PROP Cmd_Line "NMAKE /f build.mak"
|
||||
# PROP Rebuild_Opt "/a"
|
||||
# PROP Target_File "build.exe"
|
||||
# PROP Bsc_Name "build.bsc"
|
||||
# PROP Target_Dir ""
|
||||
|
||||
!ENDIF
|
||||
|
||||
# Begin Target
|
||||
|
||||
# Name "build - Win32 Release"
|
||||
# Name "build - Win32 Debug"
|
||||
# Name "build - Win32 Single Debug"
|
||||
# Name "build - Win32 Single Release"
|
||||
|
||||
!IF "$(CFG)" == "build - Win32 Release"
|
||||
|
||||
!ELSEIF "$(CFG)" == "build - Win32 Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "build - Win32 Single Debug"
|
||||
|
||||
!ELSEIF "$(CFG)" == "build - Win32 Single Release"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Target
|
||||
# End Project
|
Loading…
Reference in New Issue
Block a user