This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63bc5e6959
NetBSD
/
games
/
adventure
History
dholland
6f629695aa
Minor tidyup.
2014-03-22 22:04:40 +00:00
..
adventure.6
crc.c
done.c
extern.h
glorkz
hdr.h
init.c
tag decl() __noinline, as inlining it would defeat its purpose
2014-03-22 20:07:05 +00:00
io.c
main.c
Makefile
Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to make UAC happy when building with Cygwin. As described here --
http://msdn.microsoft.com/en-us/library/windows/desktop/bb756960.aspx
-- 32-bit executables whose filenames include the strings 'install', 'setup', 'update', 'patch', etc. by default will request admin privileges unless an application manifest is provided.
2013-02-16 16:30:28 +00:00
save.c
Minor tidyup.
2014-03-22 22:04:40 +00:00
setup.c
subr.c
vocab.c
wizard.c