Changeset 74 for trunk/openjdk/jdk/make/sun/jawt
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/jawt/Makefile
r2 r74 34 34 # Files 35 35 # 36 ifeq ($( PLATFORM), windows)36 ifeq ($(filter-out windows os2, $(PLATFORM)),) 37 37 FILES_cpp = jawt.cpp 38 38 else # PLATFORM … … 50 50 51 51 52 ifeq ($( PLATFORM), windows)52 ifeq ($(filter-out windows os2, $(PLATFORM)),) 53 53 # 54 54 # Extra C flags. … … 142 142 build: $(FILES_h) 143 143 144 ifeq ($( PLATFORM), windows)144 ifeq ($(filter-out windows os2, $(PLATFORM)),) 145 145 include make.depend 146 146 endif
Note:
See TracChangeset
for help on using the changeset viewer.