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 70c3510..7ac2147 100644 --- a/src/make_uname.bat +++ b/src/make_uname.bat @@ -6,6 +6,7 @@ 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" %1 %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=cd_pdflib" %2 %3 %4 %5 %6 %7 %8 call tecmake %1 "MF=cdpdf" %2 %3 %4 %5 %6 %7 %8 REM call tecmake %1 "MF=cdlua3" %2 %3 %4 %5 %6 %7 %8 |