]> git.sur5r.net Git - openldap/blob - clients/tools/ldapdelete.dsp
add release configurations
[openldap] / clients / tools / ldapdelete.dsp
1 # Microsoft Developer Studio Project File - Name="ldapdelete" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 5.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7 CFG=ldapdelete - Win32 Single Debug
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE 
11 !MESSAGE NMAKE /f "ldapdelete.mak".
12 !MESSAGE 
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE 
16 !MESSAGE NMAKE /f "ldapdelete.mak" CFG="ldapdelete - Win32 Single Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "ldapdelete - Win32 Single Debug" (based on\
21  "Win32 (x86) Console Application")
22 !MESSAGE "ldapdelete - Win32 Single Release" (based on\
23  "Win32 (x86) Console Application")
24 !MESSAGE 
25
26 # Begin Project
27 # PROP Scc_ProjName ""
28 # PROP Scc_LocalPath ""
29 CPP=cl.exe
30 RSC=rc.exe
31
32 !IF  "$(CFG)" == "ldapdelete - Win32 Single Debug"
33
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 1
36 # PROP BASE Output_Dir "ldapdele"
37 # PROP BASE Intermediate_Dir "ldapdele"
38 # PROP BASE Ignore_Export_Lib 0
39 # PROP BASE Target_Dir ""
40 # PROP Use_MFC 0
41 # PROP Use_Debug_Libraries 1
42 # PROP Output_Dir "ldapdele"
43 # PROP Intermediate_Dir "ldapdele"
44 # PROP Ignore_Export_Lib 0
45 # PROP Target_Dir ""
46 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
47 # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
48 # ADD BASE RSC /l 0x409 /d "_DEBUG"
49 # ADD RSC /l 0x409 /d "_DEBUG"
50 BSC32=bscmake.exe
51 # ADD BASE BSC32 /nologo
52 # ADD BSC32 /nologo
53 LINK32=link.exe
54 # ADD BASE LINK32 oldap32.lib olber32.lib olutil32.lib ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\libraries\Debug"
55 # ADD LINK32 ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\libraries\Debug"
56
57 !ELSEIF  "$(CFG)" == "ldapdelete - Win32 Single Release"
58
59 # PROP BASE Use_MFC 0
60 # PROP BASE Use_Debug_Libraries 0
61 # PROP BASE Output_Dir "ldapdel0"
62 # PROP BASE Intermediate_Dir "ldapdel0"
63 # PROP BASE Ignore_Export_Lib 0
64 # PROP BASE Target_Dir ""
65 # PROP Use_MFC 0
66 # PROP Use_Debug_Libraries 0
67 # PROP Output_Dir "ldapdel0"
68 # PROP Intermediate_Dir "ldapdel0"
69 # PROP Ignore_Export_Lib 0
70 # PROP Target_Dir ""
71 # ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
72 # ADD CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
73 # ADD BASE RSC /l 0x409 /d "NDEBUG"
74 # ADD RSC /l 0x409 /d "NDEBUG"
75 BSC32=bscmake.exe
76 # ADD BASE BSC32 /nologo
77 # ADD BSC32 /nologo
78 LINK32=link.exe
79 # ADD BASE LINK32 oldap32.lib olber32.lib olutil32.lib ws2_32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\libraries\Release"
80 # ADD LINK32 ws2_32.lib /nologo /subsystem:console /machine:I386 /out:"Release/ldapdelete.exe" /libpath:"..\..\libraries\Release"
81
82 !ENDIF 
83
84 # Begin Target
85
86 # Name "ldapdelete - Win32 Single Debug"
87 # Name "ldapdelete - Win32 Single Release"
88 # Begin Source File
89
90 SOURCE=.\ldapdelete.c
91 # End Source File
92 # End Target
93 # End Project