scenario/README
author bjarni
Thu, 30 Mar 2006 20:14:06 +0000
changeset 3380 f473785f812c
parent 3171 a2174cab2af5
permissions -rw-r--r--
(svn r4183) -Codechange: [Makefile]: removed MANUAL_CONFIG as it's not used anymore
This should hopefully fix the issue where WITH_SDL can be defined while SDL-CONFIG is not
Added an error if WITH_SDL is defined but SDL-CONFIG is not. The same goes for WITH_PNG even though nobody reported this as a problem
removed STATIC_ZLIB_PATH as it turns out that nobody used it
3171
a2174cab2af5 (svn r3802) * Add a dummy file in the scenario dir to make the makefile stop complaining on make install (temporary hack).
matthijs
parents:
diff changeset
     1
You can place you scenarios in this dir.
a2174cab2af5 (svn r3802) * Add a dummy file in the scenario dir to make the makefile stop complaining on make install (temporary hack).
matthijs
parents:
diff changeset
     2
a2174cab2af5 (svn r3802) * Add a dummy file in the scenario dir to make the makefile stop complaining on make install (temporary hack).
matthijs
parents:
diff changeset
     3
This file is really here to make the Makefile happy, it should be modified to
a2174cab2af5 (svn r3802) * Add a dummy file in the scenario dir to make the makefile stop complaining on make install (temporary hack).
matthijs
parents:
diff changeset
     4
properly handle scenarios (or maybe even not at all...).