2004-11-20, 03:56
after discussing with chokeman & wabid i'm removing the xbmctex (or for now, commenting out) "process" in build.bat.
the idea behind this is that it's not really necessary to compress all images into a fresh xpr every single time, since cvs -should- contain an accurate textures.xpr.
also background.png + background2.png shouldnt be compressed per the skin authors recommendation
so instead of compressing, i'll copy those 3 files instead to the build folder.
if you got any remarks about this, post it in this thread :talktohand:
ps. i'm also commenting this line out:
for /r build %%d in (cvs) do @rd /s /q %%d
since it doesnt work - only produces a range of error messages.
the idea behind this is that it's not really necessary to compress all images into a fresh xpr every single time, since cvs -should- contain an accurate textures.xpr.
also background.png + background2.png shouldnt be compressed per the skin authors recommendation
so instead of compressing, i'll copy those 3 files instead to the build folder.
if you got any remarks about this, post it in this thread :talktohand:
ps. i'm also commenting this line out:
for /r build %%d in (cvs) do @rd /s /q %%d
since it doesnt work - only produces a range of error messages.