diff options
Diffstat (limited to 'src/make_uname.bat')
-rw-r--r-- | src/make_uname.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make_uname.bat b/src/make_uname.bat index f361941..025b94e 100644 --- a/src/make_uname.bat +++ b/src/make_uname.bat @@ -13,6 +13,7 @@ call tecmake %1 "MF=cdluapdf5" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=cdluaim5" %2 %3 %4 %5 %6 %7 %8 REM GDI+ and Cairo are NOT available in some compilers +REM so this may result in errors, just ignore them call tecmake %1 "MF=cdcontextplus" %2 %3 %4 %5 %6 call tecmake %1 "MF=cdluacontextplus5" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=cdcairo" %2 %3 %4 %5 %6 |