mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 22:14:25 +02:00
* Reset also resets main program src
git-svn-id: trunk@40470 -
This commit is contained in:
parent
a38e67dfde
commit
231b86dcdf
@ -2118,7 +2118,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
// create writer for this file
|
// create writer for this file
|
||||||
CreateFileWriter(DestFilename);
|
CreateFileWriter(DestFilename);
|
||||||
if aFile.IsMainFile and not AllJSIntoMainJS then
|
if aFile.IsMainFile and Not AllJSIntoMainJS then
|
||||||
InsertCustomJSFiles(aFileWriter);
|
InsertCustomJSFiles(aFileWriter);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -3865,7 +3865,7 @@ begin
|
|||||||
FPostProcessorSupport.Clear;
|
FPostProcessorSupport.Clear;
|
||||||
FCompilerExe:='';
|
FCompilerExe:='';
|
||||||
FSrcMapBaseDir:='';
|
FSrcMapBaseDir:='';
|
||||||
|
FMainSrcFile:='';
|
||||||
FOptions:=DefaultP2jsCompilerOptions;
|
FOptions:=DefaultP2jsCompilerOptions;
|
||||||
FRTLVersionCheck:=DefaultP2jsRTLVersionCheck;
|
FRTLVersionCheck:=DefaultP2jsRTLVersionCheck;
|
||||||
FMode:=p2jmObjFPC;
|
FMode:=p2jmObjFPC;
|
||||||
|
Loading…
Reference in New Issue
Block a user