comparison make/windows/build.make @ 6022:74c359c4a9e5

Merge
author dcubed
date Tue, 24 Apr 2012 15:20:40 -0700
parents 7292cff45988 d652a62d6e03
children 957c266d8bc5 892acf0431ef
comparison
equal deleted inserted replaced
6019:f33c4d0f4c9e 6022:74c359c4a9e5
1 # 1 #
2 # Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 # 4 #
5 # This code is free software; you can redistribute it and/or modify it 5 # This code is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU General Public License version 2 only, as 6 # under the terms of the GNU General Public License version 2 only, as
7 # published by the Free Software Foundation. 7 # published by the Free Software Foundation.
300 @ echo CXX=$(CXX) >> $@ 300 @ echo CXX=$(CXX) >> $@
301 @ echo LD=$(LD) >> $@ 301 @ echo LD=$(LD) >> $@
302 @ echo MT=$(MT) >> $@ 302 @ echo MT=$(MT) >> $@
303 @ echo RC=$(RC) >> $@ 303 @ echo RC=$(RC) >> $@
304 @ sh $(WorkSpace)/make/windows/get_msc_ver.sh >> $@ 304 @ sh $(WorkSpace)/make/windows/get_msc_ver.sh >> $@
305 @ if "$(ENABLE_FULL_DEBUG_SYMBOLS)" NEQ "" echo ENABLE_FULL_DEBUG_SYMBOLS=$(ENABLE_FULL_DEBUG_SYMBOLS) >> $@
306 @ if "$(ZIP_DEBUGINFO_FILES)" NEQ "" echo ZIP_DEBUGINFO_FILES=$(ZIP_DEBUGINFO_FILES) >> $@
307 @ if "$(RM)" NEQ "" echo RM=$(RM) >> $@
308 @ if "$(ZIPEXE)" NEQ "" echo ZIPEXE=$(ZIPEXE) >> $@
305 309
306 checks: checkVariant checkWorkSpace checkSA 310 checks: checkVariant checkWorkSpace checkSA
307 311
308 checkVariant: 312 checkVariant:
309 @ if "$(Variant)"=="" echo Need to specify "Variant=[tiered|compiler2|compiler1|kernel|core]" && false 313 @ if "$(Variant)"=="" echo Need to specify "Variant=[tiered|compiler2|compiler1|kernel|core]" && false