]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
branches/winverbs: remove file no longer in trunk
authorshefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 16 Apr 2009 22:26:46 +0000 (22:26 +0000)
committershefty <shefty@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Thu, 16 Apr 2009 22:26:46 +0000 (22:26 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2105 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/winverbs/etc/bldib.bat [deleted file]

diff --git a/branches/winverbs/etc/bldib.bat b/branches/winverbs/etc/bldib.bat
deleted file mode 100644 (file)
index 9a22e7f..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-rem\r
-rem Allows building any OS/processor architecture from a single command window.\r
-rem You must customize for your system (see below).\r
-rem\r
-rem Use:\r
-rem   bldib {chk | fre} [{x86 | x64 | ia64} [{xp | 2003 | 2008} [options]]]\r
-rem      User must specify checked or free build (chk or fre).\r
-rem      Default arch is x86.\r
-rem      Default OS is 2003.\r
-rem      Default build options are -wg.  Overriding requires setting arch and OS.\r
-rem\r
-rem Examples:\r
-rem   bldib chk                        - builds checked x86 version for 2003 using -wg\r
-rem   bldib chk x64            - builds checked x64 version for 2003 using -wg\r
-rem   bldib fre x64 2008 wgc   - builds free x64 version for 2008 using -wgc\r
-\r
-@echo off\r
-if "%1"=="" goto use\r
-\r
-set bld_arch=x86\r
-if "%2"=="x64" set bld_arch=x64\r
-if "%2"=="ia64" set bld_arch=64\r
-\r
-set bld_os=wnet\r
-if "%3"=="2008" set bld_os=WLH\r
-if "%3"=="xp" set bld_os=WXP\r
-if "%3"=="xp" set bld_arch=\r
-\r
-set bld_opt=wg\r
-if NOT "%4"=="" set bld_opt=%4\r
-\r
-set DDKBUILDENV=\r
-rem ***************************** set WDK path below ********************************\r
-call c:\WinDDK\6001.18001\bin\setenv.bat C:\WinDDK\6001.18001\ %1 %bld_arch% %bld_os%\r
-rem ******************* set path to root of source tree to build ********************\r
-cd \ofw\trunk\r
-build -%bld_opt%\r
-goto end\r
-\r
-:use\r
-echo "{chk | fre} [{x86 | x64 | ia64} [{xp | 2003 | 2008} [options]]] - defaults x86 2003 wg"\r
-\r
-:end\r
-@echo on
\ No newline at end of file