[xorg-commit-diffs] xc/programs/xfs/difs Imakefile, 1.1.4.1.2.2,
1.1.4.1.2.3
Alexander Gottwald
xorg-commit at pdx.freedesktop.org
Wed Mar 31 01:29:42 PST 2004
Committed by: ago
Update of /cvs/xorg/xc/programs/xfs/difs
In directory pdx:/tmp/cvs-serv4750
Modified Files:
Tag: CYGWIN
Imakefile
Log Message:
use XVendorRelease instead of XorgVersion. XVendorRelease is defined as
XorgVersion for Xorg and CygxVersion for cygwin
Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/xfs/difs/Imakefile,v
retrieving revision 1.1.4.1.2.2
retrieving revision 1.1.4.1.2.3
diff -u -d -r1.1.4.1.2.2 -r1.1.4.1.2.3
--- a/Imakefile 30 Mar 2004 11:25:45 -0000 1.1.4.1.2.2
+++ b/Imakefile 31 Mar 2004 09:29:39 -0000 1.1.4.1.2.3
@@ -16,8 +16,8 @@
fontinfo.o charinfo.o swapreq.o swaprep.o resource.o \
fonts.o difsutils.o cache.o initfonts.o atom.o
-#ifdef XorgVersion
-VENDOR_RELEASE = XorgVersion
+#ifdef XVendorRelease
+VENDOR_RELEASE = XVendorRelease
# define VendorReleaseDefines -DVENDOR_RELEASE='$(VENDOR_RELEASE)'
#endif
VENDORDEFINES = VendorDefines
More information about the xorg-commit-diffs
mailing list