- Timestamp:
- 09/15/03 12:48:51 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.osf1
r1309 r2344 23 23 # 24 24 25 OPTIM = -O2 -ieee -arch host 25 OPTIM = -O2 -ieee -arch host -lpthread 26 26 DEBUG = -g -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst 27 ARCHDEF = -D__OSF__ 27 ARCHDEF = -D__OSF__ -D__USE_STD_IOSTREAM -DR__ANSISTREAM 28 DYNLIB = -shared 28 29 29 MARS_LIB = -Llib $(SUBDIRS/*/-l&) 30 MARS_LIB = -Llib $(SUBDIRS/*/-l&) $(MARSLIBS) 30 31 INCLUDES = -I. $(SUBDIRS/*/-I&) 31 32 … … 38 39 39 40 41
Note:
See TracChangeset
for help on using the changeset viewer.