From 7e682fbbd0608be955654f78a05133a5da29a676 Mon Sep 17 00:00:00 2001 From: Thomas Bluemel Date: Wed, 16 Feb 2005 14:01:34 +0000 Subject: [PATCH] converted libexpat to a static library svn path=/trunk/; revision=13593 --- reactos/bootdata/packages/reactos.dff | 1 - reactos/lib/expat/Makefile | 10 ++++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/reactos/bootdata/packages/reactos.dff b/reactos/bootdata/packages/reactos.dff index fd7b1b87f5c..37753426a44 100755 --- a/reactos/bootdata/packages/reactos.dff +++ b/reactos/bootdata/packages/reactos.dff @@ -74,7 +74,6 @@ lib\dinput\dinput.dll 1 lib\dinput8\dinput8.dll 1 lib\dsound\dsound.dll 1 lib\dxdiagn\dxdiagn.dll 1 -lib\expat\expat.dll 1 lib\fmifs\fmifs.dll 1 lib\freetype\freetype.dll 1 lib\gdi32\gdi32.dll 1 diff --git a/reactos/lib/expat/Makefile b/reactos/lib/expat/Makefile index abe638b3c30..7972187d4c5 100644 --- a/reactos/lib/expat/Makefile +++ b/reactos/lib/expat/Makefile @@ -2,15 +2,13 @@ PATH_TO_TOP = ../.. +include $(PATH_TO_TOP)/config + TARGET_NAME = expat -TARGET_TYPE = dynlink -TARGET_BASE = $(TARGET_BASE_LIB_EXPAT) -TARGET_NORC = yes -TARGET_DEFONLY = yes -TARGET_DEFNAME = lib/libexpat +TARGET_TYPE = library -TARGET_CFLAGS = -D__USE_W32API -DHAVE_EXPAT_CONFIG_H -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions +TARGET_CFLAGS = -D__USE_W32API -DHAVE_EXPAT_CONFIG_H -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions TARGET_LFLAGS = -nostartfiles LIB_OBJECTS = \