Ignore:
Timestamp:
09/15/03 12:48:51 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/Makefile.conf.osf1

    r1309 r2344  
    2323#
    2424
    25 OPTIM    = -O2 -ieee -arch host
     25OPTIM    = -O2 -ieee -arch host -lpthread
    2626DEBUG    = -g  -w0 -msg_display_tag -msg_disable castqualtyp,undpreid,unrfunprm,extrasemi,intconlosbit,nonfundec,partovrd,stoclsnotfirst,boolexprconst
    27 ARCHDEF  = -D__OSF__
     27ARCHDEF  = -D__OSF__ -D__USE_STD_IOSTREAM -DR__ANSISTREAM
     28DYNLIB   = -shared
    2829
    29 MARS_LIB = -Llib $(SUBDIRS/*/-l&)
     30MARS_LIB = -Llib $(SUBDIRS/*/-l&)  $(MARSLIBS)
    3031INCLUDES = -I. $(SUBDIRS/*/-I&)
    3132
     
    3839
    3940
     41
Note: See TracChangeset for help on using the changeset viewer.