mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
67a830183b
(the new compiler used for the following Win32 binary releases). + Modified some error handling code to use C++ exceptions. + Modified some collections (std::vector, std::map, etc.) from instances to pointers.
31 lines
826 B
Makefile
31 lines
826 B
Makefile
# Copyright (C) 2001-2009 by David 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
|
|
|
|
#RELEASE = 1
|
|
#DEBUGMODE = 1
|
|
#PROFILE = 1
|
|
#MEMLEAK = 1
|
|
#STATIC_ALLEG_LINK = 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
|