Changeset 218


Ignore:
Timestamp:
Dec 29, 2010, 12:56:23 PM (15 years ago)
Author:
dmik
Message:

jdk: Use special init/term routines in awt.dll to make sure C++ dtors are called before Odin CRT is terminated.

Location:
trunk/openjdk/jdk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/sun/awt/Makefile

    r197 r218  
    8989include FILES_c_windows.gmk
    9090include FILES_export_windows.gmk
     91
     92FILES_c += awt_init.c
    9193
    9294#
     
    269271ifeq ($(filter-out windows os2, $(PLATFORM)),)
    270272# vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv WINDOWS
     273ifeq ($(PLATFORM), os2)
     274vpath %.cpp   $(PLATFORM_SRC_OS2)/native/sun/os2
     275endif
    271276vpath %.cpp   $(PLATFORM_SRC)/native/sun/windows
    272277vpath %.cpp   $(PLATFORM_SRC)/native/$(PKGDIR)
Note: See TracChangeset for help on using the changeset viewer.