Changeset 74 for trunk/openjdk/jdk/make/com
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- Location:
- trunk/openjdk/jdk/make/com/sun/tools/attach
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/com/sun/tools/attach/Exportedfiles.gmk
r2 r74 28 28 # 29 29 30 ifeq ($( PLATFORM), windows)30 ifeq ($(filter-out windows os2,$(PLATFORM)),) 31 31 FILES_export = \ 32 32 sun/tools/attach/WindowsAttachProvider.java \ -
trunk/openjdk/jdk/make/com/sun/tools/attach/FILES_c.gmk
r2 r74 24 24 # 25 25 26 ifeq ($( PLATFORM),windows)26 ifeq ($(filter-out windows os2,$(PLATFORM)),) 27 27 FILES_c = \ 28 28 WindowsAttachProvider.c \
Note:
See TracChangeset
for help on using the changeset viewer.