make/windows/projectfiles/tiered/vm.def

Fri, 14 Dec 2012 10:06:52 -0800

author
dcubed
date
Fri, 14 Dec 2012 10:06:52 -0800
changeset 4344
892acf0431ef
parent 2369
aa6e219afbf1
child 6876
710a3c8b516e
permissions
-rw-r--r--

7153050: remove crufty '_g' support from HotSpot repo makefiles
Summary: Phase 1 is removing '_g' support from the Makefiles.
Reviewed-by: dcubed, sspitsyn, coleenp, tbell
Contributed-by: ron.durbin@oracle.com

duke@435 1 ;
duke@435 2 ; This .DEF file is a placeholder for one which is automatically
duke@435 3 ; generated during the build process. See
kamg@526 4 ; make\windows\build_vm_def.sh and
sla@2369 5 ; make\windows\makefiles\projectcreator.make (esp. the "-prelink"
duke@435 6 ; options).
duke@435 7 ;

mercurial