Ignore:
Timestamp:
08/17/06 15:17:00 (18 years ago)
Author:
bittner
Message:

build updates

File:
1 edited

Legend:

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

    r1208 r1209  
    11CONFIG -= qt 
    2 CONFIG += console warn_off release 
     2CONFIG += console warn_off thread release 
    33 
    44TEMPLATE = app 
     
    2222 
    2323win32:LIBPATH += GL $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib \ 
    24   $$NONGTP/glut $$NONGTP/Boost/lib 
     24  $$NONGTP/glut $$NONGTP/Boost/lib $$NONGTP/Zlib/lib 
    2525 
    2626CONFIG(qt) { 
     
    4141} 
    4242 
    43 win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib boost_thread-vc71-mt-1_33_1.lib 
     43win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib \ 
     44boost_thread-vc71-mt-1_33_1.lib \ 
     45/NODEFAULTLIB:"libboost_thread-vc71-mt-1_33_1.lib" \ 
     46glew32.lib zlib.lib 
    4447 
    4548CONFIG(qt) { 
    46 win32:LIBS += cg.lib cgGL.lib glew32.lib 
     49win32:LIBS += cg.lib cgGL.lib  
    4750} 
    4851 
     
    6770VrmlExporter.cpp PlyParser.cpp plyfile.c RenderSampler.cpp \ 
    6871GzBinFileInputStream.cpp  GzFileInputSource.cpp \ 
    69 OcclusionQuery.cpp VspOspTree.cpp LogManager.cpp \ 
     72VspOspTree.cpp LogManager.cpp \ 
    7073SamplingStrategy.cpp KdIntersectable.cpp BoostPreprocessorThread.cpp 
    7174 
     75CONFIG(qt) { 
     76OcclusionQuery.cpp 
     77} 
     78 
    7279#VspKdTree.cpp ResourceManager.cpp  
Note: See TracChangeset for help on using the changeset viewer.