This directory was generated by imitating these lines in build_w32.bat: | |
if exist src\config.h.W32.template call :ConfigSCM | |
copy src\config.h.W32 %OUTDIR%\src\config.h | |
copy lib\glob.in.h %OUTDIR%\lib\glob.h | |
copy lib\fnmatch.in.h %OUTDIR%\lib\fnmatch.h | |
config.h.W32.template has strings like: | |
%PACKAGE% | |
%PACKAGE_VERSION% | |
%VERSION% | |
These need to be replaced with their real values. See the other config.h files | |
for examples. |