Changeset 189 for code/branches/main_reto_vs05/scripts
- Timestamp:
- Nov 7, 2007, 9:51:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto_vs05/scripts/weapon_framework.vcproj
r177 r189 41 41 Name="VCCLCompilerTool" 42 42 Optimization="0" 43 AdditionalIncludeDirectories="..\ include;"$(OGRE_HOME)\OgreMain\include";"$(OGRE_HOME)\Dependencies\include""43 AdditionalIncludeDirectories="..\src;..\src\weapon;"$(OGRE_HOME)\OgreMain\include";"$(OGRE_HOME)\Dependencies\include"" 44 44 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" 45 45 MinimalRebuild="true" … … 184 184 > 185 185 <File 186 RelativePath="..\src\ammunition_dump.cc"187 >188 </File>189 <File190 RelativePath="..\src\bullet.cc"191 >192 </File>193 <File194 RelativePath="..\src\bullet_manager.cc"195 >196 </File>197 <File198 186 RelativePath="..\src\camera_manager.cc" 199 187 > 200 188 </File> 201 189 <File 190 RelativePath="..\src\inertial_node.cc" 191 > 192 </File> 193 <File 202 194 RelativePath="..\src\main.cc" 203 195 > … … 223 215 > 224 216 </File> 225 <File 226 RelativePath="..\src\weapon_manager.cc" 227 > 228 </File> 217 <Filter 218 Name="weapon" 219 > 220 <File 221 RelativePath="..\src\weapon\ammunition_dump.cc" 222 > 223 </File> 224 <File 225 RelativePath="..\src\weapon\bullet.cc" 226 > 227 </File> 228 <File 229 RelativePath="..\src\weapon\bullet_manager.cc" 230 > 231 </File> 232 <File 233 RelativePath="..\src\weapon\weapon_manager.cc" 234 > 235 </File> 236 </Filter> 229 237 </Filter> 230 238 <Filter … … 234 242 > 235 243 <File 236 RelativePath="..\src\ammunition_dump.h"237 >238 </File>239 <File240 RelativePath="..\src\bullet.h"241 >242 </File>243 <File244 RelativePath="..\src\bullet_manager.h"245 >246 </File>247 <File248 244 RelativePath="..\src\camera_manager.h" 249 245 > 250 246 </File> 251 247 <File 248 RelativePath="..\src\inertial_node.h" 249 > 250 </File> 251 <File 252 252 RelativePath="..\src\ogre_control.h" 253 253 > … … 273 273 > 274 274 </File> 275 <File 276 RelativePath="..\src\weapon.h" 277 > 278 </File> 279 <File 280 RelativePath="..\src\weapon_manager.h" 281 > 282 </File> 275 <Filter 276 Name="weapon" 277 > 278 <File 279 RelativePath="..\src\weapon\ammunition_dump.h" 280 > 281 </File> 282 <File 283 RelativePath="..\src\weapon\bullet.h" 284 > 285 </File> 286 <File 287 RelativePath="..\src\weapon\bullet_manager.h" 288 > 289 </File> 290 <File 291 RelativePath="..\src\weapon\weapon.h" 292 > 293 </File> 294 <File 295 RelativePath="..\src\weapon\weapon_manager.h" 296 > 297 </File> 298 </Filter> 283 299 </Filter> 284 300 <Filter
Note: See TracChangeset
for help on using the changeset viewer.