From d5db52cf8805b23deda43769b328396d0154943e Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 18 Jan 2019 07:40:15 +0100 Subject: [PATCH] fix missing dastworx extension --- dastworx/build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dastworx/build.bat b/dastworx/build.bat index 32eff871..1ea9dd23 100644 --- a/dastworx/build.bat +++ b/dastworx/build.bat @@ -24,7 +24,7 @@ echo building... %dc% %dast% %dparse% %iz% %stdxalloc% ^ -O -release -inline -boundscheck=off %mflags% ^ -Isrc -I"..\etc\iz\import" -I"..\etc\libdparse\src" ^ -I"..\etc\stdx-allocator\source" ^ --of"..\bin\dastworx" +-of"..\bin\dastworx.exe" ::cleanup del ..\bin\dastworx.obj