mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-18 06:06:01 -06:00
31 lines
363 B
Text
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)",
|
|
"";
|