mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 02:08:03 +02:00
Windows: Stop manipulating line numbering in versioninfo.rc
If __LINE__ doesn't work in MSVC's resource compiler, then removing the #line directive altogether seems a simpler fix than redefining __LINE__ to the wrong value. Signed-off-by: Simon McVittie <smcv@collabora.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015 Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
This commit is contained in:
parent
d03c6d1131
commit
afae60ec6f
2 changed files with 0 additions and 5 deletions
|
|
@ -246,7 +246,6 @@ if (MSVC)
|
|||
|
||||
configure_file(${DBUS_DIR}/versioninfo.rc.in ${CMAKE_CURRENT_BINARY_DIR}/versioninfo.rc)
|
||||
list(APPEND libdbus_SOURCES versioninfo.rc)
|
||||
set_source_files_properties(versioninfo.rc COMPILE_FLAGS "-D__LINE__=1")
|
||||
endif (MSVC)
|
||||
|
||||
if(MSVC_IDE)
|
||||
|
|
|
|||
|
|
@ -12,10 +12,6 @@
|
|||
|
||||
/* This file is processed by configure to create versioninfo.rc */
|
||||
|
||||
#line __LINE__ "versioninfo.rc.in"
|
||||
|
||||
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION @BUILD_FILEVERSION@
|
||||
PRODUCTVERSION @BUILD_FILEVERSION@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue