diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/cdcairo.mak | 3 | ||||
| -rw-r--r-- | src/make_uname.bat | 1 | 
2 files changed, 4 insertions, 0 deletions
| diff --git a/src/cdcairo.mak b/src/cdcairo.mak index f38f14d..07d3190 100644 --- a/src/cdcairo.mak +++ b/src/cdcairo.mak @@ -19,5 +19,8 @@ else    SRC += cdcaironative_x11.c      endif +INCLUDES += $(GTK)/include/cairo $(GTK)/include/pango-1.0 $(GTK)/include/glib-2.0 $(GTK)/lib/glib-2.0/include   +LDIR += $(GTK)/lib +  USE_CD = YES  CD = .. 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 | 
