Changeset 1208 for GTP/trunk/Lib/Vis/Preprocessing
- Timestamp:
- 08/17/06 15:00:10 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Makefile
r1207 r1208 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. VIII 1 2:22:4820063 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. VIII 14:59:05 2006 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 71 71 C:\Qt\4.1.2\mkspecs\features\debug_and_release.prf \ 72 72 C:\Qt\4.1.2\mkspecs\features\default_post.prf \ 73 C:\Qt\4.1.2\mkspecs\features\win32\thread.prf \74 73 C:\Qt\4.1.2\mkspecs\features\warn_off.prf \ 75 74 C:\Qt\4.1.2\mkspecs\features\win32\console.prf \ … … 78 77 C:\Qt\4.1.2\mkspecs\features\win32\stl.prf \ 79 78 C:\Qt\4.1.2\mkspecs\features\shared.prf \ 80 C:\Qt\4.1.2\mkspecs\features\qt.prf \ 81 C:\Qt\4.1.2\mkspecs\features\win32\opengl.prf \ 82 C:\Qt\4.1.2\mkspecs\features\moc.prf \ 79 C:\Qt\4.1.2\mkspecs\features\win32\thread_off.prf \ 83 80 C:\Qt\4.1.2\mkspecs\features\resources.prf \ 84 81 C:\Qt\4.1.2\mkspecs\features\uic.prf … … 92 89 C:\Qt\4.1.2\mkspecs\features\debug_and_release.prf: 93 90 C:\Qt\4.1.2\mkspecs\features\default_post.prf: 94 C:\Qt\4.1.2\mkspecs\features\win32\thread.prf:95 91 C:\Qt\4.1.2\mkspecs\features\warn_off.prf: 96 92 C:\Qt\4.1.2\mkspecs\features\win32\console.prf: … … 99 95 C:\Qt\4.1.2\mkspecs\features\win32\stl.prf: 100 96 C:\Qt\4.1.2\mkspecs\features\shared.prf: 101 C:\Qt\4.1.2\mkspecs\features\qt.prf: 102 C:\Qt\4.1.2\mkspecs\features\win32\opengl.prf: 103 C:\Qt\4.1.2\mkspecs\features\moc.prf: 97 C:\Qt\4.1.2\mkspecs\features\win32\thread_off.prf: 104 98 C:\Qt\4.1.2\mkspecs\features\resources.prf: 105 99 C:\Qt\4.1.2\mkspecs\features\uic.prf: … … 116 110 distclean: release-distclean debug-distclean FORCE 117 111 -$(DEL_FILE) Makefile 118 119 release-mocclean: $(MAKEFILE).Release120 $(MAKE) -f $(MAKEFILE).Release mocclean121 debug-mocclean: $(MAKEFILE).Debug122 $(MAKE) -f $(MAKEFILE).Debug mocclean123 mocclean: release-mocclean debug-mocclean124 125 release-mocables: $(MAKEFILE).Release126 $(MAKE) -f $(MAKEFILE).Release mocables127 debug-mocables: $(MAKEFILE).Debug128 $(MAKE) -f $(MAKEFILE).Debug mocables129 mocables: release-mocables debug-mocables130 112 FORCE: 131 113 -
GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro
r1207 r1208 1 CONFIG -= qt 2 CONFIG += console warn_off release 3 1 4 TEMPLATE = app 5 6 # debuc config 7 # CONFIG += console warn_off thread release qt 2 8 3 9 TARGET = preprocessor … … 6 12 7 13 #win32:INCLUDEPATH += c:/STLport-4.6.2/stlport 14 15 CONFIG(qt) { 8 16 win32:INCLUDEPATH += "d:/Programs/NVIDIA Corporation/Cg/include" 17 } 18 9 19 unix:INCLUDEPATH += ../support/src/xerces-c-src_2_7_0/include 10 20 11 21 INCLUDEPATH += ../src $$NONGTP/Xerces/xerces/include $$NONGTP/Zlib/include $$NONGTP/Boost $$NONGTP/Devil/include 12 13 14 22 15 23 win32:LIBPATH += GL $$NONGTP/Xerces/xerces/lib $$NONGTP/Devil/lib \ … … 18 26 CONFIG(qt) { 19 27 win32:LIBPATH += "d:/Programs/NVIDIA Corporation/Cg/lib" 20 21 28 } 22 29 … … 25 32 #win32:LIBPATH += c:/STLport-4.6.2/lib 26 33 27 # debuc config28 #CONFIG += console warn_off thread release qt29 CONFIG += console warn_off thread release30 34 31 35 # RELEASE CONFIG … … 33 37 34 38 # DEPENDPATH = ../../include 39 CONFIG(qt) { 35 40 QT += opengl 41 } 36 42 37 43 win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib boost_thread-vc71-mt-1_33_1.lib
Note: See TracChangeset
for help on using the changeset viewer.