aseprite/makefile.cfg
David Capello ef28731b5a Renamed exchange_colors to switch_colors
Removed the bugreport address
"color" is now in the core (isn't a module anymore)
Refactored palette_editor -> paledit
Added test_intmult.c
Completed test_jlist.c
Added test_init, test_init_gui & test_exit routines
Added test_jgrid.c
2008-03-15 01:54:45 +00:00

29 lines
793 B
Makefile

# Copyright (C) 2001-2008 by David A. Capello -*-Makefile-*-
# 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
#DEBUGMODE = 1
#PROFILE = 1
#MEMLEAK = 1
######################################################################
# Default Unix directory to look for ASE data (to this path will be
# added "share/ase/")
#DEFAULT_PREFIX = /usr/local
######################################################################
# Uncomment if you want to use special features
#USE_386_ASM=1
#USE_MMX_ASM=1
#USE_SSE_ASM=1