Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Oct 30, 2020
1 parent 65eb8ca commit 73674de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tools/VisualStudio/cl-dME.bat
@@ -1,4 +1,7 @@
@echo off

echo %MSC_CMD_FLAGS%
echo %MSC_IDE_FLAGS%

python --version
python %~dp0\cl-dME.py %*
4 changes: 2 additions & 2 deletions tools/VisualStudio/cl-dME.py
Expand Up @@ -3,8 +3,8 @@
# cl-dME.py
#
# usage:
# cl /B1cl-dME.py main.cpp
# cl /BXcl-dME.py main.cpp
# cl /B1cl-dME.bat main.cpp
# cl /BXcl-dME.bat main.cpp

import os

Expand Down

0 comments on commit 73674de

Please sign in to comment.