From 2fd2a2214829a2edefa5df2c6a09ded48fe7bd3b Mon Sep 17 00:00:00 2001 From: scuri Date: Thu, 17 Jun 2010 21:42:12 +0000 Subject: *** empty log message *** --- src/make_uname.bat | 45 +++------------------------------------------ 1 file changed, 3 insertions(+), 42 deletions(-) (limited to 'src/make_uname.bat') diff --git a/src/make_uname.bat b/src/make_uname.bat index 6d84df8..f361941 100644 --- a/src/make_uname.bat +++ b/src/make_uname.bat @@ -1,9 +1,6 @@ @echo off REM This builds all the libraries of the folder for 1 uname -if "%1"=="VC" goto gdiplus_VC -if "%1"=="vc-all" goto all-vc - call tecmake %1 "MF=cd_freetype" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "USE_GDK=Yes" %2 %3 %4 %5 %6 %7 %8 @@ -15,44 +12,8 @@ call tecmake %1 "MF=cdlua5" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=cdluapdf5" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=cdluaim5" %2 %3 %4 %5 %6 %7 %8 -if "%1"=="vc6" goto gdiplus -if "%1"=="vc7" goto gdiplus -if "%1"=="vc8" goto gdiplus -if "%1"=="vc8_64" goto gdiplus -if "%1"=="vc9" goto gdiplus -if "%1"=="vc9_64" goto gdiplus -if "%1"=="dll" goto gdiplus -if "%1"=="dll7" goto gdiplus -if "%1"=="dll8" goto gdiplus -if "%1"=="dll8_64" goto gdiplus -if "%1"=="dll9" goto gdiplus -if "%1"=="dll9_64" goto gdiplus -if "%1"=="all" goto all-vc -goto end - -:gdiplus +REM GDI+ and Cairo are NOT available in some compilers call tecmake %1 "MF=cdcontextplus" %2 %3 %4 %5 %6 call tecmake %1 "MF=cdluacontextplus5" %2 %3 %4 %5 %6 %7 %8 -goto end - -:gdiplus_VC -call tecmake %2 "MF=cdcontextplus" %3 %4 %5 %6 -call tecmake %2 "MF=cdluacontextplus5" %3 %4 %5 %6 %7 %8 -goto end - -:all-vc -call make_uname VC vc6 %2 %3 %4 %5 %6 -call make_uname VC vc7 %2 %3 %4 %5 %6 -call make_uname VC vc8 %2 %3 %4 %5 %6 -call make_uname VC vc8_64 %2 %3 %4 %5 %6 -call make_uname VC vc9 %2 %3 %4 %5 %6 -call make_uname VC vc9_64 %2 %3 %4 %5 %6 -call make_uname VC dll %2 %3 %4 %5 %6 -call make_uname VC dll7 %2 %3 %4 %5 %6 -call make_uname VC dll8 %2 %3 %4 %5 %6 -call make_uname VC dll8_64 %2 %3 %4 %5 %6 -call make_uname VC dll9 %2 %3 %4 %5 %6 -call make_uname VC dll9_64 %2 %3 %4 %5 %6 -goto end - -:end +call tecmake %1 "MF=cdcairo" %2 %3 %4 %5 %6 +call tecmake %1 "MF=cdluacairo5" %2 %3 %4 %5 %6 %7 %8 -- cgit v1.2.3