1
0
Fork
You've already forked confc
0
Portable C "configure" script framework
  • C 96.4%
  • Makefile 3.6%
2026年05月19日 09:44:06 -05:00
avs_portability Remove some unused portability and stdc macros, temporarily use stdint 2025年06月02日 10:08:21 -05:00
.gitignore Add missing binary to gitignore 2025年07月06日 10:05:06 -05:00
00_portability.h Detect MacOS 2026年05月19日 09:44:06 -05:00
01_configtools.h Detect MacOS 2026年05月19日 09:44:06 -05:00
02_configneed.h Add default help text, restructure some stuff 2026年05月19日 09:29:53 -05:00
03_stack.h Add default help text, restructure some stuff 2026年05月19日 09:29:53 -05:00
configure.c Add default help text, restructure some stuff 2026年05月19日 09:29:53 -05:00
configure.h Add modelines to source files missing it 2025年07月06日 11:06:52 -05:00
LICENSE Add license 2025年05月19日 05:07:19 -05:00
Makefile Add default help text, restructure some stuff 2026年05月19日 09:29:53 -05:00
README.md Fix incorrect build instructions in README.md 2025年05月30日 13:11:29 -05:00

Potential idea for the future, but I'd like to get something working before investing effort into exploring this: (削除) The build system is inspired by Justine Tunney's work on Actually Portable Executable. Similarly, it can be run on MS-DOS via the MZ format, and Unix via the interpreter line without a shebang. It's also a valid Makefile, so you can build it with make -f build.com (削除ここまで)