Skip to content
Snippets Groups Projects
Commit bf0a70e0 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

can now install jpeglib :)

Rev: NT/tools/install:1.10
parent fc07afea
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ int main(int argc, string *argv)
{
argv[0]="copy";
if(argv[1]=="-c") argv=argv[..0]+argv[2..];
if(argv[1]=="-m") argv=argv[..0]+argv[3..];
if(file_stat(argv[1]+".exe")) argv[1]+=".exe";
exit(do_cmd( Array.map(argv,fixpath)));
}else{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment