- Fixed: The FLAC/makefile.mgw should use md5.o as an OBJ, not md5.c.
- Fixed: The Linux makefile probably shouldn't be using the bundled zlib headers, either. SVN r580 (trunk)
This commit is contained in:
parent
1af122142b
commit
1eca84d644
3 changed files with 7 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ AR = ar
|
|||
ARFLAGS = rcs
|
||||
|
||||
OBJS = cpu_asm.o fixed_asm.o lpc_asm.o \
|
||||
bitmath.o bitreader.o cpu.o crc.o fixed.o format.o lpc.o md5.c memory.o stream_decoder.o stream_decoder_pp.o
|
||||
bitmath.o bitreader.o cpu.o crc.o fixed.o format.o lpc.o md5.o memory.o stream_decoder.o stream_decoder_pp.o
|
||||
|
||||
all: $(STATICLIB)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue