Changeset 20340

Show
Ignore:
Timestamp:
06/26/07 17:12:08 (1 year ago)
Author:
patrick
Message:

MFT r20339: Use osg-config correctly. This addresses Ticket #38.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/branches/2.2/modules/vrjuggler/samples/OpenSG/advanced/OpenSGNavGrab/Makefile.in

    r20216 r20340  
    4242include $(DZR_BASE_DIR)/ext/vrjuggler/dzr.vrjuggler.glapp.mk 
    4343 
    44 OPENSG_LIBS=    $(shell osg-config --libs) -lOSGBase -lOSGSystem 
    45 OPENSG_CFLAGS=  $(shell osg-config --cflags
     44OPENSG_LIBS=    $(shell osg-config --libs Base System) 
     45OPENSG_CFLAGS=  $(shell osg-config --cflags Base System
    4646#OPENSG_LIBS=   $(shell osg2-config OSGFileIO OSGWindow OSGRenderTraversal --libs) 
    4747#OPENSG_CFLAGS= $(shell osg2-config OSGFileIO OSGWindow OSGRenderTraversal --cflags) 
  • juggler/branches/2.2/modules/vrjuggler/samples/OpenSG/simple/OpenSGNav/Makefile.in

    r20216 r20340  
    4242include $(DZR_BASE_DIR)/ext/vrjuggler/dzr.vrjuggler.glapp.mk 
    4343 
    44 OPENSG_LIBS=    $(shell osg-config --libs) -lOSGBase -lOSGSystem 
    45 OPENSG_CFLAGS=  $(shell osg-config --cflags
     44OPENSG_LIBS=    $(shell osg-config --libs Base System) 
     45OPENSG_CFLAGS=  $(shell osg-config --cflags Base System
    4646#OPENSG_LIBS=   $(shell osg2-config OSGFileIO OSGWindow OSGRenderTraversal --libs) 
    4747#OPENSG_CFLAGS= $(shell osg2-config OSGFileIO OSGWindow OSGRenderTraversal --cflags)