repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix some warnings
[mono-project.git]
/
msvc
/
winsetup.bat
blob
33a72f6b1bd8d7e0611fda19d337a2080e62eaed
1
@echo off
2
cd ..
3
copy winconfig.h config.h
4
goto end
5
:error
6
echo fatal error: the VSDepenancies directory was not found in the "mono" directory
7
echo error: you must download and unzip that file
8
exit /b 100
9
goto end
10
:ok
11
echo OK
12
:end
13
exit /b 0