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