unpack zips in src to better compression

This commit is contained in:
2022-10-20 13:28:49 +02:00
parent e25403bd5f
commit 87eb27f562
447 changed files with 55306 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
DEBUG = # -DDEBUG
STACKSIZE = 64k
OPTIMISATION = -O2 -fomit-frame-pointer
CPU = -m68020-60
LIB = -lwindom -lgem -lldg -lm #-lwout
CFLAGS = $(CPU) $(OPTIMISATION) $(DEBUG) -Wall -Wshadow
OBJ = debug.o gmem.o prefs.o color_selector.o taskman.o pref_panel.o shutdown.o quit.o app.o process.o cpu.o string.o popup.o win.o main.o
PROGRAM = ztask.app
include ../common.mak