Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-06-12 19:33:18 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-12 19:33:18 +0400
commit5e40c94c64e74c708be74f5898fe221a0b9aebe2 (patch)
treee35af723cf046e6644eb29f4865dfcc2a72092b1 /src
parentd01b88f01402c386d65747f0a6918a6b87166997 (diff)
update astyle.bat to optionally open astyle's webpage if astyle isn't found
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5103 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src')
-rw-r--r--src/YASM.bat3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/YASM.bat b/src/YASM.bat
index 155f4a239..4516d4290 100644
--- a/src/YASM.bat
+++ b/src/YASM.bat
@@ -1,13 +1,12 @@
@ECHO OFF
PUSHD %~dp0
-
IF EXIST "..\build.user.bat" (
CALL "..\build.user.bat"
) ELSE (
IF DEFINED MSYS SET MPCHC_MSYS=%MSYS%
)
+POPD
SET PATH=%PATH%;%MPCHC_MSYS%\bin
-POPD
yasm.exe %*