make/windows/makefiles/product.make

changeset 5567
c062a6e1fa33
parent 5109
aabf54ccedb1
child 6198
55fb97c4c58d
     1.1 --- a/make/windows/makefiles/product.make	Wed Aug 21 13:18:52 2013 +0200
     1.2 +++ b/make/windows/makefiles/product.make	Thu Aug 22 10:20:50 2013 -0700
     1.3 @@ -51,9 +51,6 @@
     1.4  # Force resources to be rebuilt every time
     1.5  $(Res_Files): FORCE
     1.6  
     1.7 -vm.def: $(Obj_Files)
     1.8 -	sh $(WorkSpace)/make/windows/build_vm_def.sh
     1.9 -
    1.10  $(AOUT): $(Res_Files) $(Obj_Files) vm.def
    1.11  	$(LD) @<<
    1.12    $(LD_FLAGS) /out:$@ /implib:$*.lib /def:vm.def $(Obj_Files) $(Res_Files)

mercurial