summaryrefslogtreecommitdiff
path: root/deps/gyp/test/assembly/src/as.bat
diff options
context:
space:
mode:
Diffstat (limited to 'deps/gyp/test/assembly/src/as.bat')
-rw-r--r--deps/gyp/test/assembly/src/as.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/gyp/test/assembly/src/as.bat b/deps/gyp/test/assembly/src/as.bat
new file mode 100644
index 0000000000..b796db97ca
--- /dev/null
+++ b/deps/gyp/test/assembly/src/as.bat
@@ -0,0 +1,4 @@
+@echo off
+:: Mock windows assembler.
+cl /MD /c %1 /Fo"%2"
+