Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d7a296cd
Kaydet (Commit)
d7a296cd
authored
Kas 06, 2009
tarafından
Juergen Schmidt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#i106664# minor changes for building the sample
üst
40487924
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
11 deletions
+8
-11
Makefile
odk/examples/OLE/activex/Makefile
+1
-0
example.html
odk/examples/OLE/activex/example.html
+2
-2
so_activex.def
odk/examples/OLE/activex/so_activex.def
+4
-8
makefile.mk
odk/util/makefile.mk
+1
-1
No files found.
odk/examples/OLE/activex/Makefile
Dosyayı görüntüle @
d7a296cd
...
@@ -104,6 +104,7 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)%.$(SHAREDLIB_EXT) : $(SLOFILES) $(OUT_COMP_GEN
...
@@ -104,6 +104,7 @@ $(SHAREDLIB_OUT)/$(SHAREDLIB_PRE)%.$(SHAREDLIB_EXT) : $(SLOFILES) $(OUT_COMP_GEN
/DEF:so_activex.def /IMPLIB:
$(OUT_LIB)
/iso_activex.lib
$(SLOFILES)
\
/DEF:so_activex.def /IMPLIB:
$(OUT_LIB)
/iso_activex.lib
$(SLOFILES)
\
msvcrt.lib kernel32.lib user32.lib uuid.lib advapi32.lib ole32.lib oleaut32.lib gdi32.lib
\
msvcrt.lib kernel32.lib user32.lib uuid.lib advapi32.lib ole32.lib oleaut32.lib gdi32.lib
\
urlmon.lib Shlwapi.lib oldnames.lib
$(CL_NEW_LIB)
$(OUT_COMP_GEN)
/so_activex.res
urlmon.lib Shlwapi.lib oldnames.lib
$(CL_NEW_LIB)
$(OUT_COMP_GEN)
/so_activex.res
$(LINK_MANIFEST)
ifeq
"$(OS)"
"WIN"
ifeq
"$(OS)"
"WIN"
OleActvieXComponentExample
:
$(COMPONENT_IMPL)
OleActvieXComponentExample
:
$(COMPONENT_IMPL)
...
...
odk/examples/OLE/activex/example.html
Dosyayı görüntüle @
d7a296cd
...
@@ -11,9 +11,9 @@ First you should edit the example.html file!!!
...
@@ -11,9 +11,9 @@ First you should edit the example.html file!!!
<!-- Please edit CODEBASE parameter -->
<!-- Please edit CODEBASE parameter -->
<!-- In case ActiveX control is already registered the parameter can be removed -->
<!-- In case ActiveX control is already registered the parameter can be removed -->
<OBJECT
CLASSID=
"clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D"
width=
"500"
height=
"500"
<OBJECT
CLASSID=
"clsid:67F2A879-82D5-4A6D-8CC5-FFB3C114B69D"
width=
"500"
height=
"500"
CODEBASE=
"
..\..\..\WINexample.out
\bin\so_activex.dll"
>
CODEBASE=
"
<path_to_the_sdk_sample_output_dir>
\bin\so_activex.dll"
>
<!-- Full URL to a document
<!-- Full URL to a document
<PARAM NAME="src" VALUE="file:///d:/
example.sxw
">
<PARAM NAME="src" VALUE="file:///d:/
tmp/test.odt
">
-->
-->
<!-- Just view the document, do not edit
<!-- Just view the document, do not edit
<PARAM NAME="readonly" VALUE="true">
<PARAM NAME="readonly" VALUE="true">
...
...
odk/examples/OLE/activex/so_activex.def
Dosyayı görüntüle @
d7a296cd
; iervp.def : Declares the module parameters.
LIBRARY "so_activex.dll"
EXPORTS
EXPORTS
DllCanUnloadNow
@1
PRIVATE
DllCanUnloadNow PRIVATE
DllGetClassObject
@2
PRIVATE
DllGetClassObject PRIVATE
DllRegisterServer
@3
PRIVATE
DllRegisterServer PRIVATE
DllUnregisterServer
@4
PRIVATE
DllUnregisterServer PRIVATE
odk/util/makefile.mk
Dosyayı görüntüle @
d7a296cd
...
@@ -11,7 +11,7 @@ TARGET=odk
...
@@ -11,7 +11,7 @@ TARGET=odk
ZIP1TARGET
=
odkexamples
ZIP1TARGET
=
odkexamples
ZIP1FLAGS
=
-u
-r
ZIP1FLAGS
=
-u
-r
ZIP1DIR
=
$(PRJ)
ZIP1DIR
=
$(PRJ)
ZIP1LIST
=
examples
-x
"*.svn*"
-x
"*CVS*"
-x
"*makefile.mk"
-x
"*Inspector*"
-x
"*Container1*"
-x
"*Storage*"
-x
"*register_component*"
-x
"*examples.html"
-x
"*ConverterServlet*"
-x
"*NotesAccess*"
ZIP1LIST
=
examples
-x
"*.svn*"
-x
"*CVS*"
-x
"*makefile.mk"
-x
"*Inspector*"
-x
"*Container1*"
-x
"*Storage*"
-x
"*register_component*"
-x
"*examples.html"
-x
"*ConverterServlet*"
-x
"*NotesAccess*"
-x
"*delphi"
.ENDIF
.ENDIF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment