aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/config/cf/X11.rules
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/config/cf/X11.rules')
-rw-r--r--nx-X11/config/cf/X11.rules10
1 files changed, 5 insertions, 5 deletions
diff --git a/nx-X11/config/cf/X11.rules b/nx-X11/config/cf/X11.rules
index af3473c3a..932d3b5ff 100644
--- a/nx-X11/config/cf/X11.rules
+++ b/nx-X11/config/cf/X11.rules
@@ -6,9 +6,9 @@
# define X11IsTopLevelProject NO
#endif
-/*
+/*
* If no clues are given assume X11 is in the tree, otherwise
- * UseInstalled overrides UseImports. Do not do both.
+ * UseInstalled overrides UseImports. Do not do both.
*/
#ifndef UseInstalledX11
# define UseInstalledX11 NO
@@ -32,7 +32,7 @@
#if defined(X11ProjectRoot)
# define XBinDir $(XPROJECTROOT)/lib/nx/bin
-#elif defined(ProjectRoot)
+#elif defined(ProjectRoot)
# define XBinDir $(PROJECTROOT)/lib/nx/bin
#else
# define XBinDir $(BINDIR)
@@ -75,7 +75,7 @@
#define LdPostLibs LdPostLib XLdPostLibs
#ifndef TopXInclude
-# if ImportX11
+# if ImportX11
# define TopXInclude -I$(TOP)/imports/x11/include
# elif !UseInstalledX11
# define TopXInclude -I$(TOP)/exports/include
@@ -126,6 +126,6 @@
#if XtransFailSoft
# define XtransFailDefine /**/
-#else
+#else
# define XtransFailDefine -DFAIL_HARD
#endif