[Synopsis-changes] Synopsis/Synopsis setup.py,1.7,1.8 autogen.sh,1.2,1.3
Stefan Seefeld stefan at synopsis.fresco.orgWed Nov 5 01:57:03 UTC 2003
- Next message: [Synopsis-changes] Synopsis/Synopsis/bin synopsis,1.8,1.9
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvs/synopsis/Synopsis
In directory frida:/tmp/cvs-serv10236
Modified Files:
setup.py autogen.sh
Log Message:
rename C++ -> Cxx
Index: setup.py
===================================================================
RCS file: /cvs/synopsis/Synopsis/setup.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- setup.py 7 Oct 2003 03:52:22 -0000 1.7
+++ setup.py 5 Nov 2003 01:56:59 -0000 1.8
@@ -31,7 +31,7 @@ py_packages = ["Synopsis",
"Synopsis.Core",
"Synopsis.Parser",
"Synopsis.Parser.IDL", "Synopsis.Parser.Python",
- "Synopsis.Parser.C", "Synopsis.Parser.C++",
+ "Synopsis.Parser.C", "Synopsis.Parser.Cxx",
"Synopsis.Linker",
"Synopsis.Formatter",
"Synopsis.Formatter.HTML",
@@ -39,8 +39,8 @@ py_packages = ["Synopsis",
"Synopsis.UI.Qt"]
ext_modules = [('Synopsis/Parser/C', 'ctool' + module_ext),
- ('Synopsis/Parser/C++', 'occ' + module_ext),
- ('Synopsis/Parser/C++', 'link' + module_ext),
+ ('Synopsis/Parser/Cxx', 'occ' + module_ext),
+ ('Synopsis/Parser/Cxx', 'link' + module_ext),
]
scripts = ['synopsis', 'synopsis-qt', 'compile-xref', 'search-xref']
Index: autogen.sh
===================================================================
RCS file: /cvs/synopsis/Synopsis/autogen.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- autogen.sh 18 Sep 2003 04:10:05 -0000 1.2
+++ autogen.sh 5 Nov 2003 01:56:59 -0000 1.3
@@ -10,5 +10,5 @@ conf()
}
conf Synopsis/Parser/C
-conf Synopsis/Parser/C++
-conf Synopsis/Parser/C++/gc
+conf Synopsis/Parser/Cxx
+conf Synopsis/Parser/Cxx/gc
- Next message: [Synopsis-changes] Synopsis/Synopsis/bin synopsis,1.8,1.9
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Synopsis-changes mailing list