Registriert seit: 28. Feb 2016
Ort: Nordost Baden-Württemberg
2.942 Beiträge
Delphi 12 Athens
|
Conditional define für Build Configuration
2. Okt 2018, 09:55
Hallo,
gibt's in Berlin (in der Hilfe hab ich hier nichts gefunden: http://docwiki.embarcadero.com/RADSt...ktiven_-_Index)
ein Conditional define für die Build Konfiguration?
Ich will sowas wie
{$IFDEF DEBUG}
{$DEFINE MyDefine}
...
{$ENDIF}
umsetzen.
|