Ignore:
Timestamp:
03/06/06 22:22:38 (18 years ago)
Author:
bittner
Message:

changes for visualization of distant view space sampling

File:
1 edited

Legend:

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

    r563 r677  
    22 
    33TARGET = preprocessor 
     4 
     5NONGTP = ../../../../../../NonGTP 
    46 
    57#win32:INCLUDEPATH += c:/STLport-4.6.2/stlport 
     
    810unix:INCLUDEPATH += ../support/src/xerces-c-src_2_7_0/include 
    911 
    10 INCLUDEPATH += ../src  ../support/xerces/include  ../support/zlib/include ../support/boost ../support/devil/include 
     12INCLUDEPATH += ../src  $$NONGTP/Xerces/xerces/include  $$NONGTP/Zlib/include $$NONGTP/Boost $$NONGTP/Devil/include 
    1113 
    1214 
    13 win32:LIBPATH += ../support/xerces/lib ../support/devil/lib "d:/Programs/NVIDIA Corporation/Cg/lib" 
     15win32:LIBPATH += $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib "d:/Programs/NVIDIA Corporation/Cg/lib" 
    1416unix:LIBPATH += ../support/src/xerces-c-src_2_7_0/lib ../support/devil/lib /usr/lib/qt3/lib64 
    1517 
Note: See TracChangeset for help on using the changeset viewer.