This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
wut
Watch
2
Star
0
Fork
0
You've already forked wut
mirror of
https://github.com/wiiu-env/wut.git
synced
2024-12-05 03:04:16 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b762ce2ab6
wut
/
.gitignore
14 lines
93 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add .gitignore
2015-12-27 03:23:17 +01:00
build/
First pass at adopting a devkitPro-style build system, see details: - Added wut_rules and wut/rpx/rpl.specs to share/ - Replaced wut's CMake-based buildsystem with a standard Makefile - Conflated all wut libraries into a single libwut.a library - wut's old buildsystems (CMake & plain make) are broken as a result, this will be fixed in the future - Docs, tests and samples are not buildable either at the moment - wutcrt/wutnewlib: - RPX start function is __rpx_start, while RPL is __rpl_start - __init/fini_wut_* functions are no longer weak - __init_wut/__fini_wut are instead weak - Removed _exit implementation - exit syscall now points to _Exit instead of pointing to itself - wutstdc++: - Renamed .cc files to .cpp - Temporarily disabled, due to an issue that will be addressed shortly - wutdevoptab: - Fixed uninitialized variable warnings in __wut_fs_read/write
2019-01-23 19:30:07 +01:00
release/
debug/
Add .gitignore
2015-12-27 03:23:17 +01:00
lib/
*.a
*.o
*.d
*.elf
samples: port helloworld to make
2019-04-09 11:01:33 +02:00
*.rpx
First pass at adopting a devkitPro-style build system, see details: - Added wut_rules and wut/rpx/rpl.specs to share/ - Replaced wut's CMake-based buildsystem with a standard Makefile - Conflated all wut libraries into a single libwut.a library - wut's old buildsystems (CMake & plain make) are broken as a result, this will be fixed in the future - Docs, tests and samples are not buildable either at the moment - wutcrt/wutnewlib: - RPX start function is __rpx_start, while RPL is __rpl_start - __init/fini_wut_* functions are no longer weak - __init_wut/__fini_wut are instead weak - Removed _exit implementation - exit syscall now points to _Exit instead of pointing to itself - wutstdc++: - Renamed .cc files to .cpp - Temporarily disabled, due to an issue that will be addressed shortly - wutdevoptab: - Fixed uninitialized variable warnings in __wut_fs_read/write
2019-01-23 19:30:07 +01:00
*.bz2
Update .gitignore
2018-06-13 18:35:50 +02:00
docs/html/
.vs/
CMakeSettings.json
Reference in New Issue
Copy Permalink