use libexpat.a

svn path=/trunk/; revision=8861
This commit is contained in:
Martin Fuchs 2004-03-24 10:34:21 +00:00
parent fdbc91f5b5
commit 7bd2a160e6
3 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,7 @@ exe explorer :
<find-shared-library>uuid
<find-shared-library>wsock32
<find-shared-library>oleaut32
<find-shared-library>libexpat
<linkflags>notifyhook.dll
<linkflags>libexpat.dll
;

View file

@ -104,7 +104,7 @@ OBJECTS = \
i386-stub-win32.o \
xmlstorage.o
LIBS = gdi32 comctl32 ole32 uuid
LIBS = gdi32 comctl32 ole32 uuid expat
DELAYIMPORTS = oleaut32 wsock32
.PHONY: all depends implib clean install dist bootcd depends
@ -129,8 +129,8 @@ ever:
buildno.h: ../../../include/reactos/buildno.h
$(CD_PREFIX)updatebuildno
$(TARGET): $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) notifyhook.dll ..\..\..\lib\expat\libexpat.dll
$(LINK) $(LFLAGS) -o $@ $^ $(addprefix -l,$(LIBS)) $(addprefix -l,$(DELAYIMPORTS))
$(TARGET): $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) notifyhook.dll
$(LINK) $(LFLAGS) -o $@ $^ $(addprefix -l,$(LIBS)) $(addprefix -l,$(DELAYIMPORTS)) -L$(PATH_TO_TOP)/dk/w32/lib
explorer$(RES_SUFFIX): $(PROGRAM)_intres.rc res/*.bmp res/*.ico
$(RC) $(RCFLAGS) -o $@ $(PROGRAM)_intres.rc

View file

@ -73,12 +73,12 @@ OBJECTS = \
i386-stub-win32.o \
xmlstorage.o
LIBS = gdi32 comctl32 ole32 uuid
LIBS = gdi32 comctl32 ole32 uuid libexpat
DELAYIMPORTS = oleaut32 wsock32
all: $(TARGET)
$(TARGET): $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) notifyhook.dll libexpat.dll
$(TARGET): $(OBJECTS) $(PROGRAM)$(RES_SUFFIX) notifyhook.dll
$(LINK) $(LFLAGS) -o $@ $^ $(addprefix -l,$(LIBS)) $(addprefix -l,$(DELAYIMPORTS))
explorer$(RES_SUFFIX): $(PROGRAM)_intres.rc res/*.bmp res/*.ico