This commit is contained in:
Manohar
2006-02-28 11:17:08 +00:00
parent 5afdbdf39a
commit 28ece0abc4
15 changed files with 3630 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
LINK = $(CPP) \
-shared \
-Wl \
-o $(LIBDIR)$(XTRA)/lib$(TARGET).so.$(BLD_VER) \
$(OBJDIR)*.$(O)