develop/!clean_client.bat
2023-04-09 19:04:00 -05:00

9 lines
215 B
Batchfile

@echo off
call "C:\Program Files\Microsoft Visual Studio 9.0\VC\vcvarsall"
SET target_path=.
devenv /clean release "%target_path%\mdk\mdk.sln"
devenv /clean release "%target_path%\Gunz2\Gunz2_Client.sln"