Kaydet (Commit) 1e3eeebd authored tarafından Fridrich Štrba's avatar Fridrich Štrba

Fix Windows build (?): include comphelper/version.mk

üst 204f6f5b
......@@ -149,6 +149,11 @@ SHL3VERSIONMAP = export.map
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
# include comphelper/version.mk for platform where it is not
# included through libs.mk
.IF ("$(GUI)"!="UNX" && "$(COM)"!="GCC") || "$(GUI)"=="OS2"
.INCLUDE : comphelper/version.mk
.END
.IF "$(OS)" == "WNT"
my_file = file:///
......
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