mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
ef28731b5a
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
29 lines
793 B
Makefile
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
|