view installer-files/fc_update.bat @ 4593:705d0432dbf1

of-linear-algebra: don't use config.h
author John W. Eaton <jwe@octave.org>
date Tue, 09 Jan 2018 18:04:44 -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."