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
Add “Ignore warning” option to cabal check
[cabal.git]
/
cabal-testsuite
/
PackageTests
/
CCompilerOverride
/
custom-cc.bat
blob
504f6b800cde28a64d7bafdc596d837b34772a42
1
@echo OFF
\r
2
\r
3
where /q gcc.exe
\r
4
\r
5
IF %ERRORLEVEL% EQU 0 (
\r
6
call gcc.exe -DNOERROR6 %*
\r
7
EXIT /B %ERRORLEVEL%
\r
8
)
\r
9
\r
10
ECHO "Cannot find C compiler"
\r
11
EXIT /B 1