Completion support refactored:
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 26 Sep 2013 19:33:40 +0200
changeset 4795 0fc75d79e472
parent 4794 4c9e85f03a7d
child 4796 85765ef17b54
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.
vcmake.bat
--- a/vcmake.bat	Thu Sep 26 19:33:14 2013 +0200
+++ b/vcmake.bat	Thu Sep 26 19:33:40 2013 +0200
@@ -5,7 +5,9 @@
 @REM -------
 
 @if not defined VSINSTALLDIR (
-    call ..\rules\vcsetup.bat
+    pushd ..\rules
+    call vcsetup.bat
+    popd
 )
 make.exe -N -f bc.mak -DUSEVC %*