From cb2c78347b810027fb321e136f7e280cba24aa81 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 24 Oct 2012 11:40:34 +0000 Subject: [PATCH] .examples git-svn-id: svn://ultimatepp.org/upp/trunk@5464 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- examples/OleCalc/OleCalc.upp | 63 ++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/examples/OleCalc/OleCalc.upp b/examples/OleCalc/OleCalc.upp index f337c5e90..ce0f034cf 100644 --- a/examples/OleCalc/OleCalc.upp +++ b/examples/OleCalc/OleCalc.upp @@ -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)", + ""; +