mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 02:27:48 +02:00
clean up
This commit is contained in:
parent
9d6c3d3af9
commit
7fcf882b79
@ -280,8 +280,8 @@ begin
|
||||
if not FileExists(BD+'pas2js.cfg') then
|
||||
CreateConfigFile(BD+'pas2js.cfg',SetDirSeparators('../../packages'),
|
||||
SetDirSeparators(FPCSrcDir+'utils/pas2js/dist/'));
|
||||
if not FileExists(BD+'pas2js-namespaced.cfg') then
|
||||
CreateNameSpacedConfigFile(BD+'pas2js-namespaced.cfg');
|
||||
if not FileExists(BD+'pas2js-namespaced.cfg') then
|
||||
CreateNameSpacedConfigFile(BD+'pas2js-namespaced.cfg');
|
||||
end;
|
||||
rmInstall,rmArchive,rmZipInstall:
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user