Ignore:
Timestamp:
01/11/06 15:50:37 (18 years ago)
Author:
bittner
Message:

per object rss tree support - changes in glrenderer.cpp so tha it compiles; unix2dos on glrenderer.*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/preprocessor.pro

    r505 r516  
    44 
    55#win32:INCLUDEPATH += c:/STLport-4.6.2/stlport 
     6win32:INCLUDEPATH += "d:/Programs/NVIDIA Corporation/Cg/include" 
    67 
    78unix:INCLUDEPATH += ../support/src/xerces-c-src_2_7_0/include 
     
    1011 
    1112 
    12 win32:LIBPATH += ../support/xerces/lib ../support/devil/lib 
     13win32:LIBPATH += ../support/xerces/lib ../support/devil/lib "d:/Programs/NVIDIA Corporation/Cg/lib" 
    1314unix:LIBPATH += ../support/src/xerces-c-src_2_7_0/lib ../support/devil/lib /usr/lib/qt3/lib64 
    1415 
     
    2526QT += opengl 
    2627 
    27 win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib 
     28win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib cg.lib cgGL.lib 
    2829unix:LIBS += -lxerces-c -lIL -lILU -lILUT 
    2930 
     
    4344RenderSimulator.cpp VspKdTree.cpp RayInfo.cpp RssTree.cpp RssPreprocessor.cpp \ 
    4445ViewCellsManager.cpp VspBspTree.cpp GlRenderer.cpp \ 
    45 PreprocessorThread.cpp Renderer.cpp Beam.cpp 
     46PreprocessorThread.cpp Renderer.cpp Beam.cpp ViewCellsParser.cpp 
    4647 
Note: See TracChangeset for help on using the changeset viewer.