Commit Graph

4 Commits

Author SHA1 Message Date
bbraun df15d0fbe7 Add the ability to add a romdisk image 2011-12-05 04:15:45 +00:00
doug 875de91fce Fixed a few things that allow it to compile and run on Windows:
1) htonl() and htons() are declared in winsock.h on Windows and require ws2_32 to be linked in.
2) mingw does not have asprintf, so I changed the Qt GUI to use QString's sprintf() member function which should behave identically.
3) Windows Vista and 7 try to run any program with "patch" in the name with administrative privileges for backwards compatibility with legacy stuff, so I added a build step to the Qt app to embed a manifest. I also need to do the same thing with the cli app...
2011-12-05 03:35:33 +00:00
bbraun 88d5538984 Wild guess at a Qt GUI. 2011-12-05 01:11:34 +00:00
bbraun 919af0757e Initial commit. 2011-12-03 01:31:42 +00:00