From a7f89980e5b3f4b9a74c70dbc5ffe8aabd28be28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Jul 2014 18:04:32 +0200 Subject: Imported Upstream version 2.9.3 --- buildsamp.cmd | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 buildsamp.cmd (limited to 'buildsamp.cmd') diff --git a/buildsamp.cmd b/buildsamp.cmd new file mode 100644 index 0000000..886125c --- /dev/null +++ b/buildsamp.cmd @@ -0,0 +1,13 @@ + +set | findstr VCINSTALLDIR +if %errorlevel% EQU 1 goto vcerror + +cd util +nmake -f ipmi_sample.mak all +cd .. +goto done + +:vcerror +echo Need to first run vcvars.bat + +:done -- cgit v1.2.3