diff --git a/build/mkactor.pl b/build/mkactor.pl index 8156a854b..f73216925 100644 --- a/build/mkactor.pl +++ b/build/mkactor.pl @@ -1,35 +1,26 @@ $OutFile=shift(@ARGV); -$InStr=shift(@ARGV); +$Actor=shift(@ARGV); -@Tmp=split('_',$InStr); -$Chapter=shift(@Tmp); -$Level=shift(@Tmp); -$LevelDir =$Chapter/\$Level; - -# printf("I got\n0: $OutFile\n1: $InStrn\n"); -# printf("Chapter = $Chapter\n"); -# printf("Level = $Level\n"); -# printf("LevelDir = $LevelDir\n"); +# printf("I got\n0: $OutFile\n1: $Actor\n"); $OutFile=">$OutFile"; open(OutFile) || die "Can't create makefile $OutFile; $!"; +# print <