diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-11-09 16:06:45 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-11-09 16:06:45 +0100 |
| commit | a2bfc5e9f4c66db6a29810c064b981d772aefb2a (patch) | |
| tree | 7ea6efd4ffe7e265a9dee447693e36332e36f375 /Makefile | |
| parent | 8712e487d22e7650a3dc529a63a70cf1d64e1bc4 (diff) | |
| download | tuxcmd-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
