Changeset 155
- Timestamp:
- Sep 20, 2010, 9:02:51 PM (15 years ago)
- Location:
- trunk/openjdk/jdk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/com/sun/Makefile
r144 r155 40 40 41 41 # Omit mirror since it's built with the apt tool. 42 ifndef OS2_TEMP # security42 ifndef OS2_TEMP # GUI stuff 43 43 SUBDIRS = $(SCRIPT_SUBDIR) image security crypto/provider jndi jmx \ 44 44 java inputmethods org rowset net/httpserver net/ssl demo \ 45 45 tools jarsigner 46 46 else 47 SUBDIRS = $(SCRIPT_SUBDIR) jndi jmx \48 java org rowset net/httpserver demo \49 jarsigner47 SUBDIRS = $(SCRIPT_SUBDIR) security crypto/provider jndi jmx \ 48 java org rowset net/httpserver net/ssl demo \ 49 tools jarsigner 50 50 endif 51 51 -
trunk/openjdk/jdk/make/com/sun/security/auth/module/Makefile
r2 r155 61 61 endif # windows 62 62 63 ifeq ($(PLATFORM), os2) 64 LIBRARY = jaas_nt 65 include FILES_export_windows.gmk 66 include FILES_c_windows.gmk 67 # We need some extra libs 68 EXTRA_LIBS += -lnetapi32.lib -ladvapi32.lib -lmpr.lib 69 endif # os2 70 63 71 ifeq ($(PLATFORM), solaris) 64 72 LIBRARY = jaas_unix -
trunk/openjdk/jdk/src/windows/native/com/sun/security/auth/module/nt.c
r2 r155 29 29 #include <windows.h> 30 30 #include <stdio.h> 31 #include <string.h> 31 32 #include <wchar.h> 32 33 #include <ntsecapi.h>
Note:
See TracChangeset
for help on using the changeset viewer.