summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-03-23 00:05:11 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-03-23 00:05:11 +0000
commit953d5e92ec81dd485c4ddf6694fd855bd7bef7bb (patch)
tree9700320cfea843429d9f03000e1fe23bfcbcf116
parentcbbca59134083e5559b5361911054dbe774e7e63 (diff)
downloadnstheme-953d5e92ec81dd485c4ddf6694fd855bd7bef7bb.tar.gz
nstheme-953d5e92ec81dd485c4ddf6694fd855bd7bef7bb.tar.bz2
[project @ 2005-03-23 00:05:11 by rjw]HEADmaster
Tidy up makefiles svn path=/import/nstheme/; revision=2442
-rw-r--r--posix.mk11
-rw-r--r--riscos.mk3
2 files changed, 3 insertions, 11 deletions
diff --git a/posix.mk b/posix.mk
index 1734364..88cbee9 100644
--- a/posix.mk
+++ b/posix.mk
@@ -1,11 +1,6 @@
-CC = /riscos/bin/gcc
-CC_DEBUG = gcc
+CC = /home/riscos/cross/bin/gcc
-PLATFORM_CFLAGS_RISCOS =
-PLATFORM_CFLAGS_DEBUG = -I/usr/include/libxml2 -I/riscos/src/OSLib \
- -I/riscos/include/libjpeg -D_POSIX_C_SOURCE
-
-LDFLAGS_RISCOS = -L/riscos/lib -lxml2 -lz -lcurl -lssl -lcrypto -lcares -lmng \
- -loslib -ljpeg
+PLATFORM_CFLAGS_RISCOS = -I/home/riscos/env/include
+LDFLAGS_RISCOS = -L/home/riscos/env/lib -loslib
RUNIMAGE = !NSTheme/!RunImage,ff8
diff --git a/riscos.mk b/riscos.mk
index 729f43f..2c7d737 100644
--- a/riscos.mk
+++ b/riscos.mk
@@ -1,9 +1,6 @@
CC = gcc
-CC_DEBUG = gcc
PLATFORM_CFLAGS_RISCOS = -INSLibs:include -IOSLib:
-PLATFORM_CFLAGS_DEBUG = -INSLibs:include -IOSLib:
-
LDFLAGS_RISCOS = OSLib:o.oslib32
RUNIMAGE = !NSTheme/!RunImage