Changeset 74 for trunk/openjdk/jdk/make/sun/cmm
- Timestamp:
- Jul 21, 2010, 9:16:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/cmm/kcms/Makefile
r2 r74 33 33 # Files 34 34 # 35 ifeq ($( PLATFORM), windows)35 ifeq ($(filter-out windows os2, $(PLATFORM)),) 36 36 include FILES_c_windows.gmk 37 37 else # PLATFORM … … 85 85 vpath %.c $(CLOSED_SRC)/share/native/$(PKGDIR) 86 86 87 ifeq ($( PLATFORM), windows)87 ifeq ($(filter-out windows os2, $(PLATFORM)),) 88 88 89 89 OTHER_LDLIBS = user32.lib version.lib
Note:
See TracChangeset
for help on using the changeset viewer.