Revision 131
Added by markw about 11 years ago
mcc216/build.sh | ||
---|---|---|
my $version = `svn info | grep Revision: | cut -d' ' -f 2`;
|
||
chomp $version;
|
||
$version = `date +%y%m`;
|
||
$version2 = `date +%d`;
|
||
my $version2 = `date +%d`;
|
||
chomp $version;
|
||
chomp $version2;
|
||
my $cmd = "wine ../rbf2arg/rbf2arg.exe $vga A $version.$version2 \"Atari 800XL $variant\" output_files/atari800core.rbf output_files/atari800core_$variant.arg";
|
Also available in: Unified diff
Fixed missing my