2009-01-24 00:41:01 +00:00
|
|
|
# Copyright (C) 2001-2009 by David Capello -*-Makefile-*-
|
2007-09-18 23:57:02 +00:00
|
|
|
# Manual configuration
|
|
|
|
# (in Unix like systems you can use ./fix.sh script)
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# Uncomment this line to compile
|
|
|
|
|
|
|
|
#CONFIGURED = 1
|
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# Uncomment this if you want to debug or profile information
|
|
|
|
|
2009-08-05 01:53:02 +00:00
|
|
|
#RELEASE = 1
|
2007-09-18 23:57:02 +00:00
|
|
|
#DEBUGMODE = 1
|
|
|
|
#PROFILE = 1
|
2008-02-10 19:06:03 +00:00
|
|
|
#MEMLEAK = 1
|
2009-08-05 01:53:02 +00:00
|
|
|
#STATIC_ALLEG_LINK = 1
|
2009-11-22 14:39:52 +00:00
|
|
|
#HAVE_RESIZE_PATCH = 1
|
2007-09-18 23:57:02 +00:00
|
|
|
|
|
|
|
######################################################################
|
|
|
|
# Default Unix directory to look for ASE data (to this path will be
|
|
|
|
# added "share/ase/")
|
|
|
|
|
|
|
|
#DEFAULT_PREFIX = /usr/local
|
|
|
|
|
|
|
|
######################################################################
|
2008-03-15 01:54:45 +00:00
|
|
|
# Uncomment if you want to use special features
|
2007-09-18 23:57:02 +00:00
|
|
|
|
2008-03-15 01:54:45 +00:00
|
|
|
#USE_386_ASM=1
|
|
|
|
#USE_MMX_ASM=1
|
|
|
|
#USE_SSE_ASM=1
|