annotate agent/src/os/win32/SwDbgSrv.dsp @ 2967:60a58915c94d

Removed next pointer from EndNode to Merge. New scheduler.
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 15 Jun 2011 16:53:30 +0200
parents a61af66fc99e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a61af66fc99e Initial load
duke
parents:
diff changeset
1 # Microsoft Developer Studio Project File - Name="SwDbgSrv" - Package Owner=<4>
a61af66fc99e Initial load
duke
parents:
diff changeset
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00
a61af66fc99e Initial load
duke
parents:
diff changeset
3 # ** DO NOT EDIT **
a61af66fc99e Initial load
duke
parents:
diff changeset
4
a61af66fc99e Initial load
duke
parents:
diff changeset
5 # TARGTYPE "Win32 (x86) Console Application" 0x0103
a61af66fc99e Initial load
duke
parents:
diff changeset
6
a61af66fc99e Initial load
duke
parents:
diff changeset
7 CFG=SwDbgSrv - Win32 Debug
a61af66fc99e Initial load
duke
parents:
diff changeset
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
a61af66fc99e Initial load
duke
parents:
diff changeset
9 !MESSAGE use the Export Makefile command and run
a61af66fc99e Initial load
duke
parents:
diff changeset
10 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
11 !MESSAGE NMAKE /f "SwDbgSrv.mak".
a61af66fc99e Initial load
duke
parents:
diff changeset
12 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
13 !MESSAGE You can specify a configuration when running NMAKE
a61af66fc99e Initial load
duke
parents:
diff changeset
14 !MESSAGE by defining the macro CFG on the command line. For example:
a61af66fc99e Initial load
duke
parents:
diff changeset
15 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
16 !MESSAGE NMAKE /f "SwDbgSrv.mak" CFG="SwDbgSrv - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
17 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
18 !MESSAGE Possible choices for configuration are:
a61af66fc99e Initial load
duke
parents:
diff changeset
19 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
20 !MESSAGE "SwDbgSrv - Win32 Release" (based on "Win32 (x86) Console Application")
a61af66fc99e Initial load
duke
parents:
diff changeset
21 !MESSAGE "SwDbgSrv - Win32 Debug" (based on "Win32 (x86) Console Application")
a61af66fc99e Initial load
duke
parents:
diff changeset
22 !MESSAGE
a61af66fc99e Initial load
duke
parents:
diff changeset
23
a61af66fc99e Initial load
duke
parents:
diff changeset
24 # Begin Project
a61af66fc99e Initial load
duke
parents:
diff changeset
25 # PROP AllowPerConfigDependencies 0
a61af66fc99e Initial load
duke
parents:
diff changeset
26 # PROP Scc_ProjName ""
a61af66fc99e Initial load
duke
parents:
diff changeset
27 # PROP Scc_LocalPath ""
a61af66fc99e Initial load
duke
parents:
diff changeset
28 CPP=cl.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
29 RSC=rc.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
30
a61af66fc99e Initial load
duke
parents:
diff changeset
31 !IF "$(CFG)" == "SwDbgSrv - Win32 Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
32
a61af66fc99e Initial load
duke
parents:
diff changeset
33 # PROP BASE Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
34 # PROP BASE Use_Debug_Libraries 0
a61af66fc99e Initial load
duke
parents:
diff changeset
35 # PROP BASE Output_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
36 # PROP BASE Intermediate_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
37 # PROP BASE Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
38 # PROP Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
39 # PROP Use_Debug_Libraries 0
a61af66fc99e Initial load
duke
parents:
diff changeset
40 # PROP Output_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
41 # PROP Intermediate_Dir "Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
42 # PROP Ignore_Export_Lib 0
a61af66fc99e Initial load
duke
parents:
diff changeset
43 # PROP Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
44 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
a61af66fc99e Initial load
duke
parents:
diff changeset
45 # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
a61af66fc99e Initial load
duke
parents:
diff changeset
46 # ADD BASE RSC /l 0x409 /d "NDEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
47 # ADD RSC /l 0x409 /d "NDEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
48 BSC32=bscmake.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
49 # ADD BASE BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
50 # ADD BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
51 LINK32=link.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
52 # 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 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
a61af66fc99e Initial load
duke
parents:
diff changeset
53 # 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 ws2_32.lib /nologo /subsystem:console /machine:I386
a61af66fc99e Initial load
duke
parents:
diff changeset
54
a61af66fc99e Initial load
duke
parents:
diff changeset
55 !ELSEIF "$(CFG)" == "SwDbgSrv - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
56
a61af66fc99e Initial load
duke
parents:
diff changeset
57 # PROP BASE Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
58 # PROP BASE Use_Debug_Libraries 1
a61af66fc99e Initial load
duke
parents:
diff changeset
59 # PROP BASE Output_Dir "SwDbgSrv___Win32_Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
60 # PROP BASE Intermediate_Dir "SwDbgSrv___Win32_Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
61 # PROP BASE Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
62 # PROP Use_MFC 0
a61af66fc99e Initial load
duke
parents:
diff changeset
63 # PROP Use_Debug_Libraries 1
a61af66fc99e Initial load
duke
parents:
diff changeset
64 # PROP Output_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
65 # PROP Intermediate_Dir "Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
66 # PROP Ignore_Export_Lib 0
a61af66fc99e Initial load
duke
parents:
diff changeset
67 # PROP Target_Dir ""
a61af66fc99e Initial load
duke
parents:
diff changeset
68 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
a61af66fc99e Initial load
duke
parents:
diff changeset
69 # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
a61af66fc99e Initial load
duke
parents:
diff changeset
70 # ADD BASE RSC /l 0x409 /d "_DEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
71 # ADD RSC /l 0x409 /d "_DEBUG"
a61af66fc99e Initial load
duke
parents:
diff changeset
72 BSC32=bscmake.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
73 # ADD BASE BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
74 # ADD BSC32 /nologo
a61af66fc99e Initial load
duke
parents:
diff changeset
75 LINK32=link.exe
a61af66fc99e Initial load
duke
parents:
diff changeset
76 # 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 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
a61af66fc99e Initial load
duke
parents:
diff changeset
77 # 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 ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
a61af66fc99e Initial load
duke
parents:
diff changeset
78
a61af66fc99e Initial load
duke
parents:
diff changeset
79 !ENDIF
a61af66fc99e Initial load
duke
parents:
diff changeset
80
a61af66fc99e Initial load
duke
parents:
diff changeset
81 # Begin Target
a61af66fc99e Initial load
duke
parents:
diff changeset
82
a61af66fc99e Initial load
duke
parents:
diff changeset
83 # Name "SwDbgSrv - Win32 Release"
a61af66fc99e Initial load
duke
parents:
diff changeset
84 # Name "SwDbgSrv - Win32 Debug"
a61af66fc99e Initial load
duke
parents:
diff changeset
85 # Begin Group "Source Files"
a61af66fc99e Initial load
duke
parents:
diff changeset
86
a61af66fc99e Initial load
duke
parents:
diff changeset
87 # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
a61af66fc99e Initial load
duke
parents:
diff changeset
88 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
89
a61af66fc99e Initial load
duke
parents:
diff changeset
90 SOURCE=.\Buffer.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
91 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
92 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
93
a61af66fc99e Initial load
duke
parents:
diff changeset
94 SOURCE=.\Dispatcher.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
95 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
96 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
97
a61af66fc99e Initial load
duke
parents:
diff changeset
98 SOURCE=.\initWinsock.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
99 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
100 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
101
a61af66fc99e Initial load
duke
parents:
diff changeset
102 SOURCE=.\IOBuf.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
103 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
104 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
105
a61af66fc99e Initial load
duke
parents:
diff changeset
106 SOURCE=.\ioUtils.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
107 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
108 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
109
a61af66fc99e Initial load
duke
parents:
diff changeset
110 SOURCE=.\isNT4.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
111 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
112 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
113
a61af66fc99e Initial load
duke
parents:
diff changeset
114 SOURCE=.\nt4internals.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
115 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
116 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
117
a61af66fc99e Initial load
duke
parents:
diff changeset
118 SOURCE=.\procList.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
119 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
120 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
121
a61af66fc99e Initial load
duke
parents:
diff changeset
122 SOURCE=.\Reaper.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
123 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
124 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
125
a61af66fc99e Initial load
duke
parents:
diff changeset
126 SOURCE=.\serverLists.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
127 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
128 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
129
a61af66fc99e Initial load
duke
parents:
diff changeset
130 SOURCE=.\SwDbgSrv.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
131 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
132 # Begin Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
133
a61af66fc99e Initial load
duke
parents:
diff changeset
134 SOURCE=.\toolHelp.cpp
a61af66fc99e Initial load
duke
parents:
diff changeset
135 # End Source File
a61af66fc99e Initial load
duke
parents:
diff changeset
136 # End Group
a61af66fc99e Initial load
duke
parents:
diff changeset
137 # Begin Group "Header Files"
a61af66fc99e Initial load
duke
parents:
diff changeset
138
a61af66fc99e Initial load
duke
parents:
diff changeset
139 # PROP Default_Filter "h;hpp;hxx;hm;inl"
a61af66fc99e Initial load
duke
parents:
diff changeset
140 # End Group
a61af66fc99e Initial load
duke
parents:
diff changeset
141 # Begin Group "Resource Files"
a61af66fc99e Initial load
duke
parents:
diff changeset
142
a61af66fc99e Initial load
duke
parents:
diff changeset
143 # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
a61af66fc99e Initial load
duke
parents:
diff changeset
144 # End Group
a61af66fc99e Initial load
duke
parents:
diff changeset
145 # End Target
a61af66fc99e Initial load
duke
parents:
diff changeset
146 # End Project