view installer-files/fc_update.bat @ 4319:79bddf470912

fix 64-bit --enable feature options
author John W. Eaton <jwe@octave.org>
date Wed, 04 Jan 2017 21:11:58 -0500
parents b5b3f7fcac8f
children 202fa20cf559
line wrap: on
line source

@echo off

set ROOT_DIR=%~dp0
echo "Updating fc-cache (may take a while) ..."
%ROOT_DIR%\bin\fc-cache.exe -v
echo "Done."