ultimatepp/examples/OleCalc/OleCalc.upp
cxl 02906a8326 .examples
git-svn-id: svn://ultimatepp.org/upp/trunk@5464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-10-24 11:40:34 +00:00

32 lines
337 B
Text

description "Simple example of ActiveX control\377";
noblitz;
uses
Ole\Ctrl,
CtrlLib,
Esc;
target
calc.ocx;
link
/def:calc.def;
file
calc.idl,
calc_idl.h,
calc.cpp,
calc_idl.cpp,
calc.lay,
calc.def,
calc.rc
depends() calc.tlb;
mainconfig
"" = "GUI DLL MT";
custom() "post-link",
"regsvr32 /s /c $(OUTPATH)",
"";