Ignore:
Timestamp:
Jan 7, 2011, 12:24:48 PM (14 years ago)
Author:
garnier
Message:

fix remove OGL problem on windows

Location:
trunk/source/interfaces/basic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/interfaces/basic/GNUmakefile

    r1349 r1354  
    2020
    2121# NO need OGL, then reset OGLGLAGS
    22 OGLFLAGS = ""
    23 OGLLIBS  = ""
     22OGLFLAGS =
     23OGLLIBS  =
    2424
    2525CPPFLAGS += -I$(G4BASE)/global/management/include
  • trunk/source/interfaces/basic/GNUmakefile~

    r1350 r1354  
    1 # $Id: GNUmakefile,v 1.7 2009/10/19 07:37:48 lgarnier Exp $
     1# $Id: GNUmakefile,v 1.8 2010/12/23 14:09:53 lgarnier Exp $
    22# -------------------------------------------------------------
    33# GNUmakefile for interfaces/basic library.  John Allison, 6/7/98.
     
    1313
    1414# For debug mode
    15 CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC
     15# CPPFLAGS += -DG4DEBUG_INTERFACES_BASIC
    1616
    1717include $(G4INSTALL)/config/architecture.gmk
Note: See TracChangeset for help on using the changeset viewer.