|
|
@@ -7,7 +7,7 @@ BUILD_FLAGS = -DSFX -DWIN32 -DWINDOWS -DFORCE_UNIX_OVER_WIN32 -I. -I.. $(CFLAGS |
|
|
|
BUILD_FLAGS += -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUTF8_MAYBE_NATIVE |
|
|
|
BUILD_FLAGS += -DNO_LCHMOD -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -D_MBCS |
|
|
|
|
|
|
|
LINK_FLAGS = -static -mwindows -lkernel32 $(LDFLAGS) |
|
|
|
LINK_FLAGS = -static -mwindows -lkernel32 -lshell32 $(LDFLAGS) |
|
|
|
|
|
|
|
OBJ = crc32.o crypt.o extract.o fileio.o globals.o inflate.o match.o process.o ttyio.o ubz2err.o unzip.o zipinfo.o |
|
|
|
OBJ += win32/nt.o win32/win32.o win32/win32i64.o |
|
|
|