X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=2a6a5dfa1bb776771006d377dc2b6a84e24772a6;hb=1302c25707d65d70f410f7b5c12c309e20f2cb65;hp=c55a2dbd88de06d79d81c9643d42885ea7388f50;hpb=9698ff7dda6d8b39b3f8f560a1b25047bf485253;p=org.ibex.core.git diff --git a/Makefile b/Makefile index c55a2db..2a6a5df 100644 --- a/Makefile +++ b/Makefile @@ -30,11 +30,11 @@ gcc_path := $(shell pwd)/gcc/install gcc_optimizations := -O2 debug := gcc_flags := $(gcc_optimizations) $(debug) -Isrc/org/ijg -gcj_flags := -fCLASSPATH=bin +gcj_flags := -fCLASSPATH=src gcj := $(gcc_path)/bin/$(target)-gcj $(gcj_flags) $(gcc_flags) g++ := $(gcc_path)/bin/$(target)-g++ $(gcc_flags) gcc := $(gcc_path)/bin/$(target)-gcc $(gcc_flags) -gcjh := $(gcc_path)/bin/gcjh +gcjh := $(gcc_path)/bin/$(target)-gcjh as := $(gcc_path)/$(target)/bin/as ar := $(gcc_path)/$(target)/bin/ar @@ -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 ========================================="