Ignore:
Timestamp:
08/11/06 15:23:47 (18 years ago)
Author:
bittner
Message:

code merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro

    r1112 r1199  
    1313 
    1414 
    15 win32:LIBPATH += GL $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib \ 
    16   "d:/Programs/NVIDIA Corporation/Cg/lib" $$NONGTP/glut 
     15win32:LIBPATH += GL $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib $$NONGTP/Xe/xerces/lib \ 
     16  "d:/Programs/NVIDIA Corporation/Cg/lib" $$NONGTP/glut $$NONGTP/Boost/lib 
    1717   
    1818unix:LIBPATH += ../support/src/xerces-c-src_2_7_0/lib ../support/devil/lib /usr/lib/qt3/lib64 
     
    3030QT += opengl 
    3131 
    32 win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib cg.lib cgGL.lib glew32.lib  
     32win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib cg.lib cgGL.lib glew32.lib boost_thread-vc71-mt-1_33_1.lib 
    3333 
    3434unix:LIBS += -lxerces-c -lIL -lILU -lILUT 
     
    5353GzBinFileInputStream.cpp  GzFileInputSource.cpp \ 
    5454OcclusionQuery.cpp VspOspTree.cpp LogManager.cpp \ 
    55 SamplingStrategy.cpp 
     55SamplingStrategy.cpp KdIntersectable.cpp BoostPreprocessorThread.cpp 
    5656 
    5757#VspKdTree.cpp ResourceManager.cpp  
Note: See TracChangeset for help on using the changeset viewer.