Ignore:
Timestamp:
Sep 10, 2008, 5:40:37 PM (16 years ago)
Author:
garnier
Message:

geant4.8.2 beta

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/G4UI_USE.gmk

    r794 r850  
    1 # $Id: G4UI_USE.gmk,v 1.10 2008/04/30 10:40:12 lgarnier Exp $
     1# $Id: G4UI_USE.gmk,v 1.12 2008/05/14 09:48:19 gbarrand Exp $
    22# -------------------------------------------------------------
    33# GNUmakefile for CPPFLAGS for interfaces USE phase.
     
    8181endif
    8282
     83ifdef G4UI_USE_OSC
     84  CPPFLAGS += -DG4UI_USE_OSC
     85  ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
     86    # need a syntax that both g++ and CL.exe understand :
     87    G4OSC_TMP_1 := $(shell echo "`osc-config --g4lab_incs`")
     88    CPPFLAGS += $(patsubst /I%,-I"%",$(G4OSC_TMP_1))
     89  else
     90    CPPFLAGS += `osc-config --g4lab_incs`
     91  endif
     92  INTYLIBS += `osc-config --g4lab_libs`
     93  INTYLIBS += `osc-config --iv_libs`
     94  #   
     95  ifndef G4ANALYSIS_AIDA_CONFIG_CFLAGS
     96    ifneq (,$(findstring WIN32-VC,$(G4SYSTEM)))
     97      # need a syntax that both g++ and CL.exe understand :
     98      G4OSC_TMP_2 := $(shell echo "`aida-config --include`")
     99      G4ANALYSIS_AIDA_CONFIG_CFLAGS := $(patsubst /I%,-I"%",$(G4OSC_TMP_2))
     100    endif
     101  endif
     102endif
     103
    83104########################### interfaces/XVT - not currently implemented #####
    84105
Note: See TracChangeset for help on using the changeset viewer.