Copy files to binary directory.
[yaz-moved-to-github.git] / server / server.dsp
1 # Microsoft Developer Studio Project File - Name="server" - Package Owner=<4>
2 # Microsoft Developer Studio Generated Build File, Format Version 5.00
3 # ** DO NOT EDIT **
4
5 # TARGTYPE "Win32 (x86) Static Library" 0x0104
6
7 CFG=server - Win32 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 "server.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 "server.mak" CFG="server - Win32 Debug"
17 !MESSAGE 
18 !MESSAGE Possible choices for configuration are:
19 !MESSAGE 
20 !MESSAGE "server - Win32 Release" (based on "Win32 (x86) Static Library")
21 !MESSAGE "server - Win32 Debug" (based on "Win32 (x86) Static Library")
22 !MESSAGE 
23
24 # Begin Project
25 # PROP Scc_ProjName ""
26 # PROP Scc_LocalPath ""
27 CPP=cl.exe
28
29 !IF  "$(CFG)" == "server - Win32 Release"
30
31 # PROP BASE Use_MFC 0
32 # PROP BASE Use_Debug_Libraries 0
33 # PROP BASE Output_Dir "Release"
34 # PROP BASE Intermediate_Dir "Release"
35 # PROP BASE Target_Dir ""
36 # PROP Use_MFC 0
37 # PROP Use_Debug_Libraries 0
38 # PROP Output_Dir "Release"
39 # PROP Intermediate_Dir "Release"
40 # PROP Target_Dir ""
41 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
42 # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "WINDOWS" /FD /c
43 # SUBTRACT CPP /YX
44 BSC32=bscmake.exe
45 # ADD BASE BSC32 /nologo
46 # ADD BSC32 /nologo
47 LIB32=link.exe -lib
48 # ADD BASE LIB32 /nologo
49 # ADD LIB32 /nologo
50
51 !ELSEIF  "$(CFG)" == "server - Win32 Debug"
52
53 # PROP BASE Use_MFC 0
54 # PROP BASE Use_Debug_Libraries 1
55 # PROP BASE Output_Dir "Debug"
56 # PROP BASE Intermediate_Dir "Debug"
57 # PROP BASE Target_Dir ""
58 # PROP Use_MFC 0
59 # PROP Use_Debug_Libraries 1
60 # PROP Output_Dir "Debug"
61 # PROP Intermediate_Dir "Debug"
62 # PROP Target_Dir ""
63 # ADD BASE CPP /nologo /W3 /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
64 # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "WINDOWS" /FR /FD /c
65 # SUBTRACT CPP /YX
66 BSC32=bscmake.exe
67 # ADD BASE BSC32 /nologo
68 # ADD BSC32 /nologo
69 LIB32=link.exe -lib
70 # ADD BASE LIB32 /nologo
71 # ADD LIB32 /nologo
72
73 !ENDIF 
74
75 # Begin Target
76
77 # Name "server - Win32 Release"
78 # Name "server - Win32 Debug"
79 # Begin Source File
80
81 SOURCE=.\eventl.c
82 # End Source File
83 # Begin Source File
84
85 SOURCE=.\requestq.c
86 # End Source File
87 # Begin Source File
88
89 SOURCE=.\service.c
90 # End Source File
91 # Begin Source File
92
93 SOURCE=.\seshigh.c
94 # End Source File
95 # Begin Source File
96
97 SOURCE=.\session.h
98 # End Source File
99 # Begin Source File
100
101 SOURCE=.\statserv.c
102 # End Source File
103 # End Target
104 # End Project