Parcourir la source

silent taskkill

Nicolas Cannasse il y a 7 ans
Parent
commit
6867c5b354
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Makefile.win

+ 1 - 1
Makefile.win

@@ -6,7 +6,7 @@ EXTENSION=.exe
 PACKAGE_SRC_EXTENSION=.zip
 
 kill:
-	-@taskkill /F /IM haxe.exe
+	-@taskkill /F /IM haxe.exe 2>NUL
 
 # allow Ocaml/Mingw as well
 NATIVE_LIBS += -I "c:/program files/mingw/lib/"