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)", + ""; +