makefiles/GensrcX11Wrappers.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/makefiles/GensrcX11Wrappers.gmk	Fri Jan 18 01:39:08 2013
--- new/makefiles/GensrcX11Wrappers.gmk	Fri Jan 18 01:39:07 2013

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 62,73 **** --- 62,71 ---- $(GENSRC_X11WRAPPERS_TMP)/sizer/sizer.%.exe : $(GENSRC_X11WRAPPERS_TMP)/sizer/sizer.%.c $(MKDIR) -p $(@D) $(RM) $@ $@.tmp (cd $(@D) && $(BUILD_CC) -m$* -o $@.tmp $< \ $(X_CFLAGS) \ $(X_LIBS) \ -I$(JDK_OUTPUTDIR)/include \ -I$(JDK_TOPDIR)/src/share/javavm/export \ -I$(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/javavm/export \ -I$(JDK_TOPDIR)//src/share/native/common \ -I$(JDK_TOPDIR)/src/$(OPENJDK_TARGET_OS_API_DIR)/native/common \

makefiles/GensrcX11Wrappers.gmk
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File