mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed makefile for cabman. Linking is still hosed.
svn path=/trunk/; revision=3867
This commit is contained in:
parent
1ff210919e
commit
e4493af78d
1 changed files with 3 additions and 3 deletions
|
@ -4,8 +4,8 @@
|
|||
PATH_TO_TOP = ../../..
|
||||
|
||||
#FIXME: why doesn't this work?
|
||||
#ZLIB_OBJECTS = $(PATH_TO_TOP)/lib/zlib/zlib.a
|
||||
ZLIB_PATH = $(PATH_TO_TOP)/lib/zlib
|
||||
#ZLIB_OBJECTS = $(PATH_TO_TOP)/drivers/lib/zlib/zlib.a
|
||||
ZLIB_PATH = $(PATH_TO_TOP)/drivers/lib/zlib
|
||||
|
||||
ZLIB_OBJECTS = $(ZLIB_PATH)/adler32.o $(ZLIB_PATH)/deflate.o \
|
||||
$(ZLIB_PATH)/infblock.o $(ZLIB_PATH)/infcodes.o \
|
||||
|
@ -60,5 +60,5 @@ test.exe: $(TEST_OBJECTS)
|
|||
$(CC) $(TEST_OBJECTS) -o test.exe
|
||||
$(NM) --numeric-sort test.exe > test.sym
|
||||
|
||||
include ../../rules.mak
|
||||
include ../../../rules.mak
|
||||
|
||||
|
|
Loading…
Reference in a new issue