Changeset 1213


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

build updates

Location:
GTP/trunk/Lib/Vis/Preprocessing/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Makefile

    r1209 r1213  
    11############################################################################# 
    22# Makefile for building: preprocessor 
    3 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. VIII 15:16:21 2006 
     3# Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. VIII 21:11:20 2006 
    44# Project:  preprocessor.pro 
    55# Template: app 
  • GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro

    r1209 r1213  
    1 CONFIG -= qt 
    2 CONFIG += console warn_off thread release 
     1CONFIG -= qt  
     2CONFIG  += console warn_off thread release 
    33 
    44TEMPLATE = app 
    5  
    6 # debuc config 
    7 # CONFIG        += console warn_off thread release qt 
    85 
    96TARGET = preprocessor 
     
    2219 
    2320win32:LIBPATH += GL $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib \ 
    24   $$NONGTP/glut $$NONGTP/Boost/lib $$NONGTP/Zlib/lib 
     21  $$NONGTP/glut $$NONGTP/Boost/lib $$NONGTP/Zlib/lib  
    2522 
    2623CONFIG(qt) { 
     
    4239 
    4340win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib \ 
    44 boost_thread-vc71-mt-1_33_1.lib \ 
    45 /NODEFAULTLIB:"libboost_thread-vc71-mt-1_33_1.lib" \ 
    46 glew32.lib zlib.lib 
     41glew32.lib zlib.lib /NODEFAULTLIB:LIBCMT 
    4742 
    4843CONFIG(qt) { 
     
    7469 
    7570CONFIG(qt) { 
    76 OcclusionQuery.cpp 
     71SOURCES += OcclusionQuery.cpp 
    7772} 
    7873 
Note: See TracChangeset for help on using the changeset viewer.