From 8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df Mon Sep 17 00:00:00 2001 From: faketruth Date: Tue, 27 Dec 2011 17:59:08 +0000 Subject: I think I fixed the memory leaks in the converter Updated makefile for Unix I changed how the converter works, now you simply put the .exe in the folder you want to convert and run it, it'll output all the files in ./world git-svn-id: http://mc-server.googlecode.com/svn/trunk@132 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- converter/clean.bat | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'converter/clean.bat') diff --git a/converter/clean.bat b/converter/clean.bat index dfc7a6777..bfcd0af7e 100644 --- a/converter/clean.bat +++ b/converter/clean.bat @@ -16,10 +16,9 @@ del release\*.* /Q del x64\*.* /Q del "My Inspector Results"\*.* /Q del ipch\*.* /Q +del build\*.* /Q rd release /S /Q rd debug /S /Q rd ipch /S /Q rd x64 /Q -rd "My Inspector Results" /Q - -pause \ No newline at end of file +rd "My Inspector Results" /Q \ No newline at end of file -- cgit v1.2.3