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
e4926e84
Kaydet (Commit)
e4926e84
authored
Eki 22, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix windows build
Change-Id: I51942eb3719459abc0353a7fd024784f2c4abdb3
üst
749d2822
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
36 additions
and
3 deletions
+36
-3
Library_chartopengl.mk
chart2/Library_chartopengl.mk
+5
-2
precompiled_chartopengl.cxx
chart2/inc/pch/precompiled_chartopengl.cxx
+18
-0
precompiled_chartopengl.hxx
chart2/inc/pch/precompiled_chartopengl.hxx
+12
-0
OpenglShapeFactory.cxx
chart2/source/view/main/OpenglShapeFactory.cxx
+1
-1
No files found.
chart2/Library_chartopengl.mk
Dosyayı görüntüle @
e4926e84
...
@@ -17,6 +17,11 @@ $(eval $(call gb_Library_set_include,chartopengl,\
...
@@ -17,6 +17,11 @@ $(eval $(call gb_Library_set_include,chartopengl,\
$$(INCLUDE) \
$$(INCLUDE) \
))
))
$(eval $(call gb_Library_use_externals,chartopengl,\
boost_headers \
mdds_headers \
))
$(eval $(call gb_Library_use_sdk_api,chartopengl))
$(eval $(call gb_Library_use_sdk_api,chartopengl))
$(eval $(call gb_Library_use_externals,chartopengl,\
$(eval $(call gb_Library_use_externals,chartopengl,\
...
@@ -33,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,chartopengl,\
...
@@ -33,8 +38,6 @@ $(eval $(call gb_Library_use_libraries,chartopengl,\
$(gb_UWINAPI) \
$(gb_UWINAPI) \
))
))
$(eval $(call gb_Library_set_precompiled_header,chartopengl,$(SRCDIR)/chart2/inc/pch/precompiled_chartopengl))
$(eval $(call gb_Library_add_exception_objects,chartopengl,\
$(eval $(call gb_Library_add_exception_objects,chartopengl,\
chart2/source/glew/glew \
chart2/source/glew/glew \
chart2/source/view/main/OpenglShapeFactory \
chart2/source/view/main/OpenglShapeFactory \
...
...
chart2/inc/pch/precompiled_chartopengl.cxx
0 → 100755
Dosyayı görüntüle @
e4926e84
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
/*
This file has been autogenerated by update_pch.sh . It is possible to edit it
manually (such as when an include file has been moved/renamed/removed. All such
manual changes will be rewritten by the next run of update_pch.sh (which presumably
also fixes all possible problems, so it's usually better to use it).
*/
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart2/inc/pch/precompiled_chartopengl.hxx
0 → 100755
Dosyayı görüntüle @
e4926e84
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include "precompiled_chartopengl.cxx"
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
chart2/source/view/main/OpenglShapeFactory.cxx
Dosyayı görüntüle @
e4926e84
...
@@ -59,7 +59,7 @@ using ::com::sun::star::uno::Reference;
...
@@ -59,7 +59,7 @@ using ::com::sun::star::uno::Reference;
namespace
chart
namespace
chart
{
{
SAL_CALL
extern
"C"
{
extern
"C"
{
SAL_DLLPUBLIC_EXPORT
opengl
::
OpenglShapeFactory
*
getOpenglShapeFactory
()
SAL_DLLPUBLIC_EXPORT
opengl
::
OpenglShapeFactory
*
getOpenglShapeFactory
()
{
{
...
...
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