mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
* convert to console application without window, so the user sees all status messages in the order of appearance * include SysUtils unit, which increases file size to ~2MB, but enhances maintainability * restrict compilation and resource inclusion to 64bit mode - the build updater is disabled in 32bit mode anyway
12 lines
292 B
Batchfile
12 lines
292 B
Batchfile
brcc32 res\version.rc
|
|
cgrc res\icon.rc
|
|
brcc32 res\icon-question.rc
|
|
brcc32 res\manifest.rc
|
|
brcc32 res\updater.rc
|
|
cgrc.exe res\styles.rc
|
|
brcc32.exe source\vcl-styles-utils\AwesomeFont.rc
|
|
brcc32.exe source\vcl-styles-utils\AwesomeFont_zip.rc
|
|
brcc32.exe res\updater\manifest.rc
|
|
|
|
pause
|