equal
deleted
inserted
replaced
24 |
24 |
25 # Note: this makefile is invoked both from build.bat and from the J2SE |
25 # Note: this makefile is invoked both from build.bat and from the J2SE |
26 # control workspace in exactly the same manner; the required |
26 # control workspace in exactly the same manner; the required |
27 # environment variables (Variant, WorkSpace, BootStrapDir, BuildUser, HOTSPOT_BUILD_VERSION) |
27 # environment variables (Variant, WorkSpace, BootStrapDir, BuildUser, HOTSPOT_BUILD_VERSION) |
28 # are passed in as command line arguments. |
28 # are passed in as command line arguments. |
|
29 |
|
30 # Note: Running nmake or build.bat from the Windows command shell requires |
|
31 # that "sh" be accessible on the PATH. An MKS install does this. |
29 |
32 |
30 # SA components are built if BUILD_WIN_SA=1 is specified. |
33 # SA components are built if BUILD_WIN_SA=1 is specified. |
31 # See notes in README. This produces files: |
34 # See notes in README. This produces files: |
32 # 1. sa-jdi.jar - This is built before building jvm.dll |
35 # 1. sa-jdi.jar - This is built before building jvm.dll |
33 # 2. sawindbg[_g].dll - Native library for SA - This is built after jvm.dll |
36 # 2. sawindbg[_g].dll - Native library for SA - This is built after jvm.dll |