summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2010-06-18 03:08:30 +0000
committerscuri <scuri>2010-06-18 03:08:30 +0000
commit370b2c90cfdfa99a13725e4d63d5a0158a140815 (patch)
tree92f2fd45176246bbc51c6f5e974a6efcdf3a36f2
parent2fd2a2214829a2edefa5df2c6a09ded48fe7bd3b (diff)
*** empty log message ***
-rw-r--r--src/cdcairo.mak3
-rw-r--r--src/make_uname.bat1
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