diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-09-05 19:13:02 +0000 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-09-05 19:13:02 +0000 |
| commit | 621e814da6d5005ade8a1fe3f378a363db559cf7 (patch) | |
| tree | 438f1337c0eb2ae83cf3d409c29848d396be08b2 /dev/HPFS/hpfs.json | |
| parent | cc9ce57cac59bd443e2319e3b8f427172b93f7da (diff) | |
| parent | 3b60a1e87ab02a1b72d8bb9f7392780899d5a0d7 (diff) | |
Merged in major-refactor (pull request #19)
Major refactor
Diffstat (limited to 'dev/HPFS/hpfs.json')
| -rw-r--r-- | dev/HPFS/hpfs.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/HPFS/hpfs.json b/dev/HPFS/hpfs.json new file mode 100644 index 00000000..3a13297b --- /dev/null +++ b/dev/HPFS/hpfs.json @@ -0,0 +1,11 @@ +{ + "compiler_path": "rustc", + "compiler_std": "", + "sources_path": ["Sources/*.rs"], + "output_name": "hpfs.sys", + "compiler_flags": [ + ], + "cpp_macros": [ + ] + } +
\ No newline at end of file |
