summaryrefslogtreecommitdiff
path: root/tools/knarc
AgeCommit message (Collapse)Author
2021-11-11Fix Makefile issues with OSX 11.6PikalaxALT
2021-11-05Update build scripts for MacOS Monterey; Use pkg-config on all platforms; ↵shinyquagsire23
MacOS no longer needs static libc++fs; Use gsed on MacOS
2021-05-29Output NARC contents as C enums in .naix filesPikalaxALT
You can include these by typing out the full path to the .naix file (minus the files/ prefix). Example: ```c ``` Also: - Build the filesystem before building the C objects
2021-02-06Remove duplicated flagsDsaster
2021-02-06add macOS supportDsaster
2020-08-03knarc/msgenc ldflags patchPikalaxALT
2020-07-11Fix knarc makefile morePikalaxALT
2020-07-10Update knarc MakefilePikalaxALT
2020-07-10Update knarc MakefilePikalaxALT
2020-07-04Changed indentation to spaceskr3nshaw
2020-07-04Removed blank line to get Travis to rebuildkr3nshaw
2020-07-04Added fnmatch for Windowskr3nshaw
2020-06-30knarc accepts CRLF in .knarcignorePikalaxALT
knarc now allows CRLF line endings in .knarcignore
2020-06-16KNARC: Fix typo in help string; suppress narrowing warningsPikalaxALT
2020-06-16KNARC: Add handling of .knarcignore, .knarckeep; fix up cliPikalaxALT
2020-06-08Pass down host variablesmid-kid
2020-06-08Changed first line of knarc makefilekr3nshaw
2020-06-08Changed g++-9 to g++ in knarc makefilekr3nshaw
2020-06-08Amended knarc makefile so as not to conflict with devkitARMkr3nshaw
2020-06-08Added preprocessor macros to switch experimental on and offkr3nshaw
2020-06-08Changed filesystem to experimental/filesystemkr3nshaw
2020-06-07Update Makefile.PlatinumMaster
2020-06-07Force g++-8 usage.PlatinumMaster
2020-06-07Change order of linked files.PlatinumMaster
2020-06-08Changed GCC 9 back to GCC 8 and added fs flagkr3nshaw
2020-06-08My turn to try and fix Traviskr3nshaw
2020-06-07Update Makefile to support g++8.PlatinumMaster
2020-06-08Added .gitignore for compiled binarykr3nshaw
2020-06-08Replaced narccomp with knarckr3nshaw