- Timestamp:
- 08/17/06 21:49:39 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/Makefile
r1213 r1217 1 1 ############################################################################# 2 2 # Makefile for building: preprocessor 3 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. VIII 21: 11:2020063 # Generated by qmake (2.00a) (Qt 4.1.2) on: ?t 17. VIII 21:45:14 2006 4 4 # Project: preprocessor.pro 5 5 # Template: app … … 107 107 all: release-all debug-all FORCE 108 108 clean: release-clean debug-clean FORCE 109 -$(DEL_FILE) preprocessor.exp109 -$(DEL_FILE) "..\bin\release"\preprocessor.exp 110 110 distclean: release-distclean debug-distclean FORCE 111 111 -$(DEL_FILE) Makefile -
GTP/trunk/Lib/Vis/Preprocessing/src/preprocessor.pro
r1213 r1217 5 5 6 6 TARGET = preprocessor 7 8 CONFIG(debug) { 9 DESTDIR = "../bin/debug" 10 } 11 12 CONFIG(release) { 13 DESTDIR = "../bin/release" 14 } 7 15 8 16 NONGTP = ../../../../../../NonGTP … … 39 47 40 48 win32:LIBS += xerces-c_2.lib devil.lib ilu.lib ilut.lib \ 41 glew32.lib zlib.lib /NODEFAULTLIB:LIBCMT 49 glew32.lib zlib.lib 50 51 QMAKE_LFLAGS_CONSOLE=/NODEFAULTLIB:LIBCMT 42 52 43 53 CONFIG(qt) {
Note: See TracChangeset
for help on using the changeset viewer.