mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
15 lines
175 B
Text
15 lines
175 B
Text
description "Including binary data into application";
|
|
|
|
uses
|
|
Core,
|
|
plugin\bz2;
|
|
|
|
file
|
|
ship.usc,
|
|
bin.cpp,
|
|
bin.brc
|
|
depends() bin.cpp;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|