ultimatepp/examples/OleCalc/OleCalc.upp
mdelfede d2b54f7989 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

31 lines
363 B
Text

description "Simple example of ActiveX control";
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)",
"";