Minor project file details
[yazpp-moved-to-github.git] / win / yazclient / yazclient.dsp
1 # Microsoft Developer Studio Project File - Name="yazclient" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
6
7 CFG=yazclient - Win32 Debug URSULA
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 "yazclient.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 "yazclient.mak" CFG="yazclient - Win32 Debug URSULA"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "yazclient - Win32 Release" (based on "Win32 (x86) Console Application")
21 !MESSAGE "yazclient - Win32 Debug" (based on "Win32 (x86) Console Application")
22 !MESSAGE "yazclient - Win32 Debug URSULA" (based on "Win32 (x86) Console Application")
23 !MESSAGE "yazclient - Win32 Release URSULA" (based on "Win32 (x86) Console Application")
24 !MESSAGE 
25
26 # Begin Project
27 # PROP AllowPerConfigDependencies 0
28 # PROP Scc_ProjName ""
29 # PROP Scc_LocalPath ""
30 CPP=cl.exe
31 RSC=rc.exe
32
33 !IF  "$(CFG)" == "yazclient - Win32 Release"
34
35 # PROP BASE Use_MFC 0
36 # PROP BASE Use_Debug_Libraries 0
37 # PROP BASE Output_Dir "Release"
38 # PROP BASE Intermediate_Dir "Release"
39 # PROP BASE Target_Dir ""
40 # PROP Use_MFC 0
41 # PROP Use_Debug_Libraries 0
42 # PROP Output_Dir "Release"
43 # PROP Intermediate_Dir "Release"
44 # PROP Ignore_Export_Lib 0
45 # PROP Target_Dir ""
46 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
47 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../../include" /I "../../../yaz/include" /I "../../../yaz-ursula/include" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "NDEBUG" /D HAVE_YAZ_URSULA_H=0 /YX /FD /c
48 # ADD BASE RSC /l 0x406 /d "NDEBUG"
49 # ADD RSC /l 0x406 /d "NDEBUG"
50 BSC32=bscmake.exe
51 # ADD BASE BSC32 /nologo
52 # ADD BSC32 /nologo
53 LINK32=link.exe
54 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
55 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib yazxx.lib yaz.lib wsock32.lib /nologo /subsystem:console /machine:I386 /out:"Release/yazmyclient.exe" /libpath:"../yazxx/release" /libpath:"../../../yaz/lib" /libpath:"../../../yaz-ursula/win/release"
56 # Begin Special Build Tool
57 OutDir=.\Release
58 ProjDir=.
59 TargetName=yazmyclient
60 SOURCE="$(InputPath)"
61 PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe $(ProjDir)\..\..\..\bin
62 # End Special Build Tool
63
64 !ELSEIF  "$(CFG)" == "yazclient - Win32 Debug"
65
66 # PROP BASE Use_MFC 0
67 # PROP BASE Use_Debug_Libraries 1
68 # PROP BASE Output_Dir "Debug"
69 # PROP BASE Intermediate_Dir "Debug"
70 # PROP BASE Target_Dir ""
71 # PROP Use_MFC 0
72 # PROP Use_Debug_Libraries 1
73 # PROP Output_Dir "Debug"
74 # PROP Intermediate_Dir "Debug"
75 # PROP Ignore_Export_Lib 0
76 # PROP Target_Dir ""
77 # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
78 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../../yaz/include" /I "../../../yaz-ursula/include" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "_DEBUG" /D HAVE_YAZ_URSULA_H=0 /FR /YX /FD /c
79 # ADD BASE RSC /l 0x406 /d "_DEBUG"
80 # ADD RSC /l 0x406 /d "_DEBUG"
81 BSC32=bscmake.exe
82 # ADD BASE BSC32 /nologo
83 # ADD BSC32 /nologo
84 LINK32=link.exe
85 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
86 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib yazxx.lib yaz.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/yazmyclient.exe" /pdbtype:sept /libpath:"../yazxx/debug" /libpath:"../../../yaz/lib" /libpath:"../../../yaz-ursula/win/debug" /libpath:"../../../yaz-ursula/win"
87 # Begin Special Build Tool
88 OutDir=.\Debug
89 ProjDir=.
90 TargetName=yazmyclient
91 SOURCE="$(InputPath)"
92 PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe $(ProjDir)\..\..\..\bin
93 # End Special Build Tool
94
95 !ELSEIF  "$(CFG)" == "yazclient - Win32 Debug URSULA"
96
97 # PROP BASE Use_MFC 0
98 # PROP BASE Use_Debug_Libraries 1
99 # PROP BASE Output_Dir "yazclient___Win32_Debug_URSULA"
100 # PROP BASE Intermediate_Dir "yazclient___Win32_Debug_URSULA"
101 # PROP BASE Ignore_Export_Lib 0
102 # PROP BASE Target_Dir ""
103 # PROP Use_MFC 0
104 # PROP Use_Debug_Libraries 1
105 # PROP Output_Dir "yazclient___Win32_Debug_URSULA"
106 # PROP Intermediate_Dir "yazclient___Win32_Debug_URSULA"
107 # PROP Ignore_Export_Lib 0
108 # PROP Target_Dir ""
109 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../../yaz/include" /I "../../../yaz-ursula/include" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "_DEBUG" /D HAVE_YAZ_URSULA_H=1 /FR /YX /FD /c
110 # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "../../include" /I "../../../yaz/include" /I "../../../yaz-ursula/include" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "_DEBUG" /D HAVE_YAZ_URSULA_H=1 /FR /YX /FD /c
111 # ADD BASE RSC /l 0x406 /d "_DEBUG"
112 # ADD RSC /l 0x406 /d "_DEBUG"
113 BSC32=bscmake.exe
114 # ADD BASE BSC32 /nologo
115 # ADD BSC32 /nologo
116 LINK32=link.exe
117 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib yazxx.lib yaz.lib wsock32.lib ursula.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/yazmyclient.exe" /pdbtype:sept /libpath:"../yazxx/debug" /libpath:"../../../yaz/lib" /libpath:"../../../yaz-ursula/win/debug" /libpath:"../../../yaz-ursula/win"
118 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib yazxx.lib yaz.lib wsock32.lib ursula.lib /nologo /subsystem:console /debug /machine:I386 /out:"Debug/yazmyclient.exe" /pdbtype:sept /libpath:"../yazxx/debug" /libpath:"../../../yaz/lib" /libpath:"../../../yaz-ursula/win/debug" /libpath:"../../../yaz-ursula/win" /libpath:"../yazxx/yazxx___win32_Debug_ursula"
119 # Begin Special Build Tool
120 OutDir=.\yazclient___Win32_Debug_URSULA
121 ProjDir=.
122 TargetName=yazmyclient
123 SOURCE="$(InputPath)"
124 PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe $(ProjDir)\..\..\..\bin
125 # End Special Build Tool
126
127 !ELSEIF  "$(CFG)" == "yazclient - Win32 Release URSULA"
128
129 # PROP BASE Use_MFC 0
130 # PROP BASE Use_Debug_Libraries 0
131 # PROP BASE Output_Dir "yazclient___Win32_Release_URSULA"
132 # PROP BASE Intermediate_Dir "yazclient___Win32_Release_URSULA"
133 # PROP BASE Ignore_Export_Lib 0
134 # PROP BASE Target_Dir ""
135 # PROP Use_MFC 0
136 # PROP Use_Debug_Libraries 0
137 # PROP Output_Dir "yazclient___Win32_Release_URSULA"
138 # PROP Intermediate_Dir "yazclient___Win32_Release_URSULA"
139 # PROP Ignore_Export_Lib 0
140 # PROP Target_Dir ""
141 # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "../../include" /I "../../../yaz/include" /I "../../../yaz-ursula/include" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "NDEBUG" /D HAVE_YAZ_URSULA_H=1 /YX /FD /c
142 # ADD CPP /nologo /MD /W3 /GX /O2 /I "../../include" /I "../../../yaz/include" /I "../../../yaz-ursula/include" /D "_CONSOLE" /D "_MBCS" /D "WIN32" /D "NDEBUG" /D HAVE_YAZ_URSULA_H=1 /YX /FD /c
143 # ADD BASE RSC /l 0x406 /d "NDEBUG"
144 # ADD RSC /l 0x406 /d "NDEBUG"
145 BSC32=bscmake.exe
146 # ADD BASE BSC32 /nologo
147 # ADD BSC32 /nologo
148 LINK32=link.exe
149 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib yazxx.lib yaz.lib wsock32.lib ursula.lib /nologo /subsystem:console /machine:I386 /out:"Release/yazmyclient.exe" /libpath:"../yazxx/release" /libpath:"../../../yaz/lib" /libpath:"../../../yaz-ursula/win/release"
150 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib yazxx.lib yaz.lib wsock32.lib ursula.lib /nologo /subsystem:console /machine:I386 /out:"Release/yazmyclient.exe" /libpath:"../yazxx/release" /libpath:"../../../yaz/lib" /libpath:"../../../yaz-ursula/win/release"
151 # Begin Special Build Tool
152 OutDir=.\yazclient___Win32_Release_URSULA
153 ProjDir=.
154 TargetName=yazmyclient
155 SOURCE="$(InputPath)"
156 PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe $(ProjDir)\..\..\..\bin
157 # End Special Build Tool
158
159 !ENDIF 
160
161 # Begin Target
162
163 # Name "yazclient - Win32 Release"
164 # Name "yazclient - Win32 Debug"
165 # Name "yazclient - Win32 Debug URSULA"
166 # Name "yazclient - Win32 Release URSULA"
167 # Begin Source File
168
169 SOURCE="..\..\src\yaz-my-client.cpp"
170 # End Source File
171 # End Target
172 # End Project