make/windows/makefiles/rules.make

Print this page
rev 3161 : Enable OpenJDK builds on Windows with MinGW/MSYS

*** 23,38 **** # # These are the commands used externally to compile and run. !ifdef BootStrapDir ! RUN_JAVA=$(BootStrapDir)\bin\java ! RUN_JAVAP=$(BootStrapDir)\bin\javap ! RUN_JAVAH=$(BootStrapDir)\bin\javah ! RUN_JAR=$(BootStrapDir)\bin\jar ! COMPILE_JAVAC=$(BootStrapDir)\bin\javac $(BOOTSTRAP_JAVAC_FLAGS) ! COMPILE_RMIC=$(BootStrapDir)\bin\rmic BOOT_JAVA_HOME=$(BootStrapDir) !else RUN_JAVA=java RUN_JAVAP=javap RUN_JAVAH=javah --- 23,38 ---- # # These are the commands used externally to compile and run. !ifdef BootStrapDir ! RUN_JAVA="$(BootStrapDir)\bin\java" ! RUN_JAVAP="$(BootStrapDir)\bin\javap" ! RUN_JAVAH="$(BootStrapDir)\bin\javah" ! RUN_JAR="$(BootStrapDir)\bin\jar" ! COMPILE_JAVAC="$(BootStrapDir)\bin\javac" $(BOOTSTRAP_JAVAC_FLAGS) ! COMPILE_RMIC="$(BootStrapDir)\bin\rmic" BOOT_JAVA_HOME=$(BootStrapDir) !else RUN_JAVA=java RUN_JAVAP=javap RUN_JAVAH=javah