reactos/reactos/lib/fslib/vfatlib/Makefile
Casper Hornstrup 013bcd214a 2003-04-05 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/fslib: New directory.
	* lib/fslib: Ditto.
	* lib/fslib/vfatlib: Ditto.
	* include/fslib/vfatlib.h: New file.
	* lib/fslib/vfatlib/.cvsignore: Ditto.
	* lib/fslib/vfatlib/Makefile: Ditto.
	* lib/fslib/vfatlib/vfatlib.c: Ditto.
	* Makefile: Support file system libraries
	* lib/zlib/Makefile: Remove nostrip target.
	* tools/helper.mk: Add nostrip target.

svn path=/trunk/; revision=4500
2003-04-05 19:40:41 +00:00

14 lines
224 B
Makefile
Executable file

# $Id: Makefile,v 1.1 2003/04/05 19:40:41 chorns Exp $
PATH_TO_TOP = ../../..
TARGET_TYPE = library
TARGET_NAME = vfatlib
TARGET_OBJECTS = \
vfatlib.o
include $(PATH_TO_TOP)/rules.mak
include $(TOOLS_PATH)/helper.mk