Makefile revision 5045
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# This code is free software; you can redistribute it and/or modify it
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# under the terms of the GNU General Public License version 2 only, as
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# published by the Free Software Foundation. Oracle designates this
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# particular file as subject to the "Classpath" exception as provided
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# by Oracle in the LICENSE file that accompanied this code.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# version 2 for more details (a copy is included in the LICENSE file that
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# accompanied this code).
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# You should have received a copy of the GNU General Public License version
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# or visit www.oracle.com if you need additional information or have any
e0e0c19eefceaf5d4ec40f9466b58a771f50e799vboxsync# questions.
# Makefile for building jabswitch.exe
BUILDDIR = ../..
CPLUSPLUSLIBRARY=true
OTHER_CPPFLAGS += /Fo"$(TEMPDIR)/" /Fd"$(TEMPDIR)/" /analyze- /Od /Gd /nologo /MDd /Gm /D "WIN32" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /RTC1 /W3 /ZI /Zc:wchar_t /EHsc
buildexe :