summaryrefslogtreecommitdiff
path: root/scripts/makefile.os2
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2004-07-17 22:45:44 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:07:38 -0500
commit5b5dcf8b88d2fa385d36ac0caac73e6ffa9e93e4 (patch)
tree4857e88604592e70aac59c20c5fa620f73343c92 /scripts/makefile.os2
parent761bf9f06f3c544e6fb6ed46f3b08a363cf19b81 (diff)
downloadlibpng-5b5dcf8b88d2fa385d36ac0caac73e6ffa9e93e4.tar.gz
Imported from libpng-1.2.6beta3.tarv1.2.6beta3
Diffstat (limited to 'scripts/makefile.os2')
-rw-r--r--scripts/makefile.os23
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/makefile.os2 b/scripts/makefile.os2
index 800428e84..588067d25 100644
--- a/scripts/makefile.os2
+++ b/scripts/makefile.os2
@@ -16,7 +16,6 @@ CFLAGS=-I$(ZLIBINC) -Wall -O6 -funroll-loops -malign-loops=2 \
-malign-functions=2 #$(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lzdll -Zcrtdll
AR=emxomfar
-ARFLAGS=rc
PNGLIB=png.lib
IMPLIB=emximp
@@ -32,7 +31,7 @@ OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \
all: $(PNGLIB) $(SHAREDLIB) $(SHAREDLIBIMP)
$(PNGLIB): $(OBJS)
- $(AR) $(ARFLAGS) $@ $(OBJS)
+ $(AR) rc $@ $(OBJS)
$(SHAREDLIB): $(OBJS) pngos2.def
$(CC) $(LDFLAGS) -Zdll -o $@ $^