mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-25 06:10:44 +00:00
8056210: Move libawt file to windows directory
Reviewed-by: serb, psadhukhan
This commit is contained in:
parent
be7dab7c9a
commit
7166a167e1
@ -147,8 +147,6 @@ endif
|
||||
|
||||
ifeq ($(OPENJDK_TARGET_OS), windows)
|
||||
LIBAWT_DIRS += $(JDK_TOPDIR)/src/java.desktop/share/native/common/awt/utility
|
||||
else
|
||||
LIBAWT_EXFILES := java2d/ShaderList.c
|
||||
endif
|
||||
|
||||
ifneq ($(filter $(OPENJDK_TARGET_OS), solaris linux macosx aix), )
|
||||
|
||||
@ -49,7 +49,7 @@ ShaderList_AddProgram(ShaderList *programList,
|
||||
info = (ShaderInfo *)malloc(sizeof(ShaderInfo));
|
||||
if (info == NULL) {
|
||||
J2dTraceLn(J2D_TRACE_ERROR,
|
||||
"OGLContext_AddProgram: could not allocate ShaderInfo");
|
||||
"D3DContext_AddProgram: could not allocate ShaderInfo");
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user