Makefile revision 1777
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved.
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# This code is free software; you can redistribute it and/or modify it
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# under the terms of the GNU General Public License version 2 only, as
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# published by the Free Software Foundation. Sun designates this
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# particular file as subject to the "Classpath" exception as provided
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# by Sun in the LICENSE file that accompanied this code.
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# This code is distributed in the hope that it will be useful, but WITHOUT
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# version 2 for more details (a copy is included in the LICENSE file that
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# accompanied this code).
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# You should have received a copy of the GNU General Public License version
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# 2 along with this work; if not, write to the Free Software Foundation,
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# CA 95054 USA or visit www.sun.com if you need additional information or
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# have any questions.
1c534f8445b34b86eeadc06d6dd0105d33c85addminfrin# Makefile for building javaw.exe (for windows)
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrin# Statically link javaw to avoid the dependency on msvcrNN.dll. This
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrin# must be set before Defs.gmk is included.
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrin# Statically link javaw to avoid the dependency on jli.dll. This
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrin# must be set before Program.gmk is included.
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrin# Override the default version info with our own resource file (see 5106536)
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrin RC_FLAGS += -i "$(CLOSED_SRC)/windows/native/sun/windows"
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrin VERSIONINFO_RESOURCE = $(PLATFORM_SRC)/resource/java.rc
6d14bedccc13d7a5f95fb9328eb6d1a07b58731bminfrinOTHER_CPPFLAGS += -DLAUNCHER_NAME='"$(LAUNCHER_NAME)"'