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

fix remove OGL problem on windows

Location:
trunk/source/visualization/gMocren
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/gMocren/GNUmakefile

    r1348 r1354  
    1919
    2020# NO need OGL, then reset OGLGLAGS
    21 OGLFLAGS = ""
    22 OGLLIBS  = ""
     21OGLFLAGS =
     22OGLLIBS  =
    2323# NO need QT, then reset QTGLAGS
    24 QTFLAGS = ""
    25 QTLIBS  = ""
    26 GLQTLIBS  = ""
     24QTFLAGS =
     25QTLIBS  =
     26GLQTLIBS  =
    2727
    2828CPPFLAGS += -I$(G4BASE)/visualization/management/include
  • trunk/source/visualization/gMocren/GNUmakefile~

    r1350 r1354  
    1 # $Id: GNUmakefile,v 1.2 2009/10/12 10:24:23 akimura Exp $
     1# $Id: GNUmakefile,v 1.3 2011/01/03 14:34:46 lgarnier Exp $
    22
    33name := G4GMocren
     
    1717include $(G4INSTALL)/config/G4VIS_BUILD.gmk
    1818include $(G4INSTALL)/config/interactivity.gmk
     19
     20# NO need OGL, then reset OGLGLAGS
     21OGLFLAGS = ""
     22OGLLIBS  = ""
     23# NO need QT, then reset QTGLAGS
     24QTFLAGS = ""
     25QTLIBS  = ""
     26GLQTLIBS  = ""
    1927
    2028CPPFLAGS += -I$(G4BASE)/visualization/management/include
Note: See TracChangeset for help on using the changeset viewer.