forked from layerfsd/Roomer-PMS-1
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRoomer.inc
20 lines (15 loc) · 788 Bytes
/
Roomer.inc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
////////////////////////////////////////////////////////////////////////////////
// Roomer.inc
// Include file with rommer specific Delphi {$define} statements
////////////////////////////////////////////////////////////////////////////////
{$define ROOMERSTORE}
// Defines that can be used to mimic or force behaviour while developing
{$ifdef DEBUG}
{.$define rmEnableOffLineLogin} // Forced visiblity of Offline login
{.$define rmForceOffline} // Force detecting no internet connection
{.$define rmROOMERSSL}
{$define rmMONITOR_LEAKAGE} // Report memory leaks on shutdown
{$define rmDisableFinanceConnect } // Do not use finance connect
{$endif DEBUG}
{$define DISABLEOFFLINEREPORTS} // turn off offline reports because of application hangs
{$define UseFastMM}