comparison make/windows/makefiles/debug.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) 1997, 2008, Oracle and/or its affiliates. All rights reserved. 2 # Copyright (c) 1997, 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.
36 CPP_FLAGS=$(CPP_FLAGS) $(DEBUG_OPT_OPTION) 36 CPP_FLAGS=$(CPP_FLAGS) $(DEBUG_OPT_OPTION)
37 37
38 !include $(WorkSpace)/make/windows/makefiles/vm.make 38 !include $(WorkSpace)/make/windows/makefiles/vm.make
39 !include local.make 39 !include local.make
40 40
41 !include $(GENERATED)/Dependencies
42
43 HS_BUILD_ID=$(HS_BUILD_VER)-debug 41 HS_BUILD_ID=$(HS_BUILD_VER)-debug
44 42
45 # Force resources to be rebuilt every time 43 # Force resources to be rebuilt every time
46 $(Res_Files): FORCE 44 $(Res_Files): FORCE
47 45