Completion support refactored:
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 26 Sep 2013 19:34:08 +0200
changeset 4796 85765ef17b54
parent 4795 0fc75d79e472
child 4797 7df6faa31f57
Completion support refactored: - created an abstract superclass to ease customization of completion support. - stx_libwidg class>>classNamesAndAttributes fixed so classes are listed in load order and package checker does not report any issues.
mingwmake.bat
--- a/mingwmake.bat	Thu Sep 26 19:33:40 2013 +0200
+++ b/mingwmake.bat	Thu Sep 26 19:34:08 2013 +0200
@@ -4,7 +4,9 @@
 @REM do not edit - automatically generated from ProjectDefinition
 @REM -------
 
-@call ..\rules\find_mingw.bat
+@pushd ..\rules
+@call find_mingw.bat
+@popd
 make.exe -N -f bc.mak %USEMINGW_ARG% %*