From d5672adf747c0b4c6820a5e664e06fdb217d3bca Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Sun, 6 Nov 2016 10:31:14 +0700 Subject: [PATCH] Fixup resources build path --- source/build.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/source/build.bat b/source/build.bat index c2951aec66..bd39089041 100644 --- a/source/build.bat +++ b/source/build.bat @@ -36,6 +36,7 @@ echo Compiling build %BUILD% echo. if not exist ..\output mkdir ..\output +if not exist ..\output\resources mkdir ..\output\resources rem Compile supplementary plane string handing extensions echo Compile SMP string extensions