Changeset 793 for palm/trunk
- Timestamp:
- Dec 12, 2011 3:15:24 PM (13 years ago)
- Location:
- palm/trunk
- Files:
-
- 9 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/img2video/img2video
r597 r793 3 3 # Current revisions: 4 4 # ----------------- 5 # Some bugfixes5 # Added Id tag 6 6 # 7 7 # Former revisions: 8 8 # ----------------- 9 # $Id$ 9 10 # Initial version 10 11 # -
palm/trunk/SCRIPTS/mbuild
r784 r793 122 122 # 17/08/11 - Siggi - HLRN access via hicegate0 (130.75.4.101) 123 123 # 27/11/11 - Siggi - Bugfix for make options setting (-j) 124 # 12/12/11 - BjornM- added mrun GUI to ulitity programs 124 125 125 126 … … 1362 1363 touch *.f90 1363 1364 make $make_options BLOCK=$block F90=$compiler_name F90_SER=$compiler_name_ser COPT="$cpp_options" F90FLAGS="$compiler_options" LDFLAGS="$loader_options" 1365 1366 # check if qmake is available and compile mrungui in that case 1367 if which qmake >/dev/null; then 1368 cd mrungui 1369 touch * 1370 qmake 1371 make 1372 make clean 1373 rm Makefile 1374 cd .. 1375 else 1376 echo " +++ no qmake found. The mrun GUI (optional) cannot be compiled." 1377 fi 1378 1379 1364 1380 cd - > /dev/null 1365 1381 fi
Note: See TracChangeset
for help on using the changeset viewer.