Update of /cvsroot/opengtoolkit/lvzip/c_source
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7559/c_source
Modified Files:
Makefile.vxworks
Log Message:
Support VxWorks targets
Index: Makefile.vxworks
===================================================================
RCS file: /cvsroot/opengtoolkit/lvzip/c_source/Makefile.vxworks,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile.vxworks 10 Dec 2007 14:24:54 -0000 1.1
--- Makefile.vxworks 12 Dec 2007 16:13:07 -0000 1.2
***************
*** 25,29 ****
# This is the name of the output shared library.
! PROJECT_TARGETS := $(OBJ_DIR)/lvzip.out
# If you have other VxWorks .a files to reference, list them here.
--- 25,29 ----
# This is the name of the output shared library.
! PROJECT_TARGETS := $(OBJ_DIR)/lvzlib.out
# If you have other VxWorks .a files to reference, list them here.
|