From 42de9db2762a63f69321fc4e89ea81e16a5a206a Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 11 Nov 2008 05:09:51 +0000 Subject: Integrate module sources into build system. Various hackery to get it to build for non-RO platforms. A bunch of const-correctness fixes. Hack around strict aliasing warning. Don't expect the menu code to work on 64bit platforms. Sprinkling a bit of intptr_t around may well be some kind of solution. svn path=/trunk/iconv/; revision=5680 --- Makefile-ronative | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile-ronative') diff --git a/Makefile-ronative b/Makefile-ronative index 39dac7f..f62a494 100644 --- a/Makefile-ronative +++ b/Makefile-ronative @@ -51,6 +51,7 @@ $(shell Iconvpwd Iconv$$Dir) TOP := # Tell everyone that we're building on RISC OS, so they can work around things. +TARGET := riscos HOST := riscos include build/Makefile.common -- cgit v1.2.3