diff make/windows/makefiles/adlc.make @ 12024:ce8969c36762

8022475: Remove unneeded ad-files Summary: Remove .ad files that are not used Reviewed-by: kvn
author adlertz
date Wed, 07 Aug 2013 18:04:42 +0200
parents b9a9ed0f8eeb
children de6a9e811145
line wrap: on
line diff
--- a/make/windows/makefiles/adlc.make	Wed Aug 07 17:56:19 2013 +0200
+++ b/make/windows/makefiles/adlc.make	Wed Aug 07 18:04:42 2013 +0200
@@ -55,13 +55,11 @@
 
 !if "$(Platform_arch_model)" == "$(Platform_arch)"
 SOURCES_AD=\
-  $(WorkSpace)/src/cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad \
-  $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm/windows_$(Platform_arch_model).ad
+  $(WorkSpace)/src/cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad 
 !else
 SOURCES_AD=\
   $(WorkSpace)/src/cpu/$(Platform_arch)/vm/$(Platform_arch_model).ad \
-  $(WorkSpace)/src/cpu/$(Platform_arch)/vm/$(Platform_arch).ad \
-  $(WorkSpace)/src/os_cpu/windows_$(Platform_arch)/vm/windows_$(Platform_arch_model).ad
+  $(WorkSpace)/src/cpu/$(Platform_arch)/vm/$(Platform_arch).ad 
 !endif
 
 # NOTE! If you add any files here, you must also update GENERATED_NAMES_IN_DIR