diff options
author | pixel <pixel> | 2008-01-29 10:13:13 +0000 |
---|---|---|
committer | pixel <pixel> | 2008-01-29 10:13:13 +0000 |
commit | aeb420d9f20f0973d428b5de0bd19f83c684bf54 (patch) | |
tree | bf9119050b3510bb12fc77fcfc5ed59ab6ab900b /Makefile | |
parent | 6d8020e380791e063a70b3802fed2b72de7dcdec (diff) |
Smoothing up win32 fixes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ LD = gcc AR = ar rcs CPPFLAGS = -g -Wall -Werror -D_FILE_OFFSET_BITS=64 -I. -LDFLAGS = -g +LDFLAGS = -g -lz SOURCE_LIST = \ MPQCryptography.c \ |