[657] | 1 | # Microsoft Developer Studio Project File - Name="OgreMain" - Package Owner=<4>
|
---|
| 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00
|
---|
| 3 | # ** DO NOT EDIT **
|
---|
| 4 |
|
---|
| 5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
---|
| 6 |
|
---|
| 7 | CFG=OgreMain - 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 "OgreMain.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 "OgreMain.mak" CFG="OgreMain - Win32 Debug"
|
---|
| 17 | !MESSAGE
|
---|
| 18 | !MESSAGE Possible choices for configuration are:
|
---|
| 19 | !MESSAGE
|
---|
| 20 | !MESSAGE "OgreMain - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
---|
| 21 | !MESSAGE "OgreMain - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
---|
| 22 | !MESSAGE
|
---|
| 23 |
|
---|
| 24 | # Begin Project
|
---|
| 25 | # PROP AllowPerConfigDependencies 0
|
---|
| 26 | # PROP Scc_ProjName ""
|
---|
| 27 | # PROP Scc_LocalPath ""
|
---|
| 28 | CPP=cl.exe
|
---|
| 29 | MTL=midl.exe
|
---|
| 30 | RSC=rc.exe
|
---|
| 31 |
|
---|
| 32 | !IF "$(CFG)" == "OgreMain - Win32 Release"
|
---|
| 33 |
|
---|
| 34 | # PROP BASE Use_MFC 0
|
---|
| 35 | # PROP BASE Use_Debug_Libraries 0
|
---|
| 36 | # PROP BASE Output_Dir "Release"
|
---|
| 37 | # PROP BASE Intermediate_Dir "Release"
|
---|
| 38 | # PROP BASE Target_Dir ""
|
---|
| 39 | # PROP Use_MFC 0
|
---|
| 40 | # PROP Use_Debug_Libraries 0
|
---|
| 41 | # PROP Output_Dir "..\lib\Release"
|
---|
| 42 | # PROP Intermediate_Dir "..\obj\Release"
|
---|
| 43 | # PROP Ignore_Export_Lib 0
|
---|
| 44 | # PROP Target_Dir ""
|
---|
| 45 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGREMAIN_EXPORTS" /YX /FD /c
|
---|
| 46 | # ADD CPP /nologo /MD /W3 /GX /Ot /Oi /Oy /Ob1 /I "..\include" /I "..\..\Dependencies\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGRE_NONCLIENT_BUILD" /Yu"OgreStableHeaders.h" /FD /Zm200 /c
|
---|
| 47 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
---|
| 48 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
|
---|
| 49 | # ADD BASE RSC /l 0x418 /d "NDEBUG"
|
---|
| 50 | # ADD RSC /l 0x418 /d "NDEBUG"
|
---|
| 51 | BSC32=bscmake.exe
|
---|
| 52 | # ADD BASE BSC32 /nologo
|
---|
| 53 | # ADD BSC32 /nologo
|
---|
| 54 | LINK32=link.exe
|
---|
| 55 | # 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 /dll /machine:I386
|
---|
| 56 | # 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 zdll.lib zziplib.lib freetype2110.lib devil.lib ilu.lib /nologo /dll /machine:I386 /libpath:"..\..\Dependencies\lib\Release"
|
---|
| 57 | # Begin Special Build Tool
|
---|
| 58 | SOURCE="$(InputPath)"
|
---|
| 59 | PostBuild_Cmds=copy ..\lib\Release\OgreMain.dll ..\..\Samples\Common\bin\Release copy ..\lib\Release\OgreMain.dll ..\..\Tools\Common\bin\Release
|
---|
| 60 | # End Special Build Tool
|
---|
| 61 |
|
---|
| 62 | !ELSEIF "$(CFG)" == "OgreMain - Win32 Debug"
|
---|
| 63 |
|
---|
| 64 | # PROP BASE Use_MFC 0
|
---|
| 65 | # PROP BASE Use_Debug_Libraries 1
|
---|
| 66 | # PROP BASE Output_Dir "Debug"
|
---|
| 67 | # PROP BASE Intermediate_Dir "Debug"
|
---|
| 68 | # PROP BASE Target_Dir ""
|
---|
| 69 | # PROP Use_MFC 0
|
---|
| 70 | # PROP Use_Debug_Libraries 1
|
---|
| 71 | # PROP Output_Dir "..\lib\Debug"
|
---|
| 72 | # PROP Intermediate_Dir "..\obj\Debug"
|
---|
| 73 | # PROP Ignore_Export_Lib 0
|
---|
| 74 | # PROP Target_Dir ""
|
---|
| 75 | # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGREMAIN_EXPORTS" /YX /FD /GZ /c
|
---|
| 76 | # ADD CPP /nologo /G6 /MDd /W3 /Gm /Gi /GX /ZI /Od /I "..\include" /I "..\..\Dependencies\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "OGRE_NONCLIENT_BUILD" /Yu"OgreStableHeaders.h" /FD /GZ /Zm500 /c
|
---|
| 77 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
---|
| 78 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|
---|
| 79 | # ADD BASE RSC /l 0x418 /d "_DEBUG"
|
---|
| 80 | # ADD RSC /l 0x418 /d "_DEBUG"
|
---|
| 81 | BSC32=bscmake.exe
|
---|
| 82 | # ADD BASE BSC32 /nologo
|
---|
| 83 | # ADD BSC32 /nologo
|
---|
| 84 | LINK32=link.exe
|
---|
| 85 | # 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 /dll /debug /machine:I386 /pdbtype:sept
|
---|
| 86 | # 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 zdll.lib zziplibd.lib freetype2110_D.lib devil.lib ilu.lib /nologo /dll /debug /machine:I386 /out:"..\lib\Debug/OgreMain_d.dll" /pdbtype:sept /libpath:"..\..\Dependencies\lib\Debug"
|
---|
| 87 | # Begin Special Build Tool
|
---|
| 88 | SOURCE="$(InputPath)"
|
---|
| 89 | PostBuild_Cmds=copy ..\lib\Debug\OgreMain_d.dll ..\..\Samples\Common\bin\Debug copy ..\lib\Debug\OgreMain_d.dll ..\..\Tools\Common\bin\Debug
|
---|
| 90 | # End Special Build Tool
|
---|
| 91 |
|
---|
| 92 | !ENDIF
|
---|
| 93 |
|
---|
| 94 | # Begin Target
|
---|
| 95 |
|
---|
| 96 | # Name "OgreMain - Win32 Release"
|
---|
| 97 | # Name "OgreMain - Win32 Debug"
|
---|
| 98 | # Begin Group "Source Files"
|
---|
| 99 |
|
---|
| 100 | # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
---|
| 101 | # Begin Source File
|
---|
| 102 |
|
---|
| 103 | SOURCE=..\src\OgreAnimation.cpp
|
---|
| 104 | # End Source File
|
---|
| 105 | # Begin Source File
|
---|
| 106 |
|
---|
| 107 | SOURCE=..\src\OgreAnimationState.cpp
|
---|
| 108 | # End Source File
|
---|
| 109 | # Begin Source File
|
---|
| 110 |
|
---|
| 111 | SOURCE=..\src\OgreAnimationTrack.cpp
|
---|
| 112 | # End Source File
|
---|
| 113 | # Begin Source File
|
---|
| 114 |
|
---|
| 115 | SOURCE=..\src\OgreArchiveManager.cpp
|
---|
| 116 | # End Source File
|
---|
| 117 | # Begin Source File
|
---|
| 118 |
|
---|
| 119 | SOURCE=..\src\OgreAutoParamDataSource.cpp
|
---|
| 120 | # End Source File
|
---|
| 121 | # Begin Source File
|
---|
| 122 |
|
---|
| 123 | SOURCE=..\src\OgreAxisAlignedBox.cpp
|
---|
| 124 | # End Source File
|
---|
| 125 | # Begin Source File
|
---|
| 126 |
|
---|
| 127 | SOURCE=..\src\OgreBillboard.cpp
|
---|
| 128 | # End Source File
|
---|
| 129 | # Begin Source File
|
---|
| 130 |
|
---|
| 131 | SOURCE=..\src\OgreBillboardParticleRenderer.cpp
|
---|
| 132 | # End Source File
|
---|
| 133 | # Begin Source File
|
---|
| 134 |
|
---|
| 135 | SOURCE=..\src\OgreBillboardSet.cpp
|
---|
| 136 | # End Source File
|
---|
| 137 | # Begin Source File
|
---|
| 138 |
|
---|
| 139 | SOURCE=..\src\OgreBitwise.cpp
|
---|
| 140 | # End Source File
|
---|
| 141 | # Begin Source File
|
---|
| 142 |
|
---|
| 143 | SOURCE=..\src\OgreBone.cpp
|
---|
| 144 | # End Source File
|
---|
| 145 | # Begin Source File
|
---|
| 146 |
|
---|
| 147 | SOURCE=..\src\OgreBorderPanelOverlayElement.cpp
|
---|
| 148 | # End Source File
|
---|
| 149 | # Begin Source File
|
---|
| 150 |
|
---|
| 151 | SOURCE=..\src\OgreCamera.cpp
|
---|
| 152 | # End Source File
|
---|
| 153 | # Begin Source File
|
---|
| 154 |
|
---|
| 155 | SOURCE=..\src\OgreCodec.cpp
|
---|
| 156 | # End Source File
|
---|
| 157 | # Begin Source File
|
---|
| 158 |
|
---|
| 159 | SOURCE=..\src\OgreColourValue.cpp
|
---|
| 160 | # End Source File
|
---|
| 161 | # Begin Source File
|
---|
| 162 |
|
---|
| 163 | SOURCE=..\src\OgreCommon.cpp
|
---|
| 164 | # End Source File
|
---|
| 165 | # Begin Source File
|
---|
| 166 |
|
---|
| 167 | SOURCE=..\src\OgreConfigFile.cpp
|
---|
| 168 | # End Source File
|
---|
| 169 | # Begin Source File
|
---|
| 170 |
|
---|
| 171 | SOURCE=..\src\OgreConfigOptionMap.cpp
|
---|
| 172 | # End Source File
|
---|
| 173 | # Begin Source File
|
---|
| 174 |
|
---|
| 175 | SOURCE=..\src\OgreController.cpp
|
---|
| 176 | # End Source File
|
---|
| 177 | # Begin Source File
|
---|
| 178 |
|
---|
| 179 | SOURCE=..\src\OgreControllerManager.cpp
|
---|
| 180 | # End Source File
|
---|
| 181 | # Begin Source File
|
---|
| 182 |
|
---|
| 183 | SOURCE=..\src\OgreCursor.cpp
|
---|
| 184 | # End Source File
|
---|
| 185 | # Begin Source File
|
---|
| 186 |
|
---|
| 187 | SOURCE=..\src\OgreDataStream.cpp
|
---|
| 188 | # End Source File
|
---|
| 189 | # Begin Source File
|
---|
| 190 |
|
---|
| 191 | SOURCE=..\src\OgreDefaultHardwareBufferManager.cpp
|
---|
| 192 | # End Source File
|
---|
| 193 | # Begin Source File
|
---|
| 194 |
|
---|
| 195 | SOURCE=..\src\OgreDynLib.cpp
|
---|
| 196 | # End Source File
|
---|
| 197 | # Begin Source File
|
---|
| 198 |
|
---|
| 199 | SOURCE=..\src\OgreDynLibManager.cpp
|
---|
| 200 | # End Source File
|
---|
| 201 | # Begin Source File
|
---|
| 202 |
|
---|
| 203 | SOURCE=..\src\OgreEdgeListBuilder.cpp
|
---|
| 204 | # End Source File
|
---|
| 205 | # Begin Source File
|
---|
| 206 |
|
---|
| 207 | SOURCE=..\src\OgreEntity.cpp
|
---|
| 208 | # End Source File
|
---|
| 209 | # Begin Source File
|
---|
| 210 |
|
---|
| 211 | SOURCE=..\src\OgreEventDispatcher.cpp
|
---|
| 212 | # End Source File
|
---|
| 213 | # Begin Source File
|
---|
| 214 |
|
---|
| 215 | SOURCE=..\src\OgreEventProcessor.cpp
|
---|
| 216 | # End Source File
|
---|
| 217 | # Begin Source File
|
---|
| 218 |
|
---|
| 219 | SOURCE=..\src\OgreEventQueue.cpp
|
---|
| 220 | # End Source File
|
---|
| 221 | # Begin Source File
|
---|
| 222 |
|
---|
| 223 | SOURCE=..\src\OgreException.cpp
|
---|
| 224 | # End Source File
|
---|
| 225 | # Begin Source File
|
---|
| 226 |
|
---|
| 227 | SOURCE=..\src\OgreExternalTextureSource.cpp
|
---|
| 228 | # End Source File
|
---|
| 229 | # Begin Source File
|
---|
| 230 |
|
---|
| 231 | SOURCE=..\src\OgreExternalTextureSourceManager.cpp
|
---|
| 232 | # End Source File
|
---|
| 233 | # Begin Source File
|
---|
| 234 |
|
---|
| 235 | SOURCE=..\src\OgreFileSystem.cpp
|
---|
| 236 | # End Source File
|
---|
| 237 | # Begin Source File
|
---|
| 238 |
|
---|
| 239 | SOURCE=..\src\OgreFont.cpp
|
---|
| 240 | # End Source File
|
---|
| 241 | # Begin Source File
|
---|
| 242 |
|
---|
| 243 | SOURCE=..\src\OgreFontManager.cpp
|
---|
| 244 | # End Source File
|
---|
| 245 | # Begin Source File
|
---|
| 246 |
|
---|
| 247 | SOURCE=..\src\OgreFrustum.cpp
|
---|
| 248 | # End Source File
|
---|
| 249 | # Begin Source File
|
---|
| 250 |
|
---|
| 251 | SOURCE=..\src\OgreGpuProgram.cpp
|
---|
| 252 | # End Source File
|
---|
| 253 | # Begin Source File
|
---|
| 254 |
|
---|
| 255 | SOURCE=..\src\OgreGpuProgramManager.cpp
|
---|
| 256 | # End Source File
|
---|
| 257 | # Begin Source File
|
---|
| 258 |
|
---|
| 259 | SOURCE=..\src\OgreGpuProgramUsage.cpp
|
---|
| 260 | # End Source File
|
---|
| 261 | # Begin Source File
|
---|
| 262 |
|
---|
| 263 | SOURCE=..\src\OgreHardwareBufferManager.cpp
|
---|
| 264 | # End Source File
|
---|
| 265 | # Begin Source File
|
---|
| 266 |
|
---|
| 267 | SOURCE=..\src\OgreHardwareIndexBuffer.cpp
|
---|
| 268 | # End Source File
|
---|
| 269 | # Begin Source File
|
---|
| 270 |
|
---|
| 271 | SOURCE=..\src\OgreHardwareOcclusionQuery.cpp
|
---|
| 272 | # End Source File
|
---|
| 273 | # Begin Source File
|
---|
| 274 |
|
---|
| 275 | SOURCE=..\src\OgreHardwarePixelBuffer.cpp
|
---|
| 276 | # End Source File
|
---|
| 277 | # Begin Source File
|
---|
| 278 |
|
---|
| 279 | SOURCE=..\src\OgreHardwareVertexBuffer.cpp
|
---|
| 280 | # End Source File
|
---|
| 281 | # Begin Source File
|
---|
| 282 |
|
---|
| 283 | SOURCE=..\src\OgreHighLevelGpuProgram.cpp
|
---|
| 284 | # End Source File
|
---|
| 285 | # Begin Source File
|
---|
| 286 |
|
---|
| 287 | SOURCE=..\src\OgreHighLevelGpuProgramManager.cpp
|
---|
| 288 | # End Source File
|
---|
| 289 | # Begin Source File
|
---|
| 290 |
|
---|
| 291 | SOURCE=..\src\OgreILCodecs.cpp
|
---|
| 292 | # End Source File
|
---|
| 293 | # Begin Source File
|
---|
| 294 |
|
---|
| 295 | SOURCE=..\src\OgreILImageCodec.cpp
|
---|
| 296 | # End Source File
|
---|
| 297 | # Begin Source File
|
---|
| 298 |
|
---|
| 299 | SOURCE=..\src\OgreILUtil.cpp
|
---|
| 300 | # End Source File
|
---|
| 301 | # Begin Source File
|
---|
| 302 |
|
---|
| 303 | SOURCE=..\src\OgreImage.cpp
|
---|
| 304 | # End Source File
|
---|
| 305 | # Begin Source File
|
---|
| 306 |
|
---|
| 307 | SOURCE=..\src\OgreImageResampler.h
|
---|
| 308 | # End Source File
|
---|
| 309 | # Begin Source File
|
---|
| 310 |
|
---|
| 311 | SOURCE=..\src\OgreInput.cpp
|
---|
| 312 | # End Source File
|
---|
| 313 | # Begin Source File
|
---|
| 314 |
|
---|
| 315 | SOURCE=..\src\OgreInputEvent.cpp
|
---|
| 316 | # End Source File
|
---|
| 317 | # Begin Source File
|
---|
| 318 |
|
---|
| 319 | SOURCE=..\src\OgreKeyEvent.cpp
|
---|
| 320 | # End Source File
|
---|
| 321 | # Begin Source File
|
---|
| 322 |
|
---|
| 323 | SOURCE=..\src\OgreKeyFrame.cpp
|
---|
| 324 | # End Source File
|
---|
| 325 | # Begin Source File
|
---|
| 326 |
|
---|
| 327 | SOURCE=..\src\OgreKeyTarget.cpp
|
---|
| 328 | # End Source File
|
---|
| 329 | # Begin Source File
|
---|
| 330 |
|
---|
| 331 | SOURCE=..\src\OgreLight.cpp
|
---|
| 332 | # End Source File
|
---|
| 333 | # Begin Source File
|
---|
| 334 |
|
---|
| 335 | SOURCE=..\src\OgreLog.cpp
|
---|
| 336 | # End Source File
|
---|
| 337 | # Begin Source File
|
---|
| 338 |
|
---|
| 339 | SOURCE=..\src\OgreLogManager.cpp
|
---|
| 340 | # End Source File
|
---|
| 341 | # Begin Source File
|
---|
| 342 |
|
---|
| 343 | SOURCE=..\src\OgreMaterial.cpp
|
---|
| 344 | # End Source File
|
---|
| 345 | # Begin Source File
|
---|
| 346 |
|
---|
| 347 | SOURCE=..\src\OgreMaterialManager.cpp
|
---|
| 348 | # End Source File
|
---|
| 349 | # Begin Source File
|
---|
| 350 |
|
---|
| 351 | SOURCE=..\src\OgreMaterialSerializer.cpp
|
---|
| 352 | # End Source File
|
---|
| 353 | # Begin Source File
|
---|
| 354 |
|
---|
| 355 | SOURCE=..\src\OgreMath.cpp
|
---|
| 356 | # End Source File
|
---|
| 357 | # Begin Source File
|
---|
| 358 |
|
---|
| 359 | SOURCE=..\src\OgreMatrix3.cpp
|
---|
| 360 | # End Source File
|
---|
| 361 | # Begin Source File
|
---|
| 362 |
|
---|
| 363 | SOURCE=..\src\OgreMatrix4.cpp
|
---|
| 364 | # End Source File
|
---|
| 365 | # Begin Source File
|
---|
| 366 |
|
---|
| 367 | SOURCE=..\src\OgreMemoryManager.cpp
|
---|
| 368 | # End Source File
|
---|
| 369 | # Begin Source File
|
---|
| 370 |
|
---|
| 371 | SOURCE=..\src\OgreMesh.cpp
|
---|
| 372 | # End Source File
|
---|
| 373 | # Begin Source File
|
---|
| 374 |
|
---|
| 375 | SOURCE=..\src\OgreMeshManager.cpp
|
---|
| 376 | # End Source File
|
---|
| 377 | # Begin Source File
|
---|
| 378 |
|
---|
| 379 | SOURCE=..\src\OgreMeshSerializer.cpp
|
---|
| 380 | # End Source File
|
---|
| 381 | # Begin Source File
|
---|
| 382 |
|
---|
| 383 | SOURCE=..\src\OgreMeshSerializerImpl.cpp
|
---|
| 384 | # End Source File
|
---|
| 385 | # Begin Source File
|
---|
| 386 |
|
---|
| 387 | SOURCE=..\src\OgreMouseEvent.cpp
|
---|
| 388 | # End Source File
|
---|
| 389 | # Begin Source File
|
---|
| 390 |
|
---|
| 391 | SOURCE=..\src\OgreMouseMotionTarget.cpp
|
---|
| 392 | # End Source File
|
---|
| 393 | # Begin Source File
|
---|
| 394 |
|
---|
| 395 | SOURCE=..\src\OgreMouseTarget.cpp
|
---|
| 396 | # End Source File
|
---|
| 397 | # Begin Source File
|
---|
| 398 |
|
---|
| 399 | SOURCE=..\src\OgreMovableObject.cpp
|
---|
| 400 | # End Source File
|
---|
| 401 | # Begin Source File
|
---|
| 402 |
|
---|
| 403 | SOURCE=..\src\OgreMovablePlane.cpp
|
---|
| 404 | # End Source File
|
---|
| 405 | # Begin Source File
|
---|
| 406 |
|
---|
| 407 | SOURCE=..\src\OgreNode.cpp
|
---|
| 408 | # End Source File
|
---|
| 409 | # Begin Source File
|
---|
| 410 |
|
---|
| 411 | SOURCE=..\src\OgreOverlay.cpp
|
---|
| 412 | # End Source File
|
---|
| 413 | # Begin Source File
|
---|
| 414 |
|
---|
| 415 | SOURCE=..\src\OgreOverlayContainer.cpp
|
---|
| 416 | # End Source File
|
---|
| 417 | # Begin Source File
|
---|
| 418 |
|
---|
| 419 | SOURCE=..\src\OgreOverlayElement.cpp
|
---|
| 420 | # End Source File
|
---|
| 421 | # Begin Source File
|
---|
| 422 |
|
---|
| 423 | SOURCE=..\src\OgreOverlayElementCommands.cpp
|
---|
| 424 | # End Source File
|
---|
| 425 | # Begin Source File
|
---|
| 426 |
|
---|
| 427 | SOURCE=..\src\OgreOverlayManager.cpp
|
---|
| 428 | # End Source File
|
---|
| 429 | # Begin Source File
|
---|
| 430 |
|
---|
| 431 | SOURCE=..\src\OgrePanelOverlayElement.cpp
|
---|
| 432 | # End Source File
|
---|
| 433 | # Begin Source File
|
---|
| 434 |
|
---|
| 435 | SOURCE=..\src\OgreParticle.cpp
|
---|
| 436 | # End Source File
|
---|
| 437 | # Begin Source File
|
---|
| 438 |
|
---|
| 439 | SOURCE=..\src\OgreParticleEmitter.cpp
|
---|
| 440 | # End Source File
|
---|
| 441 | # Begin Source File
|
---|
| 442 |
|
---|
| 443 | SOURCE=..\src\OgreParticleEmitterCommands.cpp
|
---|
| 444 | # End Source File
|
---|
| 445 | # Begin Source File
|
---|
| 446 |
|
---|
| 447 | SOURCE=..\src\OgreParticleIterator.cpp
|
---|
| 448 | # End Source File
|
---|
| 449 | # Begin Source File
|
---|
| 450 |
|
---|
| 451 | SOURCE=..\src\OgreParticleSystem.cpp
|
---|
| 452 | # End Source File
|
---|
| 453 | # Begin Source File
|
---|
| 454 |
|
---|
| 455 | SOURCE=..\src\OgreParticleSystemManager.cpp
|
---|
| 456 | # End Source File
|
---|
| 457 | # Begin Source File
|
---|
| 458 |
|
---|
| 459 | SOURCE=..\src\OgrePass.cpp
|
---|
| 460 | # End Source File
|
---|
| 461 | # Begin Source File
|
---|
| 462 |
|
---|
| 463 | SOURCE=..\src\OgrePatchMesh.cpp
|
---|
| 464 | # End Source File
|
---|
| 465 | # Begin Source File
|
---|
| 466 |
|
---|
| 467 | SOURCE=..\src\OgrePatchSurface.cpp
|
---|
| 468 | # End Source File
|
---|
| 469 | # Begin Source File
|
---|
| 470 |
|
---|
| 471 | SOURCE=..\src\OgrePixelConversions.h
|
---|
| 472 | # End Source File
|
---|
| 473 | # Begin Source File
|
---|
| 474 |
|
---|
| 475 | SOURCE=..\src\OgrePixelFormat.cpp
|
---|
| 476 | # End Source File
|
---|
| 477 | # Begin Source File
|
---|
| 478 |
|
---|
| 479 | SOURCE=..\src\OgrePlane.cpp
|
---|
| 480 | # End Source File
|
---|
| 481 | # Begin Source File
|
---|
| 482 |
|
---|
| 483 | SOURCE=..\src\OgrePlatformManager.cpp
|
---|
| 484 | # End Source File
|
---|
| 485 | # Begin Source File
|
---|
| 486 |
|
---|
| 487 | SOURCE=..\src\OgrePrecompiledHeaders.cpp
|
---|
| 488 | # ADD CPP /Yc"OgreStableHeaders.h"
|
---|
| 489 | # End Source File
|
---|
| 490 | # Begin Source File
|
---|
| 491 |
|
---|
| 492 | SOURCE=..\src\OgrePredefinedControllers.cpp
|
---|
| 493 | # End Source File
|
---|
| 494 | # Begin Source File
|
---|
| 495 |
|
---|
| 496 | SOURCE=..\src\OgreProfiler.cpp
|
---|
| 497 | # End Source File
|
---|
| 498 | # Begin Source File
|
---|
| 499 |
|
---|
| 500 | SOURCE=..\src\OgreProgressiveMesh.cpp
|
---|
| 501 | # End Source File
|
---|
| 502 | # Begin Source File
|
---|
| 503 |
|
---|
| 504 | SOURCE=..\src\OgreQuaternion.cpp
|
---|
| 505 | # End Source File
|
---|
| 506 | # Begin Source File
|
---|
| 507 |
|
---|
| 508 | SOURCE=..\src\OgreRectangle2D.cpp
|
---|
| 509 | # End Source File
|
---|
| 510 | # Begin Source File
|
---|
| 511 |
|
---|
| 512 | SOURCE=..\src\OgreRenderQueue.cpp
|
---|
| 513 | # End Source File
|
---|
| 514 | # Begin Source File
|
---|
| 515 |
|
---|
| 516 | SOURCE=..\src\OgreRenderQueueSortingGrouping.cpp
|
---|
| 517 | # End Source File
|
---|
| 518 | # Begin Source File
|
---|
| 519 |
|
---|
| 520 | SOURCE=..\src\OgreRenderSystem.cpp
|
---|
| 521 | # End Source File
|
---|
| 522 | # Begin Source File
|
---|
| 523 |
|
---|
| 524 | SOURCE=..\src\OgreRenderSystemCapabilities.cpp
|
---|
| 525 | # End Source File
|
---|
| 526 | # Begin Source File
|
---|
| 527 |
|
---|
| 528 | SOURCE=..\src\OgreRenderTarget.cpp
|
---|
| 529 | # End Source File
|
---|
| 530 | # Begin Source File
|
---|
| 531 |
|
---|
| 532 | SOURCE=..\src\OgreRenderTexture.cpp
|
---|
| 533 | # End Source File
|
---|
| 534 | # Begin Source File
|
---|
| 535 |
|
---|
| 536 | SOURCE=..\src\OgreRenderWindow.cpp
|
---|
| 537 | # End Source File
|
---|
| 538 | # Begin Source File
|
---|
| 539 |
|
---|
| 540 | SOURCE=..\src\OgreResource.cpp
|
---|
| 541 | # End Source File
|
---|
| 542 | # Begin Source File
|
---|
| 543 |
|
---|
| 544 | SOURCE=..\src\OgreResourceBackgroundQueue.cpp
|
---|
| 545 | # End Source File
|
---|
| 546 | # Begin Source File
|
---|
| 547 |
|
---|
| 548 | SOURCE=..\src\OgreResourceGroupManager.cpp
|
---|
| 549 | # End Source File
|
---|
| 550 | # Begin Source File
|
---|
| 551 |
|
---|
| 552 | SOURCE=..\src\OgreResourceManager.cpp
|
---|
| 553 | # End Source File
|
---|
| 554 | # Begin Source File
|
---|
| 555 |
|
---|
| 556 | SOURCE=..\src\OgreRoot.cpp
|
---|
| 557 | # End Source File
|
---|
| 558 | # Begin Source File
|
---|
| 559 |
|
---|
| 560 | SOURCE=..\src\OgreRotationSpline.cpp
|
---|
| 561 | # End Source File
|
---|
| 562 | # Begin Source File
|
---|
| 563 |
|
---|
| 564 | SOURCE=..\src\OgreSceneManager.cpp
|
---|
| 565 | # End Source File
|
---|
| 566 | # Begin Source File
|
---|
| 567 |
|
---|
| 568 | SOURCE=..\src\OgreSceneManagerEnumerator.cpp
|
---|
| 569 | # End Source File
|
---|
| 570 | # Begin Source File
|
---|
| 571 |
|
---|
| 572 | SOURCE=..\src\OgreSceneNode.cpp
|
---|
| 573 | # End Source File
|
---|
| 574 | # Begin Source File
|
---|
| 575 |
|
---|
| 576 | SOURCE=..\src\OgreSceneQuery.cpp
|
---|
| 577 | # End Source File
|
---|
| 578 | # Begin Source File
|
---|
| 579 |
|
---|
| 580 | SOURCE=..\src\OgreSerializer.cpp
|
---|
| 581 | # End Source File
|
---|
| 582 | # Begin Source File
|
---|
| 583 |
|
---|
| 584 | SOURCE=..\src\OgreShadowCaster.cpp
|
---|
| 585 | # End Source File
|
---|
| 586 | # Begin Source File
|
---|
| 587 |
|
---|
| 588 | SOURCE=..\src\OgreShadowVolumeExtrudeProgram.cpp
|
---|
| 589 | # End Source File
|
---|
| 590 | # Begin Source File
|
---|
| 591 |
|
---|
| 592 | SOURCE=..\src\OgreSimpleRenderable.cpp
|
---|
| 593 | # End Source File
|
---|
| 594 | # Begin Source File
|
---|
| 595 |
|
---|
| 596 | SOURCE=..\src\OgreSimpleSpline.cpp
|
---|
| 597 | # End Source File
|
---|
| 598 | # Begin Source File
|
---|
| 599 |
|
---|
| 600 | SOURCE=..\src\OgreSingleton.cpp
|
---|
| 601 | # End Source File
|
---|
| 602 | # Begin Source File
|
---|
| 603 |
|
---|
| 604 | SOURCE=..\src\OgreSkeleton.cpp
|
---|
| 605 | # End Source File
|
---|
| 606 | # Begin Source File
|
---|
| 607 |
|
---|
| 608 | SOURCE=..\src\OgreSkeletonInstance.cpp
|
---|
| 609 | # End Source File
|
---|
| 610 | # Begin Source File
|
---|
| 611 |
|
---|
| 612 | SOURCE=..\src\OgreSkeletonManager.cpp
|
---|
| 613 | # End Source File
|
---|
| 614 | # Begin Source File
|
---|
| 615 |
|
---|
| 616 | SOURCE=..\src\OgreSkeletonSerializer.cpp
|
---|
| 617 | # End Source File
|
---|
| 618 | # Begin Source File
|
---|
| 619 |
|
---|
| 620 | SOURCE=..\src\OgreStaticGeometry.cpp
|
---|
| 621 | # End Source File
|
---|
| 622 | # Begin Source File
|
---|
| 623 |
|
---|
| 624 | SOURCE=..\src\OgreString.cpp
|
---|
| 625 | # End Source File
|
---|
| 626 | # Begin Source File
|
---|
| 627 |
|
---|
| 628 | SOURCE=..\src\OgreStringConverter.cpp
|
---|
| 629 | # End Source File
|
---|
| 630 | # Begin Source File
|
---|
| 631 |
|
---|
| 632 | SOURCE=..\src\OgreStringInterface.cpp
|
---|
| 633 | # End Source File
|
---|
| 634 | # Begin Source File
|
---|
| 635 |
|
---|
| 636 | SOURCE=..\src\OgreStringVector.cpp
|
---|
| 637 | # End Source File
|
---|
| 638 | # Begin Source File
|
---|
| 639 |
|
---|
| 640 | SOURCE=..\src\OgreSubEntity.cpp
|
---|
| 641 | # End Source File
|
---|
| 642 | # Begin Source File
|
---|
| 643 |
|
---|
| 644 | SOURCE=..\src\OgreSubMesh.cpp
|
---|
| 645 | # End Source File
|
---|
| 646 | # Begin Source File
|
---|
| 647 |
|
---|
| 648 | SOURCE=..\src\OgreTagPoint.cpp
|
---|
| 649 | # End Source File
|
---|
| 650 | # Begin Source File
|
---|
| 651 |
|
---|
| 652 | SOURCE=..\src\OgreTechnique.cpp
|
---|
| 653 | # End Source File
|
---|
| 654 | # Begin Source File
|
---|
| 655 |
|
---|
| 656 | SOURCE=..\src\OgreTextAreaOverlayElement.cpp
|
---|
| 657 | # End Source File
|
---|
| 658 | # Begin Source File
|
---|
| 659 |
|
---|
| 660 | SOURCE=..\src\OgreTexture.cpp
|
---|
| 661 | # End Source File
|
---|
| 662 | # Begin Source File
|
---|
| 663 |
|
---|
| 664 | SOURCE=..\src\OgreTextureManager.cpp
|
---|
| 665 | # End Source File
|
---|
| 666 | # Begin Source File
|
---|
| 667 |
|
---|
| 668 | SOURCE=..\src\OgreTextureUnitState.cpp
|
---|
| 669 | # End Source File
|
---|
| 670 | # Begin Source File
|
---|
| 671 |
|
---|
| 672 | SOURCE=..\src\OgreTimer.cpp
|
---|
| 673 | # End Source File
|
---|
| 674 | # Begin Source File
|
---|
| 675 |
|
---|
| 676 | SOURCE=..\src\OgreUserDefinedObject.cpp
|
---|
| 677 | # End Source File
|
---|
| 678 | # Begin Source File
|
---|
| 679 |
|
---|
| 680 | SOURCE=..\src\OgreVector2.cpp
|
---|
| 681 | # End Source File
|
---|
| 682 | # Begin Source File
|
---|
| 683 |
|
---|
| 684 | SOURCE=..\src\OgreVector3.cpp
|
---|
| 685 | # End Source File
|
---|
| 686 | # Begin Source File
|
---|
| 687 |
|
---|
| 688 | SOURCE=..\src\OgreVertexIndexData.cpp
|
---|
| 689 | # End Source File
|
---|
| 690 | # Begin Source File
|
---|
| 691 |
|
---|
| 692 | SOURCE=..\src\OgreViewport.cpp
|
---|
| 693 | # End Source File
|
---|
| 694 | # Begin Source File
|
---|
| 695 |
|
---|
| 696 | SOURCE=..\src\OgreWireBoundingBox.cpp
|
---|
| 697 | # End Source File
|
---|
| 698 | # Begin Source File
|
---|
| 699 |
|
---|
| 700 | SOURCE=..\src\OgreZip.cpp
|
---|
| 701 | # End Source File
|
---|
| 702 | # End Group
|
---|
| 703 | # Begin Group "Header Files"
|
---|
| 704 |
|
---|
| 705 | # PROP Default_Filter "h;hpp;hxx;hm;inl"
|
---|
| 706 | # Begin Source File
|
---|
| 707 |
|
---|
| 708 | SOURCE=..\include\asm_math.h
|
---|
| 709 | # End Source File
|
---|
| 710 | # Begin Source File
|
---|
| 711 |
|
---|
| 712 | SOURCE=..\include\Ogre.h
|
---|
| 713 | # End Source File
|
---|
| 714 | # Begin Source File
|
---|
| 715 |
|
---|
| 716 | SOURCE=..\include\OgreAnimation.h
|
---|
| 717 | # End Source File
|
---|
| 718 | # Begin Source File
|
---|
| 719 |
|
---|
| 720 | SOURCE=..\include\OgreAnimationState.h
|
---|
| 721 | # End Source File
|
---|
| 722 | # Begin Source File
|
---|
| 723 |
|
---|
| 724 | SOURCE=..\include\OgreAnimationTrack.h
|
---|
| 725 | # End Source File
|
---|
| 726 | # Begin Source File
|
---|
| 727 |
|
---|
| 728 | SOURCE=..\include\OgreArchive.h
|
---|
| 729 | # End Source File
|
---|
| 730 | # Begin Source File
|
---|
| 731 |
|
---|
| 732 | SOURCE=..\include\OgreArchiveFactory.h
|
---|
| 733 | # End Source File
|
---|
| 734 | # Begin Source File
|
---|
| 735 |
|
---|
| 736 | SOURCE=..\include\OgreArchiveManager.h
|
---|
| 737 | # End Source File
|
---|
| 738 | # Begin Source File
|
---|
| 739 |
|
---|
| 740 | SOURCE=..\include\OgreAutoParamDataSource.h
|
---|
| 741 | # End Source File
|
---|
| 742 | # Begin Source File
|
---|
| 743 |
|
---|
| 744 | SOURCE=..\include\OgreAxisAlignedBox.h
|
---|
| 745 | # End Source File
|
---|
| 746 | # Begin Source File
|
---|
| 747 |
|
---|
| 748 | SOURCE=..\include\OgreBillboard.h
|
---|
| 749 | # End Source File
|
---|
| 750 | # Begin Source File
|
---|
| 751 |
|
---|
| 752 | SOURCE=..\include\OgreBillboardParticleRenderer.h
|
---|
| 753 | # End Source File
|
---|
| 754 | # Begin Source File
|
---|
| 755 |
|
---|
| 756 | SOURCE=..\include\OgreBillboardSet.h
|
---|
| 757 | # End Source File
|
---|
| 758 | # Begin Source File
|
---|
| 759 |
|
---|
| 760 | SOURCE=..\include\OgreBitwise.h
|
---|
| 761 | # End Source File
|
---|
| 762 | # Begin Source File
|
---|
| 763 |
|
---|
| 764 | SOURCE=..\include\OgreBlendMode.h
|
---|
| 765 | # End Source File
|
---|
| 766 | # Begin Source File
|
---|
| 767 |
|
---|
| 768 | SOURCE=..\include\OgreBone.h
|
---|
| 769 | # End Source File
|
---|
| 770 | # Begin Source File
|
---|
| 771 |
|
---|
| 772 | SOURCE=..\include\OgreBorderPanelOverlayElement.h
|
---|
| 773 | # End Source File
|
---|
| 774 | # Begin Source File
|
---|
| 775 |
|
---|
| 776 | SOURCE=..\include\OgreCamera.h
|
---|
| 777 | # End Source File
|
---|
| 778 | # Begin Source File
|
---|
| 779 |
|
---|
| 780 | SOURCE=..\include\OgreCodec.h
|
---|
| 781 | # End Source File
|
---|
| 782 | # Begin Source File
|
---|
| 783 |
|
---|
| 784 | SOURCE=..\include\OgreColourValue.h
|
---|
| 785 | # End Source File
|
---|
| 786 | # Begin Source File
|
---|
| 787 |
|
---|
| 788 | SOURCE=..\include\OgreCommon.h
|
---|
| 789 | # End Source File
|
---|
| 790 | # Begin Source File
|
---|
| 791 |
|
---|
| 792 | SOURCE=..\include\OgreConfig.h
|
---|
| 793 | # End Source File
|
---|
| 794 | # Begin Source File
|
---|
| 795 |
|
---|
| 796 | SOURCE=..\include\OgreConfigDialog.h
|
---|
| 797 | # End Source File
|
---|
| 798 | # Begin Source File
|
---|
| 799 |
|
---|
| 800 | SOURCE=..\include\OgreConfigFile.h
|
---|
| 801 | # End Source File
|
---|
| 802 | # Begin Source File
|
---|
| 803 |
|
---|
| 804 | SOURCE=..\include\OgreConfigOptionMap.h
|
---|
| 805 | # End Source File
|
---|
| 806 | # Begin Source File
|
---|
| 807 |
|
---|
| 808 | SOURCE=..\include\OgreController.h
|
---|
| 809 | # End Source File
|
---|
| 810 | # Begin Source File
|
---|
| 811 |
|
---|
| 812 | SOURCE=..\include\OgreControllerManager.h
|
---|
| 813 | # End Source File
|
---|
| 814 | # Begin Source File
|
---|
| 815 |
|
---|
| 816 | SOURCE=..\include\OgreCursor.h
|
---|
| 817 | # End Source File
|
---|
| 818 | # Begin Source File
|
---|
| 819 |
|
---|
| 820 | SOURCE=..\include\OgreDataStream.h
|
---|
| 821 | # End Source File
|
---|
| 822 | # Begin Source File
|
---|
| 823 |
|
---|
| 824 | SOURCE=..\include\OgreDefaultHardwareBufferManager.h
|
---|
| 825 | # End Source File
|
---|
| 826 | # Begin Source File
|
---|
| 827 |
|
---|
| 828 | SOURCE=..\include\OgreDynLib.h
|
---|
| 829 | # End Source File
|
---|
| 830 | # Begin Source File
|
---|
| 831 |
|
---|
| 832 | SOURCE=..\include\OgreDynLibManager.h
|
---|
| 833 | # End Source File
|
---|
| 834 | # Begin Source File
|
---|
| 835 |
|
---|
| 836 | SOURCE=..\include\OgreEdgeListBuilder.h
|
---|
| 837 | # End Source File
|
---|
| 838 | # Begin Source File
|
---|
| 839 |
|
---|
| 840 | SOURCE=..\include\OgreEntity.h
|
---|
| 841 | # End Source File
|
---|
| 842 | # Begin Source File
|
---|
| 843 |
|
---|
| 844 | SOURCE=..\include\OgreErrorDialog.h
|
---|
| 845 | # End Source File
|
---|
| 846 | # Begin Source File
|
---|
| 847 |
|
---|
| 848 | SOURCE=..\include\OgreEventDispatcher.h
|
---|
| 849 | # End Source File
|
---|
| 850 | # Begin Source File
|
---|
| 851 |
|
---|
| 852 | SOURCE=..\include\OgreEventListeners.h
|
---|
| 853 | # End Source File
|
---|
| 854 | # Begin Source File
|
---|
| 855 |
|
---|
| 856 | SOURCE=..\include\OgreEventProcessor.h
|
---|
| 857 | # End Source File
|
---|
| 858 | # Begin Source File
|
---|
| 859 |
|
---|
| 860 | SOURCE=..\include\OgreEventQueue.h
|
---|
| 861 | # End Source File
|
---|
| 862 | # Begin Source File
|
---|
| 863 |
|
---|
| 864 | SOURCE=..\include\OgreEventTarget.h
|
---|
| 865 | # End Source File
|
---|
| 866 | # Begin Source File
|
---|
| 867 |
|
---|
| 868 | SOURCE=..\include\OgreException.h
|
---|
| 869 | # End Source File
|
---|
| 870 | # Begin Source File
|
---|
| 871 |
|
---|
| 872 | SOURCE=..\include\OgreExternalTextureSource.h
|
---|
| 873 | # End Source File
|
---|
| 874 | # Begin Source File
|
---|
| 875 |
|
---|
| 876 | SOURCE=..\include\OgreExternalTextureSourceManager.h
|
---|
| 877 | # End Source File
|
---|
| 878 | # Begin Source File
|
---|
| 879 |
|
---|
| 880 | SOURCE=..\include\OgreFactoryObj.h
|
---|
| 881 | # End Source File
|
---|
| 882 | # Begin Source File
|
---|
| 883 |
|
---|
| 884 | SOURCE=..\include\OgreFileSystem.h
|
---|
| 885 | # End Source File
|
---|
| 886 | # Begin Source File
|
---|
| 887 |
|
---|
| 888 | SOURCE=..\include\OgreFont.h
|
---|
| 889 | # End Source File
|
---|
| 890 | # Begin Source File
|
---|
| 891 |
|
---|
| 892 | SOURCE=..\include\OgreFontManager.h
|
---|
| 893 | # End Source File
|
---|
| 894 | # Begin Source File
|
---|
| 895 |
|
---|
| 896 | SOURCE=..\include\OgreFrameListener.h
|
---|
| 897 | # End Source File
|
---|
| 898 | # Begin Source File
|
---|
| 899 |
|
---|
| 900 | SOURCE=..\include\OgreFrustum.h
|
---|
| 901 | # End Source File
|
---|
| 902 | # Begin Source File
|
---|
| 903 |
|
---|
| 904 | SOURCE=..\include\OgreGpuProgram.h
|
---|
| 905 | # End Source File
|
---|
| 906 | # Begin Source File
|
---|
| 907 |
|
---|
| 908 | SOURCE=..\include\OgreGpuProgramManager.h
|
---|
| 909 | # End Source File
|
---|
| 910 | # Begin Source File
|
---|
| 911 |
|
---|
| 912 | SOURCE=..\include\OgreGpuProgramUsage.h
|
---|
| 913 | # End Source File
|
---|
| 914 | # Begin Source File
|
---|
| 915 |
|
---|
| 916 | SOURCE=..\include\OgreHardwareBuffer.h
|
---|
| 917 | # End Source File
|
---|
| 918 | # Begin Source File
|
---|
| 919 |
|
---|
| 920 | SOURCE=..\include\OgreHardwareBufferManager.h
|
---|
| 921 | # End Source File
|
---|
| 922 | # Begin Source File
|
---|
| 923 |
|
---|
| 924 | SOURCE=..\include\OgreHardwareIndexBuffer.h
|
---|
| 925 | # End Source File
|
---|
| 926 | # Begin Source File
|
---|
| 927 |
|
---|
| 928 | SOURCE=..\include\OgreHardwareOcclusionQuery.h
|
---|
| 929 | # End Source File
|
---|
| 930 | # Begin Source File
|
---|
| 931 |
|
---|
| 932 | SOURCE=..\include\OgreHardwarePixelBuffer.h
|
---|
| 933 | # End Source File
|
---|
| 934 | # Begin Source File
|
---|
| 935 |
|
---|
| 936 | SOURCE=..\include\OgreHardwareVertexBuffer.h
|
---|
| 937 | # End Source File
|
---|
| 938 | # Begin Source File
|
---|
| 939 |
|
---|
| 940 | SOURCE=..\include\OgreHighLevelGpuProgram.h
|
---|
| 941 | # End Source File
|
---|
| 942 | # Begin Source File
|
---|
| 943 |
|
---|
| 944 | SOURCE=..\include\OgreHighLevelGpuProgramManager.h
|
---|
| 945 | # End Source File
|
---|
| 946 | # Begin Source File
|
---|
| 947 |
|
---|
| 948 | SOURCE=..\include\OgreILCodecs.h
|
---|
| 949 | # End Source File
|
---|
| 950 | # Begin Source File
|
---|
| 951 |
|
---|
| 952 | SOURCE=..\include\OgreILImageCodec.h
|
---|
| 953 | # End Source File
|
---|
| 954 | # Begin Source File
|
---|
| 955 |
|
---|
| 956 | SOURCE=..\include\OgreILUtil.h
|
---|
| 957 | # End Source File
|
---|
| 958 | # Begin Source File
|
---|
| 959 |
|
---|
| 960 | SOURCE=..\include\OgreImage.h
|
---|
| 961 | # End Source File
|
---|
| 962 | # Begin Source File
|
---|
| 963 |
|
---|
| 964 | SOURCE=..\include\OgreImageCodec.h
|
---|
| 965 | # End Source File
|
---|
| 966 | # Begin Source File
|
---|
| 967 |
|
---|
| 968 | SOURCE=..\include\OgreInput.h
|
---|
| 969 | # End Source File
|
---|
| 970 | # Begin Source File
|
---|
| 971 |
|
---|
| 972 | SOURCE=..\include\OgreInputEvent.h
|
---|
| 973 | # End Source File
|
---|
| 974 | # Begin Source File
|
---|
| 975 |
|
---|
| 976 | SOURCE=..\include\OgreIteratorWrappers.h
|
---|
| 977 | # End Source File
|
---|
| 978 | # Begin Source File
|
---|
| 979 |
|
---|
| 980 | SOURCE=..\include\OgreKeyEvent.h
|
---|
| 981 | # End Source File
|
---|
| 982 | # Begin Source File
|
---|
| 983 |
|
---|
| 984 | SOURCE=..\include\OgreKeyFrame.h
|
---|
| 985 | # End Source File
|
---|
| 986 | # Begin Source File
|
---|
| 987 |
|
---|
| 988 | SOURCE=..\include\OgreKeyTarget.h
|
---|
| 989 | # End Source File
|
---|
| 990 | # Begin Source File
|
---|
| 991 |
|
---|
| 992 | SOURCE=..\include\OgreLight.h
|
---|
| 993 | # End Source File
|
---|
| 994 | # Begin Source File
|
---|
| 995 |
|
---|
| 996 | SOURCE=..\include\OgreLog.h
|
---|
| 997 | # End Source File
|
---|
| 998 | # Begin Source File
|
---|
| 999 |
|
---|
| 1000 | SOURCE=..\include\OgreLogManager.h
|
---|
| 1001 | # End Source File
|
---|
| 1002 | # Begin Source File
|
---|
| 1003 |
|
---|
| 1004 | SOURCE=..\include\OgreMaterial.h
|
---|
| 1005 | # End Source File
|
---|
| 1006 | # Begin Source File
|
---|
| 1007 |
|
---|
| 1008 | SOURCE=..\include\OgreMaterialManager.h
|
---|
| 1009 | # End Source File
|
---|
| 1010 | # Begin Source File
|
---|
| 1011 |
|
---|
| 1012 | SOURCE=..\include\OgreMaterialSerializer.h
|
---|
| 1013 | # End Source File
|
---|
| 1014 | # Begin Source File
|
---|
| 1015 |
|
---|
| 1016 | SOURCE=..\include\OgreMath.h
|
---|
| 1017 | # End Source File
|
---|
| 1018 | # Begin Source File
|
---|
| 1019 |
|
---|
| 1020 | SOURCE=..\include\OgreMatrix3.h
|
---|
| 1021 | # End Source File
|
---|
| 1022 | # Begin Source File
|
---|
| 1023 |
|
---|
| 1024 | SOURCE=..\include\OgreMatrix4.h
|
---|
| 1025 | # End Source File
|
---|
| 1026 | # Begin Source File
|
---|
| 1027 |
|
---|
| 1028 | SOURCE=..\include\OgreMemoryMacros.h
|
---|
| 1029 | # End Source File
|
---|
| 1030 | # Begin Source File
|
---|
| 1031 |
|
---|
| 1032 | SOURCE=..\include\OgreMemoryManager.h
|
---|
| 1033 | # End Source File
|
---|
| 1034 | # Begin Source File
|
---|
| 1035 |
|
---|
| 1036 | SOURCE=..\include\OgreMesh.h
|
---|
| 1037 | # End Source File
|
---|
| 1038 | # Begin Source File
|
---|
| 1039 |
|
---|
| 1040 | SOURCE=..\include\OgreMeshFileFormat.h
|
---|
| 1041 | # End Source File
|
---|
| 1042 | # Begin Source File
|
---|
| 1043 |
|
---|
| 1044 | SOURCE=..\include\OgreMeshManager.h
|
---|
| 1045 | # End Source File
|
---|
| 1046 | # Begin Source File
|
---|
| 1047 |
|
---|
| 1048 | SOURCE=..\include\OgreMeshSerializer.h
|
---|
| 1049 | # End Source File
|
---|
| 1050 | # Begin Source File
|
---|
| 1051 |
|
---|
| 1052 | SOURCE=..\include\OgreMeshSerializerImpl.h
|
---|
| 1053 | # End Source File
|
---|
| 1054 | # Begin Source File
|
---|
| 1055 |
|
---|
| 1056 | SOURCE=..\include\OgreMouseEvent.h
|
---|
| 1057 | # End Source File
|
---|
| 1058 | # Begin Source File
|
---|
| 1059 |
|
---|
| 1060 | SOURCE=..\include\OgreMouseMotionTarget.h
|
---|
| 1061 | # End Source File
|
---|
| 1062 | # Begin Source File
|
---|
| 1063 |
|
---|
| 1064 | SOURCE=..\include\OgreMouseTarget.h
|
---|
| 1065 | # End Source File
|
---|
| 1066 | # Begin Source File
|
---|
| 1067 |
|
---|
| 1068 | SOURCE=..\include\OgreMovableObject.h
|
---|
| 1069 | # End Source File
|
---|
| 1070 | # Begin Source File
|
---|
| 1071 |
|
---|
| 1072 | SOURCE=..\include\OgreMovablePlane.h
|
---|
| 1073 | # End Source File
|
---|
| 1074 | # Begin Source File
|
---|
| 1075 |
|
---|
| 1076 | SOURCE=..\include\OgreNode.h
|
---|
| 1077 | # End Source File
|
---|
| 1078 | # Begin Source File
|
---|
| 1079 |
|
---|
| 1080 | SOURCE=..\include\OgreNoMemoryMacros.h
|
---|
| 1081 | # End Source File
|
---|
| 1082 | # Begin Source File
|
---|
| 1083 |
|
---|
| 1084 | SOURCE=..\include\OgreOverlay.h
|
---|
| 1085 | # End Source File
|
---|
| 1086 | # Begin Source File
|
---|
| 1087 |
|
---|
| 1088 | SOURCE=..\include\OgreOverlayContainer.h
|
---|
| 1089 | # End Source File
|
---|
| 1090 | # Begin Source File
|
---|
| 1091 |
|
---|
| 1092 | SOURCE=..\include\OgreOverlayElement.h
|
---|
| 1093 | # End Source File
|
---|
| 1094 | # Begin Source File
|
---|
| 1095 |
|
---|
| 1096 | SOURCE=..\include\OgreOverlayElementCommands.h
|
---|
| 1097 | # End Source File
|
---|
| 1098 | # Begin Source File
|
---|
| 1099 |
|
---|
| 1100 | SOURCE=..\include\OgreOverlayElementFactory.h
|
---|
| 1101 | # End Source File
|
---|
| 1102 | # Begin Source File
|
---|
| 1103 |
|
---|
| 1104 | SOURCE=..\include\OgreOverlayManager.h
|
---|
| 1105 | # End Source File
|
---|
| 1106 | # Begin Source File
|
---|
| 1107 |
|
---|
| 1108 | SOURCE=..\include\OgrePanelOverlayElement.h
|
---|
| 1109 | # End Source File
|
---|
| 1110 | # Begin Source File
|
---|
| 1111 |
|
---|
| 1112 | SOURCE=..\include\OgreParticle.h
|
---|
| 1113 | # End Source File
|
---|
| 1114 | # Begin Source File
|
---|
| 1115 |
|
---|
| 1116 | SOURCE=..\include\OgreParticleAffector.h
|
---|
| 1117 | # End Source File
|
---|
| 1118 | # Begin Source File
|
---|
| 1119 |
|
---|
| 1120 | SOURCE=..\include\OgreParticleAffectorFactory.h
|
---|
| 1121 | # End Source File
|
---|
| 1122 | # Begin Source File
|
---|
| 1123 |
|
---|
| 1124 | SOURCE=..\include\OgreParticleEmitter.h
|
---|
| 1125 | # End Source File
|
---|
| 1126 | # Begin Source File
|
---|
| 1127 |
|
---|
| 1128 | SOURCE=..\include\OgreParticleEmitterCommands.h
|
---|
| 1129 | # End Source File
|
---|
| 1130 | # Begin Source File
|
---|
| 1131 |
|
---|
| 1132 | SOURCE=..\include\OgreParticleEmitterFactory.h
|
---|
| 1133 | # End Source File
|
---|
| 1134 | # Begin Source File
|
---|
| 1135 |
|
---|
| 1136 | SOURCE=..\include\OgreParticleIterator.h
|
---|
| 1137 | # End Source File
|
---|
| 1138 | # Begin Source File
|
---|
| 1139 |
|
---|
| 1140 | SOURCE=..\include\OgreParticleSystem.h
|
---|
| 1141 | # End Source File
|
---|
| 1142 | # Begin Source File
|
---|
| 1143 |
|
---|
| 1144 | SOURCE=..\include\OgreParticleSystemManager.h
|
---|
| 1145 | # End Source File
|
---|
| 1146 | # Begin Source File
|
---|
| 1147 |
|
---|
| 1148 | SOURCE=..\include\OgreParticleSystemRenderer.h
|
---|
| 1149 | # End Source File
|
---|
| 1150 | # Begin Source File
|
---|
| 1151 |
|
---|
| 1152 | SOURCE=..\include\OgrePass.h
|
---|
| 1153 | # End Source File
|
---|
| 1154 | # Begin Source File
|
---|
| 1155 |
|
---|
| 1156 | SOURCE=..\include\OgrePatchMesh.h
|
---|
| 1157 | # End Source File
|
---|
| 1158 | # Begin Source File
|
---|
| 1159 |
|
---|
| 1160 | SOURCE=..\include\OgrePatchSurface.h
|
---|
| 1161 | # End Source File
|
---|
| 1162 | # Begin Source File
|
---|
| 1163 |
|
---|
| 1164 | SOURCE=..\include\OgrePixelFormat.h
|
---|
| 1165 | # End Source File
|
---|
| 1166 | # Begin Source File
|
---|
| 1167 |
|
---|
| 1168 | SOURCE=..\include\OgrePlane.h
|
---|
| 1169 | # End Source File
|
---|
| 1170 | # Begin Source File
|
---|
| 1171 |
|
---|
| 1172 | SOURCE=..\include\OgrePlaneBoundedVolume.h
|
---|
| 1173 | # End Source File
|
---|
| 1174 | # Begin Source File
|
---|
| 1175 |
|
---|
| 1176 | SOURCE=..\include\OgrePlatform.h
|
---|
| 1177 | # End Source File
|
---|
| 1178 | # Begin Source File
|
---|
| 1179 |
|
---|
| 1180 | SOURCE=..\include\OgrePlatformManager.h
|
---|
| 1181 | # End Source File
|
---|
| 1182 | # Begin Source File
|
---|
| 1183 |
|
---|
| 1184 | SOURCE=..\include\OgrePositionTarget.h
|
---|
| 1185 | # End Source File
|
---|
| 1186 | # Begin Source File
|
---|
| 1187 |
|
---|
| 1188 | SOURCE=..\include\OgrePredefinedControllers.h
|
---|
| 1189 | # End Source File
|
---|
| 1190 | # Begin Source File
|
---|
| 1191 |
|
---|
| 1192 | SOURCE=..\include\OgrePrerequisites.h
|
---|
| 1193 | # End Source File
|
---|
| 1194 | # Begin Source File
|
---|
| 1195 |
|
---|
| 1196 | SOURCE=..\include\OgreProfiler.h
|
---|
| 1197 | # End Source File
|
---|
| 1198 | # Begin Source File
|
---|
| 1199 |
|
---|
| 1200 | SOURCE=..\include\OgreProgressiveMesh.h
|
---|
| 1201 | # End Source File
|
---|
| 1202 | # Begin Source File
|
---|
| 1203 |
|
---|
| 1204 | SOURCE=..\include\OgreQuaternion.h
|
---|
| 1205 | # End Source File
|
---|
| 1206 | # Begin Source File
|
---|
| 1207 |
|
---|
| 1208 | SOURCE=..\include\OgreRay.h
|
---|
| 1209 | # End Source File
|
---|
| 1210 | # Begin Source File
|
---|
| 1211 |
|
---|
| 1212 | SOURCE=..\include\OgreRectangle.h
|
---|
| 1213 | # End Source File
|
---|
| 1214 | # Begin Source File
|
---|
| 1215 |
|
---|
| 1216 | SOURCE=..\include\OgreRectangle2D.h
|
---|
| 1217 | # End Source File
|
---|
| 1218 | # Begin Source File
|
---|
| 1219 |
|
---|
| 1220 | SOURCE=..\include\OgreRenderable.h
|
---|
| 1221 | # End Source File
|
---|
| 1222 | # Begin Source File
|
---|
| 1223 |
|
---|
| 1224 | SOURCE=..\include\OgreRenderOperation.h
|
---|
| 1225 | # End Source File
|
---|
| 1226 | # Begin Source File
|
---|
| 1227 |
|
---|
| 1228 | SOURCE=..\include\OgreRenderQueue.h
|
---|
| 1229 | # End Source File
|
---|
| 1230 | # Begin Source File
|
---|
| 1231 |
|
---|
| 1232 | SOURCE=..\include\OgreRenderQueueListener.h
|
---|
| 1233 | # End Source File
|
---|
| 1234 | # Begin Source File
|
---|
| 1235 |
|
---|
| 1236 | SOURCE=..\include\OgreRenderQueueSortingGrouping.h
|
---|
| 1237 | # End Source File
|
---|
| 1238 | # Begin Source File
|
---|
| 1239 |
|
---|
| 1240 | SOURCE=..\include\OgreRenderSystem.h
|
---|
| 1241 | # End Source File
|
---|
| 1242 | # Begin Source File
|
---|
| 1243 |
|
---|
| 1244 | SOURCE=..\include\OgreRenderSystemCapabilities.h
|
---|
| 1245 | # End Source File
|
---|
| 1246 | # Begin Source File
|
---|
| 1247 |
|
---|
| 1248 | SOURCE=..\include\OgreRenderTarget.h
|
---|
| 1249 | # End Source File
|
---|
| 1250 | # Begin Source File
|
---|
| 1251 |
|
---|
| 1252 | SOURCE=..\include\OgreRenderTargetListener.h
|
---|
| 1253 | # End Source File
|
---|
| 1254 | # Begin Source File
|
---|
| 1255 |
|
---|
| 1256 | SOURCE=..\include\OgreRenderTargetTexture.h
|
---|
| 1257 | # End Source File
|
---|
| 1258 | # Begin Source File
|
---|
| 1259 |
|
---|
| 1260 | SOURCE=..\include\OgreRenderTexture.h
|
---|
| 1261 | # End Source File
|
---|
| 1262 | # Begin Source File
|
---|
| 1263 |
|
---|
| 1264 | SOURCE=..\include\OgreRenderWindow.h
|
---|
| 1265 | # End Source File
|
---|
| 1266 | # Begin Source File
|
---|
| 1267 |
|
---|
| 1268 | SOURCE=..\include\OgreResource.h
|
---|
| 1269 | # End Source File
|
---|
| 1270 | # Begin Source File
|
---|
| 1271 |
|
---|
| 1272 | SOURCE=..\include\OgreResourceBackgroundQueue.h
|
---|
| 1273 | # End Source File
|
---|
| 1274 | # Begin Source File
|
---|
| 1275 |
|
---|
| 1276 | SOURCE=..\include\OgreResourceGroupManager.h
|
---|
| 1277 | # End Source File
|
---|
| 1278 | # Begin Source File
|
---|
| 1279 |
|
---|
| 1280 | SOURCE=..\include\OgreResourceManager.h
|
---|
| 1281 | # End Source File
|
---|
| 1282 | # Begin Source File
|
---|
| 1283 |
|
---|
| 1284 | SOURCE=..\include\OgreRoot.h
|
---|
| 1285 | # End Source File
|
---|
| 1286 | # Begin Source File
|
---|
| 1287 |
|
---|
| 1288 | SOURCE=..\include\OgreRotationalSpline.h
|
---|
| 1289 | # End Source File
|
---|
| 1290 | # Begin Source File
|
---|
| 1291 |
|
---|
| 1292 | SOURCE=..\include\OgreSceneManager.h
|
---|
| 1293 | # End Source File
|
---|
| 1294 | # Begin Source File
|
---|
| 1295 |
|
---|
| 1296 | SOURCE=..\include\OgreSceneManagerEnumerator.h
|
---|
| 1297 | # End Source File
|
---|
| 1298 | # Begin Source File
|
---|
| 1299 |
|
---|
| 1300 | SOURCE=..\include\OgreSceneNode.h
|
---|
| 1301 | # End Source File
|
---|
| 1302 | # Begin Source File
|
---|
| 1303 |
|
---|
| 1304 | SOURCE=..\include\OgreSceneQuery.h
|
---|
| 1305 | # End Source File
|
---|
| 1306 | # Begin Source File
|
---|
| 1307 |
|
---|
| 1308 | SOURCE=..\include\OgreScriptLoader.h
|
---|
| 1309 | # End Source File
|
---|
| 1310 | # Begin Source File
|
---|
| 1311 |
|
---|
| 1312 | SOURCE=..\include\OgreSearchOps.h
|
---|
| 1313 | # End Source File
|
---|
| 1314 | # Begin Source File
|
---|
| 1315 |
|
---|
| 1316 | SOURCE=..\include\OgreSerializer.h
|
---|
| 1317 | # End Source File
|
---|
| 1318 | # Begin Source File
|
---|
| 1319 |
|
---|
| 1320 | SOURCE=..\include\OgreShadowCaster.h
|
---|
| 1321 | # End Source File
|
---|
| 1322 | # Begin Source File
|
---|
| 1323 |
|
---|
| 1324 | SOURCE=..\include\OgreShadowVolumeExtrudeProgram.h
|
---|
| 1325 | # End Source File
|
---|
| 1326 | # Begin Source File
|
---|
| 1327 |
|
---|
| 1328 | SOURCE=..\include\OgreSharedPtr.h
|
---|
| 1329 | # End Source File
|
---|
| 1330 | # Begin Source File
|
---|
| 1331 |
|
---|
| 1332 | SOURCE=..\include\OgreSimpleRenderable.h
|
---|
| 1333 | # End Source File
|
---|
| 1334 | # Begin Source File
|
---|
| 1335 |
|
---|
| 1336 | SOURCE=..\include\OgreSimpleSpline.h
|
---|
| 1337 | # End Source File
|
---|
| 1338 | # Begin Source File
|
---|
| 1339 |
|
---|
| 1340 | SOURCE=..\include\OgreSingleton.h
|
---|
| 1341 | # End Source File
|
---|
| 1342 | # Begin Source File
|
---|
| 1343 |
|
---|
| 1344 | SOURCE=..\include\OgreSkeleton.h
|
---|
| 1345 | # End Source File
|
---|
| 1346 | # Begin Source File
|
---|
| 1347 |
|
---|
| 1348 | SOURCE=..\include\OgreSkeletonFileFormat.h
|
---|
| 1349 | # End Source File
|
---|
| 1350 | # Begin Source File
|
---|
| 1351 |
|
---|
| 1352 | SOURCE=..\include\OgreSkeletonInstance.h
|
---|
| 1353 | # End Source File
|
---|
| 1354 | # Begin Source File
|
---|
| 1355 |
|
---|
| 1356 | SOURCE=..\include\OgreSkeletonManager.h
|
---|
| 1357 | # End Source File
|
---|
| 1358 | # Begin Source File
|
---|
| 1359 |
|
---|
| 1360 | SOURCE=..\include\OgreSkeletonSerializer.h
|
---|
| 1361 | # End Source File
|
---|
| 1362 | # Begin Source File
|
---|
| 1363 |
|
---|
| 1364 | SOURCE=..\include\OgreSphere.h
|
---|
| 1365 | # End Source File
|
---|
| 1366 | # Begin Source File
|
---|
| 1367 |
|
---|
| 1368 | SOURCE=..\include\OgreSpotShadowFadePng.h
|
---|
| 1369 | # End Source File
|
---|
| 1370 | # Begin Source File
|
---|
| 1371 |
|
---|
| 1372 | SOURCE=..\include\OgreStableHeaders.h
|
---|
| 1373 | # End Source File
|
---|
| 1374 | # Begin Source File
|
---|
| 1375 |
|
---|
| 1376 | SOURCE=..\include\OgreStaticFaceGroup.h
|
---|
| 1377 | # End Source File
|
---|
| 1378 | # Begin Source File
|
---|
| 1379 |
|
---|
| 1380 | SOURCE=..\include\OgreStaticGeometry.h
|
---|
| 1381 | # End Source File
|
---|
| 1382 | # Begin Source File
|
---|
| 1383 |
|
---|
| 1384 | SOURCE=..\include\OgreStdHeaders.h
|
---|
| 1385 | # End Source File
|
---|
| 1386 | # Begin Source File
|
---|
| 1387 |
|
---|
| 1388 | SOURCE=..\include\OgreString.h
|
---|
| 1389 | # End Source File
|
---|
| 1390 | # Begin Source File
|
---|
| 1391 |
|
---|
| 1392 | SOURCE=..\include\OgreStringConverter.h
|
---|
| 1393 | # End Source File
|
---|
| 1394 | # Begin Source File
|
---|
| 1395 |
|
---|
| 1396 | SOURCE=..\include\OgreStringInterface.h
|
---|
| 1397 | # End Source File
|
---|
| 1398 | # Begin Source File
|
---|
| 1399 |
|
---|
| 1400 | SOURCE=..\include\OgreStringVector.h
|
---|
| 1401 | # End Source File
|
---|
| 1402 | # Begin Source File
|
---|
| 1403 |
|
---|
| 1404 | SOURCE=..\include\OgreSubEntity.h
|
---|
| 1405 | # End Source File
|
---|
| 1406 | # Begin Source File
|
---|
| 1407 |
|
---|
| 1408 | SOURCE=..\include\OgreSubMesh.h
|
---|
| 1409 | # End Source File
|
---|
| 1410 | # Begin Source File
|
---|
| 1411 |
|
---|
| 1412 | SOURCE=..\include\OgreTagPoint.h
|
---|
| 1413 | # End Source File
|
---|
| 1414 | # Begin Source File
|
---|
| 1415 |
|
---|
| 1416 | SOURCE=..\include\OgreTargetManager.h
|
---|
| 1417 | # End Source File
|
---|
| 1418 | # Begin Source File
|
---|
| 1419 |
|
---|
| 1420 | SOURCE=..\include\OgreTechnique.h
|
---|
| 1421 | # End Source File
|
---|
| 1422 | # Begin Source File
|
---|
| 1423 |
|
---|
| 1424 | SOURCE=..\include\OgreTextAreaOverlayElement.h
|
---|
| 1425 | # End Source File
|
---|
| 1426 | # Begin Source File
|
---|
| 1427 |
|
---|
| 1428 | SOURCE=..\include\OgreTexture.h
|
---|
| 1429 | # End Source File
|
---|
| 1430 | # Begin Source File
|
---|
| 1431 |
|
---|
| 1432 | SOURCE=..\include\OgreTextureManager.h
|
---|
| 1433 | # End Source File
|
---|
| 1434 | # Begin Source File
|
---|
| 1435 |
|
---|
| 1436 | SOURCE=..\include\OgreTextureUnitState.h
|
---|
| 1437 | # End Source File
|
---|
| 1438 | # Begin Source File
|
---|
| 1439 |
|
---|
| 1440 | SOURCE=..\include\OgreTimer.h
|
---|
| 1441 | # End Source File
|
---|
| 1442 | # Begin Source File
|
---|
| 1443 |
|
---|
| 1444 | SOURCE=..\include\OgreUserDefinedObject.h
|
---|
| 1445 | # End Source File
|
---|
| 1446 | # Begin Source File
|
---|
| 1447 |
|
---|
| 1448 | SOURCE=..\include\OgreVector2.h
|
---|
| 1449 | # End Source File
|
---|
| 1450 | # Begin Source File
|
---|
| 1451 |
|
---|
| 1452 | SOURCE=..\include\OgreVector3.h
|
---|
| 1453 | # End Source File
|
---|
| 1454 | # Begin Source File
|
---|
| 1455 |
|
---|
| 1456 | SOURCE=..\include\OgreVector4.h
|
---|
| 1457 | # End Source File
|
---|
| 1458 | # Begin Source File
|
---|
| 1459 |
|
---|
| 1460 | SOURCE=..\include\OgreVertexBoneAssignment.h
|
---|
| 1461 | # End Source File
|
---|
| 1462 | # Begin Source File
|
---|
| 1463 |
|
---|
| 1464 | SOURCE=..\include\OgreVertexIndexData.h
|
---|
| 1465 | # End Source File
|
---|
| 1466 | # Begin Source File
|
---|
| 1467 |
|
---|
| 1468 | SOURCE=..\include\OgreViewport.h
|
---|
| 1469 | # End Source File
|
---|
| 1470 | # Begin Source File
|
---|
| 1471 |
|
---|
| 1472 | SOURCE=..\include\OgreWireBoundingBox.h
|
---|
| 1473 | # End Source File
|
---|
| 1474 | # Begin Source File
|
---|
| 1475 |
|
---|
| 1476 | SOURCE=..\include\OgreZip.h
|
---|
| 1477 | # End Source File
|
---|
| 1478 | # Begin Source File
|
---|
| 1479 |
|
---|
| 1480 | SOURCE=..\include\stl_user_config.h
|
---|
| 1481 | # End Source File
|
---|
| 1482 | # End Group
|
---|
| 1483 | # Begin Group "Resource Files"
|
---|
| 1484 |
|
---|
| 1485 | # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
---|
| 1486 | # End Group
|
---|
| 1487 | # End Target
|
---|
| 1488 | # End Project
|
---|