Changeset 203 for trunk/openjdk/jdk/make/java
- Timestamp:
- Dec 8, 2010, 10:53:37 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/make/java
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/java/instrument/Makefile
r107 r203 31 31 LIBRARY = instrument 32 32 PRODUCT = sun 33 34 LIBRARY_SHORT = instrmnt 33 35 34 36 # Configure the CFLAGS for this library. Use static binding so that there -
trunk/openjdk/jdk/make/java/java_crw_demo/Makefile
r2 r203 28 28 PRODUCT = sun 29 29 LIBRARY_OUTPUT = java_crw_demo 30 31 LIBRARY_SHORT = javacrwd 30 32 31 33 # Configure the CFLAGS for this library. -
trunk/openjdk/jdk/make/java/management/Makefile
r74 r203 28 28 LIBRARY = management 29 29 PRODUCT = java 30 31 LIBRARY_SHORT = mngemnt 32 30 33 include $(BUILDDIR)/common/Defs.gmk 31 34
Note:
See TracChangeset
for help on using the changeset viewer.