Changeset 151
- Timestamp:
- Sep 18, 2010, 12:10:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/sun/security/smartcardio/Makefile
r74 r151 33 33 # C and Java Files 34 34 # 35 ifneq ($(PLATFORM), os2) 35 36 include FILES_c.gmk 37 endif 36 38 37 39 AUTO_FILES_JAVA_DIRS = sun/security/smartcardio … … 68 70 include $(BUILDDIR)/common/Mapfile-vers.gmk 69 71 72 ifneq ($(PLATFORM), os2) 73 70 74 include $(BUILDDIR)/common/Library.gmk 71 75 … … 73 77 # Libraries to link 74 78 # 75 ifeq ($( filter-out windows os2, $(PLATFORM)),)79 ifeq ($(PLATFORM), windows) 76 80 OTHER_LDLIBS = $(JVMLIB) winscard.lib 77 81 else … … 79 83 OTHER_CFLAGS = -D__sun_jdk 80 84 endif 85 86 else # PLATFORM != os2 87 88 include $(BUILDDIR)/common/Classes.gmk 89 90 endif # PLATFORM != os2
Note:
See TracChangeset
for help on using the changeset viewer.