[fyba] 25/77: Make include-paths in fyba.h build-dependent

Ruben Undheim rubund-guest at moszumanska.debian.org
Mon Sep 22 15:11:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository fyba.

commit 5beaeee06891f45f3acfe87c7f2bfa6db68fef30
Author: ninsbl <stefan.blumentrath at gmx.de>
Date:   Tue Oct 22 13:36:06 2013 +0200

    Make include-paths in fyba.h build-dependent
---
 src/FYBA/fyba.h | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/FYBA/fyba.h b/src/FYBA/fyba.h
index 6ac9415..1df7bbc 100644
--- a/src/FYBA/fyba.h
+++ b/src/FYBA/fyba.h
@@ -85,8 +85,13 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "..\GM\fygm.h"
-#include "..\UT\fyut.h"
+#ifdef WIN32
+#	include "..\GM\fygm.h"
+#	include "..\UT\fyut.h"
+#else
+#	include <fygm.h>
+#	include <fyut.h>
+#endif
 
 
 /* ======================================================= */

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fyba.git



More information about the Pkg-grass-devel mailing list