On Tuesday, September 15, 2015 at 6:13:26 PM UTC+2, T. Modes wrote:
[...]

> But next time, please split them in smaller parts which belong together 
> and not all changes in one.
>
 I'm sorry, I didn't think about this.

Anyway, you forgot about _WIN32 in hugin_version.h.in.cmake 
<http://sourceforge.net/p/hugin/hugin/ci/ce64477643a06e69d5bcfad233448532a33d8949/tree/src/hugin_version.h.in.cmake>
 
- the patch is attached.

Best regards,
Jan

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/ab09ab73-ba74-42a0-b94a-bbc49f3fde7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
diff -r d2cf08bd7df5 src/hugin_version.h.in.cmake
--- a/src/hugin_version.h.in.cmake	Mon Sep 14 18:14:18 2015 +0200
+++ b/src/hugin_version.h.in.cmake	Tue Sep 15 21:00:58 2015 +0200
@@ -6,7 +6,7 @@
 #define HUGIN_WC_REVISION ${HUGIN_WC_REVISION}
 #define HUGIN_API_VERSION "${V_MAJOR}.${V_MINOR}"
 
-#if defined (_MSC_VER) || (__APPLE__)
+#if defined (_WIN32) || (__APPLE__)
 #define PACKAGE_VERSION "${HUGIN_PACKAGE_VERSION} built by ${HUGIN_BUILDER}"
 #define DISPLAY_VERSION "${DISPLAY_VERSION} built by ${HUGIN_BUILDER}"
 #else

Reply via email to