зеркало из https://github.com/mozilla/pjs.git
22 строки
364 B
Plaintext
22 строки
364 B
Plaintext
//
|
|
// JSD.Prefix
|
|
//
|
|
// Global prefix file for the non-debug JSD project.
|
|
//
|
|
//
|
|
|
|
|
|
#define XP_MAC 1
|
|
|
|
#include "IDE_Options.h"
|
|
#include "NSCrossProductDefines.h"
|
|
|
|
#define MOZILLA_CLIENT 1
|
|
#define MOCHAFILE 1
|
|
#define COMPILER 0
|
|
#define LAYERS 1
|
|
#define VERSION_NUMBER "40"
|
|
#define JAR_NAME "java"##VERSION_NUMBER##".jar"
|
|
#define JAVA 1
|
|
#define EDITOR 1
|
|
#define MOCHA 1 |