comparison make/windows/makefiles/product.make @ 1972:f95d63e2154a

6989984: Use standard include model for Hospot Summary: Replaced MakeDeps and the includeDB files with more standardized solutions. Reviewed-by: coleenp, kvn, kamg
author stefank
date Tue, 23 Nov 2010 13:22:55 -0800
parents c18cbe5936b8
children c760f78e0a53
comparison
equal deleted inserted replaced
1971:e33f46fc48ed 1972:f95d63e2154a
1 # 1 #
2 # Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 2005, 2010, 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.
39 RC_FLAGS=$(RC_FLAGS) /D "NDEBUG" 39 RC_FLAGS=$(RC_FLAGS) /D "NDEBUG"
40 40
41 !include $(WorkSpace)/make/windows/makefiles/vm.make 41 !include $(WorkSpace)/make/windows/makefiles/vm.make
42 !include local.make 42 !include local.make
43 43
44 !include $(GENERATED)/Dependencies
45
46 HS_BUILD_ID=$(HS_BUILD_VER) 44 HS_BUILD_ID=$(HS_BUILD_VER)
47 45
48 # Force resources to be rebuilt every time 46 # Force resources to be rebuilt every time
49 $(Res_Files): FORCE 47 $(Res_Files): FORCE
50 48