blob: 50acfb5ef2c2292d0cbbb5ceac5eacf6da2c2045 [file] [log] [blame]
#!/usr/bin/env python3
import sys
with open(sys.argv[1], 'w') as f:
print('EXPORTS', file=f)
print(' somedllfunc', file=f)