Commit 9c0864bf authored by Rafaël Carré's avatar Rafaël Carré

msi: fix symlink

parent faa0f77f
...@@ -28,7 +28,7 @@ candle: ...@@ -28,7 +28,7 @@ candle:
light: light:
test ! -d "$(WINE_C)/v" -o ! -f "$(WINE_C)/v" test ! -d "$(WINE_C)/v" -o ! -f "$(WINE_C)/v"
ln -sf "$(win32_destdir)" "$(WINE_C)"/v ln -Tsf "$(win32_destdir)" "$(WINE_C)"/v
$(LIGHT) -sval -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -b $(W_MSIDIR) -b C:/v/plugins -b C:/v/locale -b C:/v/lua -b C:/v/skins $(W_MSIBUILDDIR)\\product.wixobj $(W_MSIBUILDDIR)\\axvlc.wixobj $(W_MSIBUILDDIR)\\extensions.wixobj $(W_MSIBUILDDIR)\\*.fragment.wixobj -o $(MSIOUTFILE) $(LIGHT) -sval -ext WixUIExtension -ext WixUtilExtension -cultures:en-us -b $(W_MSIDIR) -b C:/v/plugins -b C:/v/locale -b C:/v/lua -b C:/v/skins $(W_MSIBUILDDIR)\\product.wixobj $(W_MSIBUILDDIR)\\axvlc.wixobj $(W_MSIBUILDDIR)\\extensions.wixobj $(W_MSIBUILDDIR)\\*.fragment.wixobj -o $(MSIOUTFILE)
chmod 644 $(MSIOUTFILE) chmod 644 $(MSIOUTFILE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment