office-gobmx/toolkit/src2xml
Thomas Arnhold 5fcecf9b88 hrc cleanup: Remove unused defines
All of those defines (should) not be used at any point in the code.
False positives may exist, because some macro names are getting
generated by some template/macro foo. This is the version which
compiled fine for me.

Also there are many commented out lines removed.

Change-Id: I6394024682e4ab3691eb72707a9363d41ba31df8
2012-06-21 11:54:18 +02:00
..
source
dryrunall.sh
include-sc.lst
include-sd.lst
include-sw.lst
include.lst
README
sc.sh
sd.sh
src-sc.lst
src-sd.lst
src-sw.lst
src.lst
sw.sh

SRC2XML: Convert OO.o resource to Layout XML.

This directory contains a Python script to convert OO.o's existing dialog
resource files into XML layout files.

The main executable file is located in ./source/src2xml.py.  Run

   source/src2xml.py --help

for more information.

See also: source/dryrunall.sh and ../workben/run-s2x


Author: Kohei Yoshida  <kyoshida@novell.com>
Modifications: Jan Nieuwenhuizen  <jnieuwenhuizen@novell.com>