converted libexpat to a static library
Modified: trunk/reactos/bootdata/packages/reactos.dff
Modified: trunk/reactos/lib/expat/Makefile
_____
Modified: trunk/reactos/bootdata/packages/reactos.dff
--- trunk/reactos/bootdata/packages/reactos.dff 2005-02-16 03:17:36 UTC
(rev 13592)
+++ trunk/reactos/bootdata/packages/reactos.dff 2005-02-16 14:01:34 UTC
(rev 13593)
@@ -74,7 +74,6 @@
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
_____
Modified: trunk/reactos/lib/expat/Makefile
--- trunk/reactos/lib/expat/Makefile 2005-02-16 03:17:36 UTC (rev
13592)
+++ trunk/reactos/lib/expat/Makefile 2005-02-16 14:01:34 UTC (rev
13593)
@@ -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 = \
Show replies by date