From: <lab...@us...> - 2011-07-26 21:08:10
|
Revision: 1389 http://opengtoolkit.svn.sourceforge.net/opengtoolkit/?rev=1389&view=rev Author: labviewer Date: 2011-07-26 21:08:04 +0000 (Tue, 26 Jul 2011) Log Message: ----------- add mztools.c to the list of compiled modules Modified Paths: -------------- trunk/lvzip/c_source/Makefile trunk/lvzip/c_source/Makefile.vxworks Modified: trunk/lvzip/c_source/Makefile =================================================================== --- trunk/lvzip/c_source/Makefile 2011-07-26 21:05:33 UTC (rev 1388) +++ trunk/lvzip/c_source/Makefile 2011-07-26 21:08:04 UTC (rev 1389) @@ -47,7 +47,7 @@ OBJS = adler32.o compress.o crc32.o uncompr.o deflate.o trees.o \ zutil.o inflate.o infback.o inftrees.o inffast.o \ - ioapi.o iomem.o lvutil.o zip.o unzip.o + ioapi.o iomem.o lvutil.o mztools.o zip.o unzip.o OBJA = # to use the asm code: make OBJA=match.o Modified: trunk/lvzip/c_source/Makefile.vxworks =================================================================== --- trunk/lvzip/c_source/Makefile.vxworks 2011-07-26 21:05:33 UTC (rev 1388) +++ trunk/lvzip/c_source/Makefile.vxworks 2011-07-26 21:08:04 UTC (rev 1389) @@ -20,8 +20,8 @@ # compile it. OBJECTS := $(OBJ_DIR)/adler32.o $(OBJ_DIR)/compress.o $(OBJ_DIR)/crc32.o $(OBJ_DIR)/uncompr.o $(OBJ_DIR)/deflate.o \ $(OBJ_DIR)/trees.o $(OBJ_DIR)/zutil.o $(OBJ_DIR)/inflate.o $(OBJ_DIR)/infback.o $(OBJ_DIR)/inftrees.o \ - $(OBJ_DIR)/inffast.o $(OBJ_DIR)/ioapi.o $(OBJ_DIR)/iomem.o $(OBJ_DIR)/lvutil.o $(OBJ_DIR)/zip.o \ - $(OBJ_DIR)/unzip.o + $(OBJ_DIR)/inffast.o $(OBJ_DIR)/ioapi.o $(OBJ_DIR)/iomem.o $(OBJ_DIR)/lvutil.o $(OBJ_DIR)/mztools.o \ + $(OBJ_DIR)/zip.o $(OBJ_DIR)/unzip.o # This is the name of the output shared library. PROJECT_TARGETS := $(OBJ_DIR)/lvzlib.out This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |