mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-30 23:02:39 -06:00
.examples
git-svn-id: svn://ultimatepp.org/upp/trunk@5464 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
7e809760fe
commit
cb2c78347b
1 changed files with 32 additions and 31 deletions
|
|
@ -1,31 +1,32 @@
|
|||
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)",
|
||||
"";
|
||||
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)",
|
||||
"";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue