equal
deleted
inserted
replaced
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 |