provision: fix nTSecurityDescriptor attributes of CN=*,${CONFIGDN} (bug #9481)
[Samba/gebeck_regimport.git] / testprogs / win32 / midltests / Makefile
blobded98e9582de584ede36c425b0b7f9f4493eab07
2 all:
3 @echo "nmake targets:"
4 @echo " clean"
5 @echo " simple"
6 @echo " tcp"
8 clean:
9 @call nmake /f Makefile.simple /A /NOLOGO clean
10 @call nmake /f Makefile.tcp /A /NOLOGO clean
12 simple:
13 @call nmake /f Makefile.simple /A /NOLOGO all
15 tcp:
16 @call nmake /f Makefile.tcp /A /NOLOGO all