changed svn layout

git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
mdelfede 2008-06-07 22:31:27 +00:00
commit d2b54f7989
2872 changed files with 670392 additions and 0 deletions

View file

@ -0,0 +1 @@
BINARY(BRC, "d:/temp/brc.exe" BZ2)

View file

@ -0,0 +1,13 @@
#include <Core/Core.h>
#include <plugin/bz2/bz2.h>
using namespace Upp;
#include "ship.brc"
CONSOLE_APP_MAIN
{
puts("Unpacking BRC.exe...");
if(!SaveFile("BRC.exe", BZ2Decompress(MemReadStream(BRC, BRC_length))))
puts("Error unpacking file!");
}

View file

@ -0,0 +1,12 @@
description "Using binary data for installation";
uses
plugin\bz2;
file
ship.cpp,
ship.brc;
mainconfig
"" = "";