summaryrefslogtreecommitdiff
path: root/src/make_uname.bat
diff options
context:
space:
mode:
authorscuri <scuri>2010-06-17 21:42:12 +0000
committerscuri <scuri>2010-06-17 21:42:12 +0000
commit2fd2a2214829a2edefa5df2c6a09ded48fe7bd3b (patch)
tree7f09a0fedf129e8a720014de512383710750e94c /src/make_uname.bat
parentdebc9599032c7036006ec124f4ef8f44b8935568 (diff)
*** empty log message ***
Diffstat (limited to 'src/make_uname.bat')
-rw-r--r--src/make_uname.bat45
1 files changed, 3 insertions, 42 deletions
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