blob: 80b94874513b5ad4f49a15848cf8c82466fa888a (
plain)
1
2
3
4
5
6
|
@if [%1]==[] echo Please pass wxWidgets installation directory as %%1 parameter, e.g.: C:\Programme\C++\wxWidgets && pause && exit
::fix grid-label double-click to auto-size columns
patch "%1\src\generic\grid.cpp" grid.cpp.patch
patch "%1\include\wx\generic\grid.h" grid.h.patch
pause
|