Removed double quotes from around the :

DBGF              = -g -DOSG_USE_MEMORY_MANAGER

As this was breaking the build.
This commit is contained in:
Robert Osfield
2002-07-25 14:42:01 +00:00
parent 55b7ed10a1
commit 2ecdb629e6

View File

@@ -216,7 +216,7 @@ endif
INC +=
DEF += -W -Wall
OPTF = -O2
DBGF = "-g -DOSG_USE_MEMORY_MANAGER"
DBGF = -g -DOSG_USE_MEMORY_MANAGER
SHARED = -shared
ARCHARGS =
LINKARGS = -L/usr/X11R6/lib