mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
use libexpat.a
svn path=/trunk/; revision=8861
This commit is contained in:
parent
fdbc91f5b5
commit
7bd2a160e6
3 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue