Changeset 232 for trunk/openjdk/jdk/make/mkdemo/Makefile
- Timestamp:
- Jan 10, 2011, 12:26:50 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/mkdemo/Makefile
r2 r232 32 32 include $(BUILDDIR)/common/Defs.gmk 33 33 34 ifndef OS2_TEMP 34 35 SUBDIRS = applets jfc jvmti management jni scripting jpda 36 else # disable JPDA 37 SUBDIRS = applets jfc jvmti management jni scripting 38 endif 35 39 36 40 all build:: nbproject
Note:
See TracChangeset
for help on using the changeset viewer.