News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Patch for update.bat in wxsmith

Started by gd_on, September 27, 2022, 01:58:49 PM

Previous topic - Next topic

gd_on

After svn 12910, I had a problem when using update.bat in building wxsmith, when a .zip file is created.
Apparently, it's because the md command is misplaced.
Here is a small patch to correct this.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Miguel Gimenez

#1
Thank you, I will fix in a while.

EDIT: fixed in r12912, thank you.