add PUBLIC_RELEASE option to SConstruct; commented out by default

This commit is contained in:
punkrockguy318 2011-06-04 05:33:05 +00:00
parent 6879b92768
commit 153a3d6f23
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@ opts.AddVariables(
env = Environment(options = opts)
# env.Append(CPPDEFINES=["PUBLIC_RELEASE"])
# LSB_FIRST must be off for PPC to compile
if platform.system == "ppc":
env['LSB_FIRST'] = 0

View File

@ -1,3 +1,4 @@
-r**** - FCEUX 2.1.5 release
1-jun-2011 - prg318 - sdl - print usage when --help is passed even if SDL fails
plombo - added stock icons to menu items
plombo - added new gamepad configuration dialog