comparison make/windows/makefiles/fastdebug.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.
36 CPP_FLAGS=$(CPP_FLAGS) $(FASTDEBUG_OPT_OPTION) 36 CPP_FLAGS=$(CPP_FLAGS) $(FASTDEBUG_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)-fastdebug 41 HS_BUILD_ID=$(HS_BUILD_VER)-fastdebug
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
55 # insert into the linked artifact so we do not need to track it 53 # insert into the linked artifact so we do not need to track it
56 # separately. Use ";#2" for .dll and ";#1" for .exe: 54 # separately. Use ";#2" for .dll and ";#1" for .exe:
57 $(MT) /manifest $@.manifest /outputresource:$@;#2 55 $(MT) /manifest $@.manifest /outputresource:$@;#2
58 !endif 56 !endif
59 57
60
61 !include $(WorkSpace)/make/windows/makefiles/shared.make 58 !include $(WorkSpace)/make/windows/makefiles/shared.make
62 !include $(WorkSpace)/make/windows/makefiles/sa.make 59 !include $(WorkSpace)/make/windows/makefiles/sa.make