Guest
Public paste!

tridge

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 0.22 KB | Hits: 55 | Expires: Never
Copy text to clipboard
  1. bld.SAMBA_GENERATOR(
  2.     name="HEIMDAL_ERR_H",
  3.     rule="ln -f ${SRC} ${TGT}",
  4.     source = '../heimdal/lib/roken/err.hin',
  5.     target = '../heimdal/lib/roken/err.h',
  6.     enabled = not bld.CONFIG_SET('HAVE_ERR_H_X')
  7.     )