unpack zips in src to better compression
This commit is contained in:
13
sources/z-tools/trunk/zview/plugins/bmp/Makefile
Normal file
13
sources/z-tools/trunk/zview/plugins/bmp/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
STACKSIZE = 64k
|
||||
OPTIMISATION = -O2 -fomit-frame-pointer -finline-functions
|
||||
CPU = -m68020-60
|
||||
LIB = -lldgserver
|
||||
|
||||
CFLAGS = $(CPU) $(OPTIMISATION) -Wall -I../common
|
||||
LDFLAGS = -nostdlib
|
||||
|
||||
OBJ = $(LDG_STARTUP_OBJ) bmpldg.o
|
||||
|
||||
PROGRAM = bmp.ldg
|
||||
|
||||
include ../../../common.mak
|
||||
Reference in New Issue
Block a user