add PUBLIC_RELEASE option to SConstruct; commented out by default
This commit is contained in:
parent
6879b92768
commit
153a3d6f23
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue