]> git.sur5r.net Git - openldap/blob - clients/tools/ldapmodify.dsp
create single-thread configurations
[openldap] / clients / tools / ldapmodify.dsp
1 # Microsoft Developer Studio Project File - Name="ldapmodify" - 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=ldapmodify - 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 "ldapmodify.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 "ldapmodify.mak" CFG="ldapmodify - Win32 Single Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "ldapmodify - Win32 Single Debug" (based on\
21  "Win32 (x86) Console Application")
22 !MESSAGE "ldapmodify - 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)" == "ldapmodify - Win32 Single Debug"
33
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 1
36 # PROP BASE Output_Dir "ldapmodi"
37 # PROP BASE Intermediate_Dir "ldapmodi"
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 "ldapmodi"
43 # PROP Intermediate_Dir "ldapmodi"
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 oldif32.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 /out:"Release/ldapmodify.exe" /pdbtype:sept /libpath:"..\..\libraries\Debug"
56
57 !ELSEIF  "$(CFG)" == "ldapmodify - Win32 Single Release"
58
59 # PROP BASE Use_MFC 0
60 # PROP BASE Use_Debug_Libraries 0
61 # PROP BASE Output_Dir "ldapmod0"
62 # PROP BASE Intermediate_Dir "ldapmod0"
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 "ldapmod0"
68 # PROP Intermediate_Dir "ldapmod0"
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 oldif32.lib olutil32.lib ws2_32.lib /nologo /subsystem:console /machine:I386 /libpath:"..\..\libraries\Release"
80 # ADD LINK32 oldap32.lib olber32.lib oldif32.lib olutil32.lib ws2_32.lib /nologo /subsystem:console /machine:I386 /out:"Release/ldapmodify.exe" /libpath:"..\..\libraries\Release"
81
82 !ENDIF 
83
84 # Begin Target
85
86 # Name "ldapmodify - Win32 Single Debug"
87 # Name "ldapmodify - Win32 Single Release"
88 # Begin Source File
89
90 SOURCE=.\ldapmodify.c
91 # End Source File
92 # Begin Source File
93
94 SOURCE=..\..\include\portable.h
95 # End Source File
96 # End Target
97 # End Project