From a2bfc5e9f4c66db6a29810c064b981d772aefb2a Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 9 Nov 2008 16:06:45 +0100 Subject: Port CRC32 and MD5 functions to standard FreePascal RTL Added compat dir for Kylix compatibility --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fe61319..8d636a4 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ kylix:: -U$(GTK2FORPASCAL_LIBDIR)/atk -U$(GTK2FORPASCAL_LIBDIR)/gtk+/gtk \ -U$(GTK2FORPASCAL_LIBDIR)/gtk+/gdk -U$(GTK2FORPASCAL_LIBDIR)/gtk+/gdk-pixbuf \ -U$(KYLIXPREFIX)/lib \ - -U./libgtk_kylix -U./translations -U./vfs ./tuxcmd.dpr + -U./libgtk_kylix -U./translations -U./vfs -U./compat ./tuxcmd.dpr modules:: @@ -85,6 +85,7 @@ clean cleandir: ( cd vfs && rm -f $(CLEAN_OBJS) ) ( cd libgtk_kylix && rm -f $(CLEAN_OBJS) ) ( cd translations && rm -f $(CLEAN_OBJS) ) + ( cd compat && rm -f $(CLEAN_OBJS) ) tuxcmd_install: -- cgit v1.2.3