Update of /cvsroot/audacity/audacity-src/src
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv10267

Added Files:
      Tag: Audacity_UmixIt
        AudacityBranding.h 
Log Message:
build-flag branding

--- NEW FILE: AudacityBranding.h ---
/**********************************************************************

   Audacity: A Digital Audio Editor

   Branding.h

   Vaughan Johnson, March 2007

   Build flags for branding.
   Change values depending on the desired build characteristics.

**********************************************************************/

#pragma once

//enum {
//   Brand_Audacity,
//   Brand_UmixIt,
//   Brand_Thinklabs
//} BrandIndex;
#define BRAND_AUDACITY  0
#define BRAND_UMIXIT    1 
#define BRAND_THINKLABS 2

#define AUDACITY_BRANDING BRAND_UMIXIT

//vvvvv OR do it this way:
//#undef AUDACITY_BRANDING_BRANDNAME // standard version

#define AUDACITY_BRANDING_BRANDNAME wxT("UmixIt")
#define AUDACITY_BRANDING_BRANDURL wxT("http://www.umixit.com/";)

//#define AUDACITY_BRANDING_BRANDNAME "Thinklabs"
//#define AUDACITY_BRANDING_BRANDURL wxT("http://Thinklabsmedical.com/";)



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to