Habr
β
How to become an author
My feed
All streams
Development
Admin
Design
Management
Marketing
PopSci
Search
Write a publication
Settings
Login
Pull to refresh
0
0
@estra
User
Follow
Send message
Profile
Publications
Comments
1
Bookmarks
More
Dropdown
Followers
Following
Copy RSS link
Автоматизированная сборка Delphi-приложения
estra
Feb 26 2020 at 19:19
DelphiAutomatedBuild.dpr
(github)
{$IFDEF RELEASE}
WriteLn('This is RELEASE build');
{$ENDIF RELEASE}
{$IFDEF DEBUG}
WriteLn('This is DEBUG build');
{$ENDIF DEBUG}
{$IFDEF TRIAL}
WriteLn('This is TRIAL version');
{$ENDIF DEBUG}
// {$ENDIF TRIAL} копипаст, будь он неладен
WriteLn('This file version is ', GetFileVersion);
Information
Rating
Does not participate
Registered
October 14 2011
Activity
April 26 2020 at 21:48
{$IFDEF RELEASE}
WriteLn('This is RELEASE build');
{$ENDIF RELEASE}
{$IFDEF DEBUG}
WriteLn('This is DEBUG build');
{$ENDIF DEBUG}
{$IFDEF TRIAL}
WriteLn('This is TRIAL version');
{$ENDIF DEBUG} // {$ENDIF TRIAL} копипаст, будь он неладен
WriteLn('This file version is ', GetFileVersion);