make/windows/create_obj_files.sh

changeset 3427
94ec88ca68e2
parent 2708
1d1603768966
child 3681
51612f0c0a79
     1.1 --- a/make/windows/create_obj_files.sh	Mon Jan 09 10:27:24 2012 +0100
     1.2 +++ b/make/windows/create_obj_files.sh	Wed Jan 11 17:34:02 2012 -0500
     1.3 @@ -73,6 +73,13 @@
     1.4  
     1.5  BASE_PATHS="${BASE_PATHS} ${GENERATED}/jvmtifiles"
     1.6  
     1.7 +if [ -d "${ALTSRC}/share/vm/jfr" ]; then
     1.8 +  BASE_PATHS="${BASE_PATHS} ${ALTSRC}/share/vm/jfr/agent"
     1.9 +  BASE_PATHS="${BASE_PATHS} ${ALTSRC}/share/vm/jfr/agent/isolated_deps/util"
    1.10 +  BASE_PATHS="${BASE_PATHS} ${ALTSRC}/share/vm/jfr/jvm"
    1.11 +  BASE_PATHS="${BASE_PATHS} ${ALTSRC}/share/vm/jfr"
    1.12 +fi
    1.13 +
    1.14  CORE_PATHS="${BASE_PATHS}"
    1.15  # shared is already in BASE_PATHS. Should add vm/memory but that one is also in BASE_PATHS.
    1.16  if [ -d "${ALTSRC}/share/vm/gc_implementation" ]; then

mercurial