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
71dee2f1
Kaydet (Commit)
71dee2f1
authored
Mar 15, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move cppumaker test to cppu
üst
9e299a0f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
10 deletions
+8
-10
build.lst
codemaker/prj/build.lst
+0
-2
build.lst
cppu/prj/build.lst
+2
-1
makefile.mk
cppu/qa/cppumaker/makefile.mk
+5
-6
test_cppumaker.cxx
cppu/qa/cppumaker/test_cppumaker.cxx
+1
-1
types.idl
cppu/qa/cppumaker/types.idl
+0
-0
version.map
cppu/qa/cppumaker/version.map
+0
-0
No files found.
codemaker/prj/build.lst
Dosyayı görüntüle @
71dee2f1
...
...
@@ -7,5 +7,3 @@ cm codemaker\source\commoncpp nmake - all cm_cpp cm_inc NULL
cm codemaker\source\cppumaker nmake - all cm_cppumaker cm_codemaker cm_cpp cm_inc NULL
cm codemaker\source\commonjava nmake - all cm_java cm_inc NULL
cm codemaker\source\javamaker nmake - all cm_javamaker cm_codemaker cm_java cm_inc NULL
cm codemaker\test\cppumaker nmake - all cm_test_cppumaker cm_cppumaker NULL
cppu/prj/build.lst
Dosyayı görüntüle @
71dee2f1
...
...
@@ -10,4 +10,5 @@ cu cppu\source\UnsafeBridge nmake - all cu_UnsafeBridge cu_inc NULL
cu cppu\source\AffineBridge nmake - all cu_AffineBridge cu_inc NULL
cu cppu\source\LogBridge nmake - all cu_LogBridge cu_inc NULL
cu cppu\util nmake - all cu_util cu_thpool cu_typelib cu_cppu cu_uno cu_helper_purpenv cu_UnsafeBridge cu_AffineBridge cu_LogBridge NULL
cd cppu\qa nmake - all cu_qa_cppunit cu_util NULL
cu cppu\qa nmake - all cu_qa_cppunit cu_util NULL
cu cppu\qa\cppumaker nmake - all cu_qa_cppumaker cu_inc NULL
c
odemaker/test
/cppumaker/makefile.mk
→
c
ppu/qa
/cppumaker/makefile.mk
Dosyayı görüntüle @
71dee2f1
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
#
# Copyright 2000, 2010 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
...
...
@@ -26,8 +26,8 @@
#*************************************************************************
PRJ
:=
..
$/
..
PRJNAME
:=
c
odemaker
TARGET
:=
test_c
odemaker_c
ppumaker
PRJNAME
:=
c
ppu
TARGET
:=
test_cppumaker
ENABLE_EXCEPTIONS
:=
TRUE
...
...
@@ -40,7 +40,7 @@ DLLPRE = # no leading "lib" on .so files
INCPRE
+=
$(MISC)$/$(TARGET)$/
inc
SHL1TARGET
=
$(TARGET)
SHL1OBJS
=
$(SLO)$/
test_c
odemaker_c
ppumaker.obj
SHL1OBJS
=
$(SLO)$/
test_cppumaker.obj
SHL1STDLIBS
=
$(CPPULIB)
$(CPPUNITLIB)
$(SALLIB)
SHL1VERSIONMAP
=
version.map
SHL1IMPLIB
=
i
$(SHL1TARGET)
...
...
@@ -54,10 +54,9 @@ ALLTAR: test
$(SHL1OBJS)
:
$(MISC)$/$(TARGET).cppumaker.flag
$(MISC)$/$(TARGET).cppumaker.flag
:
$(BIN)$/cppumaker$(EXECPOST)
$(MISC)$/$(TARGET).cppumaker.flag
:
$(MISC)$/$(TARGET).rdb
-
$(MKDIRHIER)
$(MISC)$/$(TARGET)$/inc
$(
AUGMENT_LIBRARY_PATH)
$(BIN)$/cppumaker$(EXECPOST
)
\
$(
CPPUMAKER
)
\
-O$(MISC)$/$(TARGET)$/inc
-BUCR
-C
$<
$(SOLARBINDIR)$/udkapi.rdb
$(TOUCH)
$@
...
...
c
odemaker/test/cppumaker/test_codemaker
_cppumaker.cxx
→
c
ppu/qa/cppumaker/test
_cppumaker.cxx
Dosyayı görüntüle @
71dee2f1
...
...
@@ -27,7 +27,7 @@
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_c
odemaker
.hxx"
#include "precompiled_c
ppu
.hxx"
#include "FILE.hpp"
#include "lconv.hpp"
...
...
c
odemaker/test
/cppumaker/types.idl
→
c
ppu/qa
/cppumaker/types.idl
Dosyayı görüntüle @
71dee2f1
File moved
c
odemaker/test
/cppumaker/version.map
→
c
ppu/qa
/cppumaker/version.map
Dosyayı görüntüle @
71dee2f1
File moved
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