diff options
| author | 2018-12-09 17:49:00 -0500 | |
|---|---|---|
| committer | 2018-12-09 17:49:00 -0500 | |
| commit | 21d4b8fe1f3eb3743440d0214174605492f9615b (patch) | |
| tree | 020d955402e339a5fe222061e6445ebd59113de1 /build_win.bat | |
| parent | Switch to out of source build on unix/linux. (diff) | |
Move tools out of src (src should be
only code that goes into final binary).
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index c0168c50..b67a393e 100644 --- a/build_win.bat +++ b/build_win.bat @@ -24,7 +24,7 @@ mkdir build\core mkdir build\mainclient @rem Build the xxd tool for generating sources -@cl /nologo /c src/tools/xxd.c /Fobuild\xxd.obj +@cl /nologo /c tools/xxd.c /Fobuild\xxd.obj @if errorlevel 1 goto :BUILDFAIL @link /nologo /out:build\xxd.exe build\xxd.obj @if errorlevel 1 goto :BUILDFAIL |
