mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:22:58 +00:00

* 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
14 lines
224 B
Makefile
Executable file
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
|