Changeset 854


Ignore:
Timestamp:
04/28/06 09:29:02 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Hierarchical Systems Demo [OpenGL]/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Hierarchical Systems Demo [OpenGL]/src/HierarchicalSys.vcproj

    r852 r854  
    8282                                Name="VCLinkerTool" 
    8383                                AdditionalDependencies="cg.lib cggl.lib DevIL.lib ilu.lib ilut.lib" 
    84                                 OutputFile="$(OutDir)/GlutRTTAlap.exe" 
     84                                OutputFile="$(OutDir)/HierarchicalSys.exe" 
    8585                                LinkIncremental="1" 
    8686                                AdditionalLibraryDirectories="..\RESOURCES\LIB" 
     
    119119                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 
    120120                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 
     121                        <File 
     122                                RelativePath=".\AdvancedParticleSystem.cpp"> 
     123                        </File> 
    121124                        <File 
    122125                                RelativePath=".\main.cpp"> 
     
    146149                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 
    147150                        <File 
     151                                RelativePath=".\AdvancedParticleSystem.h"> 
     152                        </File> 
     153                        <File 
    148154                                RelativePath=".\stdafx.h"> 
    149155                        </File> 
     
    236242                        <Filter 
    237243                                Name="3DRes"> 
    238                                 <File 
    239                                         RelativePath="..\Resources\include\My3DGraphRes\AdvancedParticleSystem.cpp"> 
    240                                 </File> 
    241                                 <File 
    242                                         RelativePath="..\Resources\include\My3DGraphRes\AdvancedParticleSystem.h"> 
    243                                 </File> 
    244244                                <File 
    245245                                        RelativePath="..\Resources\include\My3DGraphRes\Camera.cpp"> 
  • GTP/trunk/App/Demos/Illum/Hierarchical Systems Demo [OpenGL]/src/stdafx.h

    r852 r854  
    1414#include <My3DGraphRes\SkyBox.h> 
    1515 
    16 #include <My3DGraphRes\AdvancedParticleSystem.h> 
     16#include "AdvancedParticleSystem.h" 
    1717#include <My3DGraphRes\Scene.h> 
    1818#include "TransformAnimation.h" 
Note: See TracChangeset for help on using the changeset viewer.