Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
324 changes: 174 additions & 150 deletions src/Common.pas

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions src/FileIO.pas
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ interface
{$i Types.inc}
{$SCOPEDENUMS ON}

{$IFDEF PAS2JS}
{$DEFINE SIMULATED_FILE_IO}
{$ENDIF}

uses SysUtils;

type
Expand Down
1 change: 0 additions & 1 deletion src/Makefile.bat
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ rem
call :run_mp %1 %MP_FOLDER%\samples\a8\graph_crossplatform fedorahat
call :run_mp %1 %MP_FOLDER%\samples\a8\graph_crossplatform cannabis
call :run_mp %1 %MP_FOLDER%\samples\a8\graph_crossplatform snowflake
call :run_mp %1 %MP_FOLDER%\samples\a8\graph_crossplatform snowflake_float16
call :run_mp %1 %MP_FOLDER%\samples\a8\graph_crossplatform spline
call :run_mp %1 %MP_FOLDER%\samples\a8\graph_crossplatform fern
goto :eof
Expand Down
Loading