
-- Windows Console
cd /d C:\ADAPROJECTS\MINGW620\GWin\gnatcom
gprclean -P gnatcom_pkg -f -XLIBRARY_TYPE=static
gprclean -P gnatcom_pkg -f -XLIBRARY_TYPE=relocatable
gprbuild -P gnatcom_pkg -r -d -p -XLIBRARY_TYPE=static
gprbuild -P gnatcom_pkg -r -d -p -XLIBRARY_TYPE=relocatable
-- msys
cd /adaprojects/MINGW620/GWin/gnatcom/docs
makeinfo --html -o com_with_gnat.html com_with_gnat.texi --force
makeinfo --html -o gnatcom.html gnatcom.texi --force
-- Windows Console
cd /d C:\ADAPROJECTS\MINGW620\GWin\gnatcom
gprinstall -P gnatcom_pkg -r -f --uninstall
gprinstall -P gnatcom_pkg -p -f -r --build-var=LIBRARY_TYPE -XLIBRARY_TYPE=relocatable --build-name=relocatable
gprinstall -P gnatcom_pkg -p -f -r --build-var=LIBRARY_TYPE -XLIBRARY_TYPE=static --build-name=static

cd /d C:\ADAPROJECTS\MINGW620\GWin\htmltest\tutorials\msie
gdb --tui --args BindCOM {EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B} 1 1 IE
start
b bind_com.adb:235

