25 lines
336 B
C
25 lines
336 B
C
#ifndef DEBUG_H
|
||
#define DEBUG_H
|
||
|
||
|
||
|
||
|
||
//#define x86
|
||
|
||
//#define DEBUG_MODE
|
||
|
||
|
||
|
||
#ifdef x86
|
||
|
||
#define GATE_FACE_PRJ
|
||
|
||
#define LANGUAGE_TYPE 2 //繁体:1 英文:2
|
||
#define LANGUAGE_DIR_PATH "Z:\\a038\\source\\GateFaceHisi\\View\\build-qt-a038-Desktop_Qt_5_12_3_MinGW_64_bit-Debug\\debug"
|
||
|
||
#endif
|
||
|
||
|
||
|
||
#endif // DEBUG_H
|