summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-09 16:06:45 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-09 16:06:45 +0100
commita2bfc5e9f4c66db6a29810c064b981d772aefb2a (patch)
tree7ea6efd4ffe7e265a9dee447693e36332e36f375 /Makefile
parent8712e487d22e7650a3dc529a63a70cf1d64e1bc4 (diff)
downloadtuxcmd-a2bfc5e9f4c66db6a29810c064b981d772aefb2a.tar.xz
Port CRC32 and MD5 functions to standard FreePascal RTL
Added compat dir for Kylix compatibility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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: