1# Microsoft Developer Studio Project File - Name="tokamak" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 6.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Static Library" 0x0104
6
7CFG=tokamak - 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 "tokamak.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 "tokamak.mak" CFG="tokamak - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "tokamak - Win32 Release" (based on "Win32 (x86) Static Library")
21!MESSAGE "tokamak - Win32 Debug" (based on "Win32 (x86) Static Library")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29RSC=rc.exe
30
31!IF  "$(CFG)" == "tokamak - Win32 Release"
32
33# PROP BASE Use_MFC 0
34# PROP BASE Use_Debug_Libraries 1
35# PROP BASE Output_Dir "../../lib"
36# PROP BASE Intermediate_Dir "obj/Release"
37# PROP BASE Target_Dir ""
38# PROP Use_MFC 0
39# PROP Use_Debug_Libraries 1
40# PROP Output_Dir "../../lib"
41# PROP Intermediate_Dir "obj/Release"
42# PROP Target_Dir ""
43# ADD BASE CPP /nologo /MT /W3 /O2 /I "../../include/" /D "WIN32" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "NDEBUG" /YX /FD /c
44# ADD CPP /nologo /MT /W3 /O2 /I "../../include/" /D "WIN32" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /D "NDEBUG" /YX /FD /c
45# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "WIN32" /d "_LIB" /d "_CRT_SECURE_NO_DEPRECATE" /d "NDEBUG" /i "../../include/"
46# ADD RSC /l 0x409 /d "NDEBUG" /d "WIN32" /d "_LIB" /d "_CRT_SECURE_NO_DEPRECATE" /d "NDEBUG" /i "../../include/"
47BSC32=bscmake.exe
48# ADD BASE BSC32 /nologo
49# ADD BSC32 /nologo
50LINK32=link.exe -lib
51# ADD BASE LIB32 /nologo
52# ADD LIB32 /nologo /out:"../../lib/tokamak_m.lib"
53
54!ELSEIF  "$(CFG)" == "tokamak - Win32 Debug"
55
56# PROP BASE Use_MFC 0
57# PROP BASE Use_Debug_Libraries 0
58# PROP BASE Output_Dir "../../lib"
59# PROP BASE Intermediate_Dir "obj/Debug"
60# PROP BASE Target_Dir ""
61# PROP Use_MFC 0
62# PROP Use_Debug_Libraries 0
63# PROP Output_Dir "../../lib"
64# PROP Intermediate_Dir "obj/Debug"
65# PROP Target_Dir ""
66# ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /I "../../include/" /D "WIN32" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /YX /FD /GZ /c
67# ADD CPP /nologo /MTd /W3 /Gm /ZI /Od /I "../../include/" /D "WIN32" /D "_LIB" /D "_CRT_SECURE_NO_DEPRECATE" /YX /FD /GZ /c
68# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "WIN32" /d "_LIB" /d "_CRT_SECURE_NO_DEPRECATE" /i "../../include/"
69# ADD RSC /l 0x409 /d "_DEBUG" /d "WIN32" /d "_LIB" /d "_CRT_SECURE_NO_DEPRECATE" /i "../../include/"
70BSC32=bscmake.exe
71# ADD BASE BSC32 /nologo
72# ADD BSC32 /nologo
73LINK32=link.exe -lib
74# ADD BASE LIB32 /nologo
75# ADD LIB32 /nologo /out:"../../lib/tokamak_md.lib"
76
77!ENDIF
78
79# Begin Target
80
81# Name "tokamak - Win32 Release"
82# Name "tokamak - Win32 Debug"
83# Begin Group "tokamaksrc"
84
85# PROP Default_Filter ""
86# Begin Group "src"
87
88# PROP Default_Filter ""
89# Begin Source File
90
91SOURCE=../../tokamaksrc/src/collision.h
92# End Source File
93# Begin Source File
94
95SOURCE=../../tokamaksrc/src/collision2.h
96# End Source File
97# Begin Source File
98
99SOURCE=../../tokamaksrc/src/constraint.h
100# End Source File
101# Begin Source File
102
103SOURCE=../../tokamaksrc/src/containers.h
104# End Source File
105# Begin Source File
106
107SOURCE=../../tokamaksrc/src/dcd.h
108# End Source File
109# Begin Source File
110
111SOURCE=../../tokamaksrc/src/message.h
112# End Source File
113# Begin Source File
114
115SOURCE=../../tokamaksrc/src/perfwin32.h
116# End Source File
117# Begin Source File
118
119SOURCE=../../tokamaksrc/src/rigidbody.h
120# End Source File
121# Begin Source File
122
123SOURCE=../../tokamaksrc/src/scenery.h
124# End Source File
125# Begin Source File
126
127SOURCE=../../tokamaksrc/src/simulator.h
128# End Source File
129# Begin Source File
130
131SOURCE=../../tokamaksrc/src/stack.h
132# End Source File
133# Begin Source File
134
135SOURCE=../../tokamaksrc/src/boxcylinder.cpp
136# End Source File
137# Begin Source File
138
139SOURCE=../../tokamaksrc/src/collision.cpp
140# End Source File
141# Begin Source File
142
143SOURCE=../../tokamaksrc/src/collisionbody.cpp
144# End Source File
145# Begin Source File
146
147SOURCE=../../tokamaksrc/src/constraint.cpp
148# End Source File
149# Begin Source File
150
151SOURCE=../../tokamaksrc/src/cylinder.cpp
152# End Source File
153# Begin Source File
154
155SOURCE=../../tokamaksrc/src/dcd.cpp
156# End Source File
157# Begin Source File
158
159SOURCE=../../tokamaksrc/src/lines.cpp
160# End Source File
161# Begin Source File
162
163SOURCE=../../tokamaksrc/src/ne_interface.cpp
164# End Source File
165# Begin Source File
166
167SOURCE=../../tokamaksrc/src/perfwin32.cpp
168# End Source File
169# Begin Source File
170
171SOURCE=../../tokamaksrc/src/region.cpp
172# End Source File
173# Begin Source File
174
175SOURCE=../../tokamaksrc/src/restcontact.cpp
176# End Source File
177# Begin Source File
178
179SOURCE=../../tokamaksrc/src/rigidbody.cpp
180# End Source File
181# Begin Source File
182
183SOURCE=../../tokamaksrc/src/rigidbodybase.cpp
184# End Source File
185# Begin Source File
186
187SOURCE=../../tokamaksrc/src/scenery.cpp
188# End Source File
189# Begin Source File
190
191SOURCE=../../tokamaksrc/src/simulator.cpp
192# End Source File
193# Begin Source File
194
195SOURCE=../../tokamaksrc/src/solver.cpp
196# End Source File
197# Begin Source File
198
199SOURCE=../../tokamaksrc/src/sphere.cpp
200# End Source File
201# Begin Source File
202
203SOURCE=../../tokamaksrc/src/stack.cpp
204# End Source File
205# Begin Source File
206
207SOURCE=../../tokamaksrc/src/tricollision.cpp
208# End Source File
209# Begin Source File
210
211SOURCE=../../tokamaksrc/src/useopcode.cpp
212# End Source File
213# End Group
214# End Group
215# End Target
216# End Project
217