mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
- Support for "object oriented" interfaces in pidl - Support for inherited interfaces in pidl - Simplification of the support for properties on an interface - Start on dcom rpc torture tests
8 lines
66 B
Makefile
8 lines
66 B
Makefile
all: idl.pm
|
|
|
|
idl.pm: idl.yp
|
|
yapp -s idl.yp
|
|
|
|
clean:
|
|
rm -f idl.pm
|