source:
vendor/current/examples/pdb/wscript_build
| Last change on this file was 988, checked in by , 9 years ago | |
|---|---|
| File size: 334 bytes | |
| Line | |
|---|---|
| 1 | #!/usr/bin/env python |
| 2 | |
| 3 | bld.SAMBA3_MODULE('pdb_test', |
| 4 | subsystem='pdb', |
| 5 | source='test.c', |
| 6 | deps='samba-util', |
| 7 | init_function='', |
| 8 | internal_module=bld.SAMBA3_IS_STATIC_MODULE('pdb_test'), |
| 9 | enabled=bld.SAMBA3_IS_ENABLED_MODULE('pdb_test')) |
| 10 |
Note:
See TracBrowser
for help on using the repository browser.
