Skip to content

Commit

Permalink
[Build tool] Clean up configuration file
Browse files Browse the repository at this point in the history
[MSXtk] Removed chmod setup
  • Loading branch information
aoineko-fr committed Dec 26, 2022
1 parent df6afaf commit bb75c41
Show file tree
Hide file tree
Showing 9 changed files with 155 additions and 570 deletions.
2 changes: 1 addition & 1 deletion engine/script/js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require("./setup_global.js");

//-- Default configuration
if (!fs.existsSync(`${RootDir}projects/default_config.js`))
util.copyFile(`${RootDir}engine/script/js/default_config_${process.platform}.js`, `${RootDir}projects/default_config.js`);
util.copyFile(`${RootDir}engine/script/js/default_config.js`, `${RootDir}projects/default_config.js`);
require(`${RootDir}projects/default_config.js`);

//-- Project specific overwrite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ BankedCall = 0;
//-- Overwrite RAM starting address (number). For example. 0xE0000 for 8K RAM machine
ForceRamAddr = 0;

// --List of data files to copy to disk (array)
//-- List of data files to copy to disk (array)
DiskFiles = [];

//-- BASIC USR driver default address (number)
Expand Down
234 changes: 0 additions & 234 deletions engine/script/js/default_config_linux.js

This file was deleted.

Loading

0 comments on commit bb75c41

Please sign in to comment.