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

fix remove OGL problem on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.