5 lines
292 B
Batchfile
5 lines
292 B
Batchfile
msbuild NetHack.sln /t:Clean;Build /p:Configuration=Debug;Platform=Win32
|
|
msbuild NetHack.sln /t:Clean;Build /p:Configuration=Debug;Platform=x64
|
|
msbuild NetHack.sln /t:Clean;Build /p:Configuration=Release;Platform=Win32
|
|
msbuild NetHack.sln /t:Clean;Build /p:Configuration=Release;Platform=x64
|