root/vcproj-6/char-server_txt.dsp @ 23

Revision 1, 5.6 kB (checked in by jinshiro, 17 years ago)
Line 
1# Microsoft Developer Studio Project File - Name="char_txt" - 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
7CFG=char_txt - Win32 Release
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 "char-server_txt.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 "char-server_txt.mak" CFG="char_txt - Win32 Release"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "char_txt - Win32 Release" (based on "Win32 (x86) Console Application")
21!MESSAGE
22
23# Begin Project
24# PROP AllowPerConfigDependencies 0
25# PROP Scc_ProjName ""
26# PROP Scc_LocalPath ""
27CPP=cl.exe
28RSC=rc.exe
29# PROP BASE Use_MFC 0
30# PROP BASE Use_Debug_Libraries 0
31# PROP BASE Output_Dir "Release"
32# PROP BASE Intermediate_Dir "Release"
33# PROP BASE Target_Dir ""
34# PROP Use_MFC 0
35# PROP Use_Debug_Libraries 0
36# PROP Output_Dir "Release"
37# PROP Intermediate_Dir "Release"
38# PROP Ignore_Export_Lib 0
39# PROP Target_Dir ""
40# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
41# ADD CPP /nologo /W2 /GX /O2 /I "..\src\common" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_WIN32" /D "TXT_ONLY" /D "__WIN32" /D FD_SETSIZE=4096 /D "DB_MANUAL_CAST_TO_UNION" /Fp"tmp/char_txt/char-server_txt.pch" /YX /Fo"tmp/char_txt/" /Fd"tmp/char_txt/" /FD /c
42# ADD BASE RSC /l 0x409
43BSC32=bscmake.exe
44# ADD BASE BSC32 /nologo
45# ADD BSC32 /nologo
46LINK32=link.exe
47# 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
48# ADD LINK32 wsock32.lib zdll.lib ws2_32.lib /nologo /subsystem:console /pdb:"tmp/char-txt/char-server_txt.pdb" /machine:I386 /out:"../char-server_txt.exe" /libpath:"../lib"
49# SUBTRACT LINK32 /pdb:none
50# Begin Target
51
52# Name "char_txt - Win32 Release"
53# Begin Group "common"
54
55# PROP Default_Filter ""
56# Begin Source File
57
58SOURCE=..\src\common\cbasetypes.h
59# End Source File
60# Begin Source File
61
62SOURCE=..\src\common\core.c
63# End Source File
64# Begin Source File
65
66SOURCE=..\src\common\core.h
67# End Source File
68# Begin Source File
69
70SOURCE=..\src\common\db.c
71# End Source File
72# Begin Source File
73
74SOURCE=..\src\common\db.h
75# End Source File
76# Begin Source File
77
78SOURCE=..\src\common\ers.c
79# End Source File
80# Begin Source File
81
82SOURCE=..\src\common\ers.h
83# End Source File
84# Begin Source File
85
86SOURCE=..\src\common\lock.c
87# End Source File
88# Begin Source File
89
90SOURCE=..\src\common\lock.h
91# End Source File
92# Begin Source File
93
94SOURCE=..\src\common\malloc.c
95# End Source File
96# Begin Source File
97
98SOURCE=..\src\common\malloc.h
99# End Source File
100# Begin Source File
101
102SOURCE=..\src\common\mapindex.c
103# End Source File
104# Begin Source File
105
106SOURCE=..\src\common\mapindex.h
107# End Source File
108# Begin Source File
109
110SOURCE=..\src\common\mmo.h
111# End Source File
112# Begin Source File
113
114SOURCE=..\src\common\nullpo.c
115# End Source File
116# Begin Source File
117
118SOURCE=..\src\common\nullpo.h
119# End Source File
120# Begin Source File
121
122SOURCE=..\src\common\plugin.h
123# End Source File
124# Begin Source File
125
126SOURCE=..\src\common\plugins.c
127# End Source File
128# Begin Source File
129
130SOURCE=..\src\common\plugins.h
131# End Source File
132# Begin Source File
133
134SOURCE=..\src\common\showmsg.c
135# End Source File
136# Begin Source File
137
138SOURCE=..\src\common\showmsg.h
139# End Source File
140# Begin Source File
141
142SOURCE=..\src\common\socket.c
143# End Source File
144# Begin Source File
145
146SOURCE=..\src\common\socket.h
147# End Source File
148# Begin Source File
149
150SOURCE=..\src\common\strlib.c
151# End Source File
152# Begin Source File
153
154SOURCE=..\src\common\strlib.h
155# End Source File
156# Begin Source File
157
158SOURCE=..\src\common\timer.c
159# End Source File
160# Begin Source File
161
162SOURCE=..\src\common\timer.h
163# End Source File
164# Begin Source File
165
166SOURCE=..\src\common\utils.c
167# End Source File
168# Begin Source File
169
170SOURCE=..\src\common\utils.h
171# End Source File
172# Begin Source File
173
174SOURCE=..\src\common\version.h
175# End Source File
176# End Group
177# Begin Group "char"
178
179# PROP Default_Filter ""
180# Begin Source File
181
182SOURCE=..\src\char\char.c
183# End Source File
184# Begin Source File
185
186SOURCE=..\src\char\char.h
187# End Source File
188# Begin Source File
189
190SOURCE=..\src\char\int_guild.c
191# End Source File
192# Begin Source File
193
194SOURCE=..\src\char\int_guild.h
195# End Source File
196# Begin Source File
197
198SOURCE=..\src\char\int_homun.c
199# End Source File
200# Begin Source File
201
202SOURCE=..\src\char\int_homun.h
203# End Source File
204# Begin Source File
205
206SOURCE=..\src\char\int_party.c
207# End Source File
208# Begin Source File
209
210SOURCE=..\src\char\int_party.h
211# End Source File
212# Begin Source File
213
214SOURCE=..\src\char\int_pet.c
215# End Source File
216# Begin Source File
217
218SOURCE=..\src\char\int_pet.h
219# End Source File
220# Begin Source File
221
222SOURCE=..\src\char\int_status.c
223# End Source File
224# Begin Source File
225
226SOURCE=..\src\char\int_status.h
227# End Source File
228# Begin Source File
229
230SOURCE=..\src\char\int_storage.c
231# End Source File
232# Begin Source File
233
234SOURCE=..\src\char\int_storage.h
235# End Source File
236# Begin Source File
237
238SOURCE=..\src\char\inter.c
239# End Source File
240# Begin Source File
241
242SOURCE=..\src\char\inter.h
243# End Source File
244# End Group
245# End Target
246# End Project
Note: See TracBrowser for help on using the browser.