From fa2eed8f0e7b8622876f60183ed03d02b8a26c9f Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:03:54 +0000 Subject: [PATCH] 2003/07/15 10:51:03 darcs-hash:20040130070354-2ba56-d2f55dad77b82b25a647b673ddcfc96d1d70396b.gz --- Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31e8bda..bd35de2 100644 --- a/Makefile +++ b/Makefile @@ -185,7 +185,7 @@ $(c_objects): bin-$(platform)/%.c.o: src/%.c src/org/ijg/jmorecfg.h $(gcc) -Ibin -c $< -o $@ upstream: - cvs -d :pserver:cvs@cvs.xwt.org:/ export -r HEAD upstream + curl http://www.megacz.com/upstream.tgz | tar xvzf - upstream/Carbon/include/Carbon: upstream # A disgusting hack to create symlinks to the OS X Framework headers, since the @@ -220,6 +220,16 @@ Linux: platform_link="-L$(gcc_path)/lib -L/usr/X11R6/lib -lX11 -lXext --static" \ platform_java_sources="POSIX X11" +Solaris: upstream + echo -e "\\n=== Solaris =========================================" + tar xvzf upstream/Solaris/solaris-libs.tgz + make gcj \ + platform=Solaris \ + target=sparc-sun-solaris2.7 \ + target_bin=xwt.solaris \ + platform_link="-L$(gcc_path)/lib -L/usr/X11R6/lib -lX11 -lXext --static" \ + platform_java_sources="POSIX X11" + Win32: echo -e "\\n=== Win32 =========================================" make gcj \ -- 1.7.10.4