Ignore:
Timestamp:
08/17/06 21:49:39 (18 years ago)
Author:
bittner
Message:

build updates

File:
1 edited

Legend:

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

    r1213 r1217  
    55 
    66TARGET = preprocessor 
     7 
     8CONFIG(debug) { 
     9DESTDIR = "../bin/debug" 
     10} 
     11 
     12CONFIG(release) { 
     13DESTDIR = "../bin/release" 
     14} 
    715 
    816NONGTP = ../../../../../../NonGTP 
     
    3947 
    4048win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib \ 
    41 glew32.lib zlib.lib /NODEFAULTLIB:LIBCMT 
     49glew32.lib zlib.lib  
     50 
     51QMAKE_LFLAGS_CONSOLE=/NODEFAULTLIB:LIBCMT 
    4252 
    4353CONFIG(qt) { 
Note: See TracChangeset for help on using the changeset viewer.