[Atsoft-commit] CVS: dcgen Makefile.prefab,1.5,1.6
Brought to you by:
atani
|
From: Mike D. <at...@us...> - 2002-04-10 04:53:12
|
Update of /cvsroot/atsoft/dcgen In directory usw-pr-cvs1:/tmp/cvs-serv25081 Modified Files: Makefile.prefab Log Message: Various speed hacks, fixes to the options screen and auto-frameskip code. new feature: auto-frameskip. Index: Makefile.prefab =================================================================== RCS file: /cvsroot/atsoft/dcgen/Makefile.prefab,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile.prefab 8 Apr 2002 01:15:32 -0000 1.5 --- Makefile.prefab 10 Apr 2002 04:53:08 -0000 1.6 *************** *** 32,36 **** KOS_LOCAL_CFLAGS = -I$(DCGEN_BASE)/hdr -I$(DCGEN_BASE)/mz80 -I$(DCGEN_BASE)/cpu68k -I$(DCGEN_BASE) -I$(DCGEN_BASE)/ym2612 -I$(DCGEN_BASE)/sn76496 -DDREAMCAST=1 ! ifdef RELEASE_BUILD KOS_LOCAL_CFLAGS += -DRELEASE_BUILD=1 -DNOLOGGING=1 -finline-functions endif --- 32,36 ---- KOS_LOCAL_CFLAGS = -I$(DCGEN_BASE)/hdr -I$(DCGEN_BASE)/mz80 -I$(DCGEN_BASE)/cpu68k -I$(DCGEN_BASE) -I$(DCGEN_BASE)/ym2612 -I$(DCGEN_BASE)/sn76496 -DDREAMCAST=1 ! ifneq (b$(RELEASE_BUILD),b) KOS_LOCAL_CFLAGS += -DRELEASE_BUILD=1 -DNOLOGGING=1 -finline-functions endif |