1
0

Including converter update with windows binary from forums. Shouldn't need to load a solution to compile a windows program really.

git-svn-id: http://mc-server.googlecode.com/svn/trunk@131 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
mtilden@gmail.com 2011-12-27 16:30:06 +00:00
parent 417571424b
commit dca6401fb3
3 changed files with 0 additions and 5 deletions

BIN
converter/Converter.exe Normal file

Binary file not shown.

BIN
converter/Converter.pdb Normal file

Binary file not shown.

View File

@ -1,5 +1,3 @@
#if 0
/* list contents of a directory */
#include <stdio.h>
#include <stdlib.h>
@ -52,6 +50,3 @@ int main (int argc, char *argv[]) {
}
return EXIT_SUCCESS;
}
#endif