Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/palm/src/compile.bat,v

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


head	1.2;
access;
symbols;
locks; strict;
comment	@:: @;


1.2
date	2008.10.01.06.23.12;	author fernan;	state Exp;
branches;
next	1.1;

1.1
date	2008.10.01.06.04.39;	author fernan;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Cobalt Skin ver 6.04
@
text
@@@echo off

set name=Cobalt6.04

echo 1 >%name%.prc
echo Preparing resources...
type res.rcp > res.tmp
echo STRING ID 31999 "%name%" >> res.tmp
echo Compiling resources....
pilrc.exe -q -LE32 -ro -type skin -creator skUI -name %name% res.tmp
del res.tmp
echo Compressing skin...
skinCompressor.exe res.tmp.ro > nul
del %name%.prc
ren res.tmp.ro %name%.prc
echo Done
pause
@@echo on


@


1.1
log
@Initial palm skin
@
text
@d3 1
a3 1
set name=Cobalt6.02
@


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.