make/windows/build.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/make/windows/build.make	Fri Apr  5 23:43:58 2013
--- new/make/windows/build.make	Fri Apr  5 23:43:58 2013

*** 1,7 **** --- 1,7 ---- # ! # Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved. ! # Copyright (c) 1998, 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.
*** 233,254 **** --- 233,250 ---- # product release optimized: checks $(variantDir) $(variantDir)\local.make sanity cd $(variantDir) nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product ARCH=$(ARCH) ! # The debug or jvmg (all the same thing) is an optional build - debug jvmg: checks $(variantDir) $(variantDir)\local.make sanity ! # The debug build is an optional build ! debug: checks $(variantDir) $(variantDir)\local.make sanity cd $(variantDir) nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=debug ARCH=$(ARCH) fastdebug: checks $(variantDir) $(variantDir)\local.make sanity cd $(variantDir) nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=fastdebug ARCH=$(ARCH) develop: checks $(variantDir) $(variantDir)\local.make sanity cd $(variantDir) nmake -nologo -f $(WorkSpace)\make\windows\makefiles\top.make BUILD_FLAVOR=product DEVELOP=1 ARCH=$(ARCH) # target to create just the directory structure tree: checks $(variantDir) $(variantDir)\local.make sanity mkdir $(variantDir)\product mkdir $(variantDir)\debug mkdir $(variantDir)\fastdebug

make/windows/build.make
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File