mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
converted libexpat to a static library
svn path=/trunk/; revision=13593
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = \
|
||||
|
||||
Reference in New Issue
Block a user