From: shefty Date: Thu, 16 Apr 2009 22:26:46 +0000 (+0000) Subject: branches/winverbs: remove file no longer in trunk X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=5fd65d140294642952aeed2666535076c243018d;p=~shefty%2Frdma-win.git branches/winverbs: remove file no longer in trunk git-svn-id: svn://openib.tc.cornell.edu/gen1@2105 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86 --- diff --git a/branches/winverbs/etc/bldib.bat b/branches/winverbs/etc/bldib.bat deleted file mode 100644 index 9a22e7f7..00000000 --- a/branches/winverbs/etc/bldib.bat +++ /dev/null @@ -1,44 +0,0 @@ -rem -rem Allows building any OS/processor architecture from a single command window. -rem You must customize for your system (see below). -rem -rem Use: -rem bldib {chk | fre} [{x86 | x64 | ia64} [{xp | 2003 | 2008} [options]]] -rem User must specify checked or free build (chk or fre). -rem Default arch is x86. -rem Default OS is 2003. -rem Default build options are -wg. Overriding requires setting arch and OS. -rem -rem Examples: -rem bldib chk - builds checked x86 version for 2003 using -wg -rem bldib chk x64 - builds checked x64 version for 2003 using -wg -rem bldib fre x64 2008 wgc - builds free x64 version for 2008 using -wgc - -@echo off -if "%1"=="" goto use - -set bld_arch=x86 -if "%2"=="x64" set bld_arch=x64 -if "%2"=="ia64" set bld_arch=64 - -set bld_os=wnet -if "%3"=="2008" set bld_os=WLH -if "%3"=="xp" set bld_os=WXP -if "%3"=="xp" set bld_arch= - -set bld_opt=wg -if NOT "%4"=="" set bld_opt=%4 - -set DDKBUILDENV= -rem ***************************** set WDK path below ******************************** -call c:\WinDDK\6001.18001\bin\setenv.bat C:\WinDDK\6001.18001\ %1 %bld_arch% %bld_os% -rem ******************* set path to root of source tree to build ******************** -cd \ofw\trunk -build -%bld_opt% -goto end - -:use -echo "{chk | fre} [{x86 | x64 | ia64} [{xp | 2003 | 2008} [options]]] - defaults x86 2003 wg" - -:end -@echo on \ No newline at end of file