From 11bf45f50739afb923829b3cc32efb9c8c009613 Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 17 Aug 2002 01:48:34 +0000 Subject: Working with Baltisot now.... --- generic/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'generic/Makefile') diff --git a/generic/Makefile b/generic/Makefile index 99a9631..4ca5e32 100755 --- a/generic/Makefile +++ b/generic/Makefile @@ -2,11 +2,12 @@ CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes -DPARANOID_SEEK -DHAVE_ZLIB CXX=g++ +CC=gcc -OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o String.o +OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o String.o checkargs.o datecalc.o TARGET = generic.a -all: ${TARGET} +all: ${TARGET} Makefile generic.a: ${OBJECTS} ar -r generic.a ${OBJECTS} -- cgit v1.2.3