Updates to the new osgText library to get it to compile under Linux.

This commit is contained in:
Robert Osfield
2001-10-23 22:08:02 +00:00
parent 74cdfb9510
commit 36d206f40f
4 changed files with 73 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
MAKEDIR = $(OSGHOME)/Make
INSTRULES = $(MAKEDIR)/instrules
MAKEDEPEND = Makedepend
OBJS = $(C++FILES:.cpp=.o) $(CFILES:.c=.o) $(YACCFILES:.y=.o) $(LEXFILES:.l=.o)
OBJS = $(C++FILES:.cpp=.o) $(CFILES:.c=.o) $(YACCFILES:.y=.o) $(LEXFILES:.l=.o)
DEPFILES = $(OBJS:.o=.d)