repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Un-ignore .bat files
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CCompilerOverride
/
custom-cc-clang.bat
blob
a2e60a9c592734c0097e128c05b81396aa56d143
1
@echo OFF
\r
2
\r
3
where /q clang.exe
\r
4
\r
5
IF %ERRORLEVEL% EQU 0 (
\r
6
call clang.exe -DNOERROR6 %*
\r
7
EXIT /B %ERRORLEVEL%
\r
8
)
\r
9
\r
10
ECHO "Cannot find C compiler"
\r
11
EXIT /B 1
\r