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
69b6ca8e
Kaydet (Commit)
69b6ca8e
authored
Ock 18, 2012
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Eliminate un-used DIRECTX5
üst
45d211b5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
155 deletions
+0
-155
Library_directx5canvas.mk
canvas/Library_directx5canvas.mk
+0
-103
Module_canvas.mk
canvas/Module_canvas.mk
+0
-6
directx5canvas.component
canvas/source/directx/directx5canvas.component
+0
-34
dx_5rm.cxx
canvas/source/directx/dx_5rm.cxx
+0
-0
makefile.mk
postprocess/packcomponents/makefile.mk
+0
-4
directxcanvas.scp
scp2/source/canvas/directxcanvas.scp
+0
-3
makefile.mk
scp2/source/canvas/makefile.mk
+0
-3
set_soenv.in
set_soenv.in
+0
-2
No files found.
canvas/Library_directx5canvas.mk
deleted
100644 → 0
Dosyayı görüntüle @
45d211b5
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
# This file is part of OpenOffice.org.
#
# OpenOffice.org is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License version 3
# only, as published by the Free Software Foundation.
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
#*************************************************************************
$(eval $(call gb_Library_Library,directx5canvas))
$(eval $(call gb_Library_set_componentfile,directx5canvas,canvas/source/directx/directx5canvas))
$(eval $(call gb_Library_set_include,directx5canvas,\
$$(INCLUDE) \
-I$(SRCDIR)/canvas/inc \
-I$(SRCDIR)/canvas/source/directx \
))
$(eval $(call gb_Library_add_api,directx5canvas,\
offapi \
udkapi \
))
# clear NOMINMAX because GdiplusTypes.h uses those macros :(
$(eval $(call gb_Library_add_defs,directx5canvas,\
-DDIRECTX_VERSION=0x0500 \
-UNOMINMAX \
))
$(eval $(call gb_Library_add_linked_libs,directx5canvas,\
cppu \
tk \
sal \
comphelper \
cppuhelper \
basegfx \
canvastools \
vcl \
tl \
utl \
i18nisolang1 \
$(gb_STDLIBS) \
))
ifeq ($(OS),WNT)
$(eval $(call gb_Library_add_linked_libs,directx5canvas,\
d3dx \
gdi32 \
gdiplus \
ddraw \
))
endif
$(WORKDIR)/CustomTarget/canvas/source/directx/%.cxx : $(SRCDIR)/canvas/source/directx/%.cxx
mkdir -p $(dir $@) && \
cp $< $@
$(eval $(call gb_Library_add_generated_exception_objects,directx5canvas,\
CustomTarget/canvas/source/directx/dx_5rm \
CustomTarget/canvas/source/directx/dx_bitmap \
CustomTarget/canvas/source/directx/dx_bitmapcanvashelper \
CustomTarget/canvas/source/directx/dx_canvasbitmap \
CustomTarget/canvas/source/directx/dx_canvascustomsprite \
CustomTarget/canvas/source/directx/dx_canvasfont \
CustomTarget/canvas/source/directx/dx_canvashelper \
CustomTarget/canvas/source/directx/dx_canvashelper_texturefill \
CustomTarget/canvas/source/directx/dx_config \
CustomTarget/canvas/source/directx/dx_devicehelper \
CustomTarget/canvas/source/directx/dx_gdiplususer \
CustomTarget/canvas/source/directx/dx_impltools \
CustomTarget/canvas/source/directx/dx_linepolypolygon \
CustomTarget/canvas/source/directx/dx_spritecanvas \
CustomTarget/canvas/source/directx/dx_spritecanvashelper \
CustomTarget/canvas/source/directx/dx_spritedevicehelper \
CustomTarget/canvas/source/directx/dx_spritehelper \
CustomTarget/canvas/source/directx/dx_surfacebitmap \
CustomTarget/canvas/source/directx/dx_surfacegraphics \
CustomTarget/canvas/source/directx/dx_textlayout \
CustomTarget/canvas/source/directx/dx_textlayout_drawhelper \
CustomTarget/canvas/source/directx/dx_vcltools \
))
# vim: set noet sw=4 ts=4:
canvas/Module_canvas.mk
Dosyayı görüntüle @
69b6ca8e
...
...
@@ -46,12 +46,6 @@ endif
ifeq ($(strip $(OS)),WNT)
ifneq ($(strip $(ENABLE_DIRECTX)),)
ifneq ($(strip $(USE_DIRECTX5)),)
$(eval $(call gb_Module_add_targets,canvas,\
Library_directx5canvas \
))
endif
$(eval $(call gb_Module_add_targets,canvas,\
Library_directx9canvas \
Library_gdipluscanvas \
...
...
canvas/source/directx/directx5canvas.component
deleted
100644 → 0
Dosyayı görüntüle @
45d211b5
<?xml version="1.0" encoding="UTF-8"?>
<!--**********************************************************************
*
* 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
*
* This file is part of OpenOffice.org.
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
*
**********************************************************************-->
<component
loader=
"com.sun.star.loader.SharedLibrary"
prefix=
"directx5canvas"
xmlns=
"http://openoffice.org/2010/uno-components"
>
<implementation
name=
"com.sun.star.comp.rendering.SpriteCanvas.DX5"
>
<service
name=
"com.sun.star.rendering.SpriteCanvas.DX5"
/>
</implementation>
</component>
canvas/source/directx/dx_5rm.cxx
deleted
100644 → 0
Dosyayı görüntüle @
45d211b5
This diff is collapsed.
Click to expand it.
postprocess/packcomponents/makefile.mk
Dosyayı görüntüle @
69b6ca8e
...
...
@@ -343,10 +343,6 @@ my_components += \
component/canvas/source/directx/gdipluscanvas
.END
.IF
"$(OS)"
==
"WNT"
&&
"$(ENABLE_DIRECTX)"
!=
""
&&
"$(USE_DIRECTX5)"
!=
""
my_components
+=
component/canvas/source/directx/directx5canvas
.END
.IF
"$(OS)"
!=
"MACOSX"
&&
"$(SYSTEM_MOZILLA)"
!=
"YES"
&&
\
"$(WITH_MOZILLA)"
!=
"NO"
my_components
+=
mozab
...
...
scp2/source/canvas/directxcanvas.scp
Dosyayı görüntüle @
69b6ca8e
...
...
@@ -28,9 +28,6 @@
#include "macros.inc"
#ifdef WNT
# ifdef USE_DIRECTX5
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_DirectX5Canvas,directx5canvas.uno)
# endif
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_DirectX9Canvas, directx9canvas.uno)
SPECIAL_COMPONENT_LIB_FILE(gid_File_Lib_GdiPlusCanvas, gdipluscanvas.uno)
#endif
scp2/source/canvas/makefile.mk
Dosyayı görüntüle @
69b6ca8e
...
...
@@ -46,9 +46,6 @@ PARFILES+= cairocanvas.par
.ENDIF
.IF
"$(ENABLE_DIRECTX)"
!=
""
.IF
"$(USE_DIRECTX5)"
!=
""
SCPDEFS
+=
-DUSE_DIRECTX5
.ENDIF
PARFILES
+=
directxcanvas.par
.ENDIF
...
...
set_soenv.in
Dosyayı görüntüle @
69b6ca8e
...
...
@@ -169,7 +169,6 @@ if ( $platform =~ m/cygwin|mingw32/ )
$SHOWINCLUDES_PREFIX
=
'@SHOWINCLUDES_PREFIX@'
;
$WINDOWS_SDK_HOME
=
PathFormat
(
'@WINDOWS_SDK_HOME@'
);
$DIRECTXSDK_LIB
=
PathFormat
(
'@DIRECTXSDK_LIB@'
);
$USE_DIRECTX5
=
""
;
$DOTNET_FRAMEWORK_HOME
=
PathFormat
(
'@DOTNET_FRAMEWORK_HOME@'
);
$wps
=
';'
if
'@build_os@'
eq
'cygwin'
;
# Windows style path seperator
}
...
...
@@ -735,7 +734,6 @@ if ( $platform =~ m/cygwin/ )
{
ToFile
(
"CYGWIN_PATH"
,
$CYGWIN_PATH
,
"e"
);
ToFile
(
"WINDOWS_SDK_HOME"
,
$WINDOWS_SDK_HOME
,
"e"
);
ToFile
(
"DIRECTXSDK_LIB"
,
$DIRECTXSDK_LIB
,
"e"
);
ToFile
(
"USE_DIRECTX5"
,
$USE_DIRECTX5
,
"e"
);
ToFile
(
"DISABLE_ACTIVEX"
,
"@DISABLE_ACTIVEX@"
,
"e"
);
ToFile
(
"DISABLE_ATL"
,
"@DISABLE_ATL@"
,
"e"
);
ToFile
(
"INCLUDE"
,
""
,
"e"
);
...
...
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