source: trunk/server/testprogs/win32/midltests/Makefile

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 308 bytes
Line 
1
2all:
3 @echo "nmake targets:"
4 @echo " clean"
5 @echo " simple"
6 @echo " tcp"
7
8clean:
9 @call nmake /f Makefile.simple /A /NOLOGO clean
10 @call nmake /f Makefile.tcp /A /NOLOGO clean
11
12simple:
13 @call nmake /f Makefile.simple /A /NOLOGO all
14
15tcp:
16 @call nmake /f Makefile.tcp /A /NOLOGO all
Note: See TracBrowser for help on using the repository browser.