X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=a4b6c460dca5a97c60bf90b4c2228af50fb818e9;hb=1da33fe9e7c5104ec5d0b9b312d1114fdf2931be;hp=1cca13e9ef8334bce81d4f47f5ade356f7c7bd06;hpb=82eb6de96a3783318a9bfcb0d6a24f306e52b262;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 1cca13e..a4b6c46 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ $(c_objects): bin-$(platform)/%.c.o: src/%.c src/org/ijg/jmorecfg.h upstream: cvs -d :pserver:cvs@cvs.xwt.org:/ export -r HEAD upstream -upstream/Carbon/include/Carbon: +upstream/Carbon/include/Carbon: upstream # A disgusting hack to create symlinks to the OS X Framework headers, since the # standard GCC doesn't know how to search Frameworks for header files. outdir="upstream/Carbon/include"; \ @@ -225,7 +225,8 @@ Win32: platform=Win32 \ target=i686-pc-mingw32 \ target_bin=xwt.exe \ - platform_link="-Wl,--subsystem,windows -lcomdlg32" + platform_link="-Wl,--subsystem,windows -lcomdlg32" \ + platform_java_sources="Win32" Darwin: upstream echo -e "\\n=== Darwin ========================================="