Renamed the TOP variable in the Makefiles to OSGHOME.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!smake
|
||||
include $(TOP)/Make/makedefs
|
||||
include $(OSGHOME)/Make/makedefs
|
||||
|
||||
C++FILES = \
|
||||
GLUTEventAdapter.cpp\
|
||||
@@ -10,10 +10,10 @@ C++FILES = \
|
||||
TARGET_BASENAME = osgGLUT
|
||||
|
||||
|
||||
LIBS = -L$(TOP)/lib -losgDB -losgUtil -losg $(GLUTLIB) $(GL_LIBS)
|
||||
LIBS = -L$(OSGHOME)/lib -losgDB -losgUtil -losg $(GLUTLIB) $(GL_LIBS)
|
||||
|
||||
LIB = $(TOP)/lib/lib$(TARGET_BASENAME).$(SO_EXT)
|
||||
#LIB = $(TOP)/lib/lib$(TARGET_BASENAME).a
|
||||
LIB = $(OSGHOME)/lib/lib$(TARGET_BASENAME).$(SO_EXT)
|
||||
#LIB = $(OSGHOME)/lib/lib$(TARGET_BASENAME).a
|
||||
|
||||
TARGET_LIB_FILES = lib$(TARGET_BASENAME).$(SO_EXT)
|
||||
TARGET_INCLUDE_FILES = \
|
||||
@@ -25,7 +25,7 @@ TARGET_INCLUDE_FILES = \
|
||||
osgGLUT/glut\
|
||||
|
||||
|
||||
C++FLAGS += -I $(TOP)/include -DOSGGLUT_LIBRARY
|
||||
C++FLAGS += -I $(OSGHOME)/include -DOSGGLUT_LIBRARY
|
||||
|
||||
include $(TOP)/Make/makerules
|
||||
include $(OSGHOME)/Make/makerules
|
||||
|
||||
|
||||
Reference in New Issue
Block a user