[xorg-commit-diffs] xc/programs/proxymngr Imakefile, 1.1.4.2.6.1, 1.1.4.2.6.1.6.1 main.c, 1.1.4.2.6.1, 1.1.4.2.6.1.6.1

Roland Mainz xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:05:52 PDT 2004


Committed by: gisburn

Update of /cvs/xorg/xc/programs/proxymngr
In directory pdx:/tmp/cvs-serv7662/xc/programs/proxymngr

Modified Files:
      Tag: XPRINT
	Imakefile main.c 
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch

Index: Imakefile
===================================================================
RCS file: /cvs/xorg/xc/programs/proxymngr/Imakefile,v
retrieving revision 1.1.4.2.6.1
retrieving revision 1.1.4.2.6.1.6.1
diff -u -d -r1.1.4.2.6.1 -r1.1.4.2.6.1.6.1
--- a/Imakefile	4 Mar 2004 17:48:52 -0000	1.1.4.2.6.1
+++ b/Imakefile	10 Apr 2004 09:05:48 -0000	1.1.4.2.6.1.6.1
@@ -5,7 +5,11 @@
 
 XCOMM $XFree86: xc/programs/proxymngr/Imakefile,v 1.13tsi Exp $
 
-         DEFINES = StrcasecmpDefines
+         XORGREL = XOrgReleaseString
+     XORGREL_DEF = -DXORG_RELEASE="\"$(XORGREL)\""
+
+
+         DEFINES = StrcasecmpDefines $(XORGREL_DEF)
 
          DEPLIBS = $(DEPXTOOLLIB) $(DEPXONLYLIB)
  LOCAL_LIBRARIES = $(XTOOLLIB) $(XONLYLIB)

Index: main.c
===================================================================
RCS file: /cvs/xorg/xc/programs/proxymngr/main.c,v
retrieving revision 1.1.4.2.6.1
retrieving revision 1.1.4.2.6.1.6.1
diff -u -d -r1.1.4.2.6.1 -r1.1.4.2.6.1.6.1
--- a/main.c	4 Mar 2004 17:48:52 -0000	1.1.4.2.6.1
+++ b/main.c	10 Apr 2004 09:05:48 -0000	1.1.4.2.6.1.6.1
@@ -62,8 +62,8 @@
 IcePoVersionRec	PMSetupVersions[] = {{PM_MAJOR_VERSION, PM_MINOR_VERSION,
 				      PMSetupProcessMessages}};
 
-char *PM_VENDOR_STRING = "The X.Org Group";
-char *PM_VENDOR_RELEASE = "Release 6.6";
+char *PM_VENDOR_STRING = XVENDORNAME;
+char *PM_VENDOR_RELEASE = XORG_RELEASE;
 
 int verbose = 0;
 




More information about the xorg-commit-diffs mailing list