mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
converted libexpat to a static library
svn path=/trunk/; revision=13593
This commit is contained in:
parent
e651dfa82d
commit
7e682fbbd0
2 changed files with 4 additions and 7 deletions
|
@ -74,7 +74,6 @@ lib\dinput\dinput.dll 1
|
||||||
lib\dinput8\dinput8.dll 1
|
lib\dinput8\dinput8.dll 1
|
||||||
lib\dsound\dsound.dll 1
|
lib\dsound\dsound.dll 1
|
||||||
lib\dxdiagn\dxdiagn.dll 1
|
lib\dxdiagn\dxdiagn.dll 1
|
||||||
lib\expat\expat.dll 1
|
|
||||||
lib\fmifs\fmifs.dll 1
|
lib\fmifs\fmifs.dll 1
|
||||||
lib\freetype\freetype.dll 1
|
lib\freetype\freetype.dll 1
|
||||||
lib\gdi32\gdi32.dll 1
|
lib\gdi32\gdi32.dll 1
|
||||||
|
|
|
@ -2,15 +2,13 @@
|
||||||
|
|
||||||
PATH_TO_TOP = ../..
|
PATH_TO_TOP = ../..
|
||||||
|
|
||||||
|
include $(PATH_TO_TOP)/config
|
||||||
|
|
||||||
TARGET_NAME = expat
|
TARGET_NAME = expat
|
||||||
|
|
||||||
TARGET_TYPE = dynlink
|
TARGET_TYPE = library
|
||||||
TARGET_BASE = $(TARGET_BASE_LIB_EXPAT)
|
|
||||||
TARGET_NORC = yes
|
|
||||||
TARGET_DEFONLY = yes
|
|
||||||
TARGET_DEFNAME = lib/libexpat
|
|
||||||
|
|
||||||
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
|
TARGET_LFLAGS = -nostartfiles
|
||||||
|
|
||||||
LIB_OBJECTS = \
|
LIB_OBJECTS = \
|
||||||
|
|
Loading…
Reference in a new issue