From 153a3d6f23303c7f1f8afbcc9edb2dc9b2937d57 Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Sat, 4 Jun 2011 05:33:05 +0000 Subject: [PATCH] add PUBLIC_RELEASE option to SConstruct; commented out by default --- SConstruct | 2 ++ changelog.txt | 1 + 2 files changed, 3 insertions(+) diff --git a/SConstruct b/SConstruct index f49862dd..5f5b1bbe 100644 --- a/SConstruct +++ b/SConstruct @@ -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 diff --git a/changelog.txt b/changelog.txt index 011fef20..223dd250 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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