Kaydet (Commit) 29296665 authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Fridrich Strba

libcdr: fix build with MSVC2008

Change-Id: I70731e13ab4ef0d6eadd803b8f6a24f565be5346
Reviewed-on: https://gerrit.libreoffice.org/4109Reviewed-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
Tested-by: 's avatarFridrich Strba <fridrich@documentfoundation.org>
üst fb591d1b
......@@ -11,4 +11,8 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,cdr))
$(eval $(call gb_UnpackedTarball_set_tarball,cdr,$(CDR_TARBALL)))
$(eval $(call gb_UnpackedTarball_add_patches,cdr,\
libcdr/msvc2008.patch.1 \
))
# vim: set noet sw=4 ts=4:
Fix broken MSVC 2008 project file
--- cdr/build/win32/libcdr.vcproj 2013-05-30 17:36:43.084800000 +0200
+++ cdr/build/win32/libcdr.vcproj 2013-05-30 17:36:52.710000000 +0200
@@ -217,7 +217,7 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\..\inc\libcdr\CDRDocument.cpp"
+ RelativePath="..\..\src\lib\CDRDocument.cpp"
>
<FileConfiguration
Name="Debug|Win32"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment