summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/snprintf.c
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-04-02 17:14:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:43 -0500
commit3d0bc0ec0ae98e58e9b3cf98cdf32a4873dcafaa (patch)
tree605606b1bbb2349bf2792a6da1d0fa301d8f00ae /source4/lib/replace/snprintf.c
parent3e0f5d70709b30f4394c6539388d42168b7bbd51 (diff)
r22032: Make sure static libraries end up in bin/static.
(This used to be commit 316283170a411bf751d1bf155f119d1ac0e7d27f)
Diffstat (limited to 'source4/lib/replace/snprintf.c')
0 files changed, 0 insertions, 0 deletions
ftware Foundation; either version 2, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. import pinyin from utils import expand_file def gen_shengmu_table(scheme): entries = [] #select shengmu mapping sheng = pinyin.SHUANGPIN_SCHEMAS[scheme][0] for c in "abcdefghijklmnopqrstuvwxyz;": sh = sheng.get(c, "NULL")