aboutsummaryrefslogtreecommitdiff
path: root/buildall.bat
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-05 13:44:19 +0000
committermarha <marha@users.sourceforge.net>2011-05-05 13:44:19 +0000
commit4ac3e6a0be77b6fd4642a3c4df67590cb645ee7e (patch)
tree7dbfed77972a15448bcdb96b8dbe442ea3445138 /buildall.bat
parentec9e23c91971a0e81886f806a018b27987ac17cd (diff)
downloadvcxsrv-4ac3e6a0be77b6fd4642a3c4df67590cb645ee7e.tar.gz
vcxsrv-4ac3e6a0be77b6fd4642a3c4df67590cb645ee7e.tar.bz2
vcxsrv-4ac3e6a0be77b6fd4642a3c4df67590cb645ee7e.zip
Make sure nasm does not give an error back
Diffstat (limited to 'buildall.bat')
-rw-r--r--buildall.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildall.bat b/buildall.bat
index 6d28e02c9..20ed10e9e 100644
--- a/buildall.bat
+++ b/buildall.bat
@@ -1,4 +1,4 @@
-nasm >& nul
+nasm -h >& nul
if errorlevel NE 0 goto nasmerror
echo on