-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improved build script, automatic version fetch from source
- Loading branch information
1 parent
2796709
commit 6c1ab28
Showing
4 changed files
with
37 additions
and
20 deletions.
There are no files selected for viewing
Submodule front-end
updated
14 files
+0 −1 | .gitignore | |
+0 −2 | _build_js.sh | |
+0 −28 | dump_js_lang.php | |
+5 −0 | js/lang.js | |
+3 −4 | js/term/buttons.js | |
+17 −11 | js/term/debug_screen.js | |
+67 −26 | js/term/demo.js | |
+6 −6 | js/term/upload.js | |
+14 −0 | lang/_js-dump.php | |
+54 −0 | lang/_js-lang-loader.js | |
+19 −2 | lang/de.php | |
+12 −0 | lang/js-keys.js | |
+1 −1 | sass/layout/_base.scss | |
+11 −0 | webpack.config.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// | ||
// Created by MightyPork on 2017/10/03. | ||
// | ||
// helper for building release packages | ||
// | ||
// Run with `tcc -run` | ||
// | ||
|
||
#include "user/version.h" | ||
#include <stdio.h> | ||
|
||
void main() { | ||
printf(FW_VERSION); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters