summaryrefslogtreecommitdiff
path: root/testprogs/win32/midltests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/midltests/Makefile')
-rw-r--r--testprogs/win32/midltests/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/testprogs/win32/midltests/Makefile b/testprogs/win32/midltests/Makefile
index 6eeadeb7b7..ded98e9582 100644
--- a/testprogs/win32/midltests/Makefile
+++ b/testprogs/win32/midltests/Makefile
@@ -3,10 +3,14 @@ all:
@echo "nmake targets:"
@echo " clean"
@echo " simple"
+ @echo " tcp"
clean:
- @call nmake /f Makefile.simple /NOLOGO clean
+ @call nmake /f Makefile.simple /A /NOLOGO clean
+ @call nmake /f Makefile.tcp /A /NOLOGO clean
simple:
- @call nmake /f Makefile.simple /NOLOGO all
+ @call nmake /f Makefile.simple /A /NOLOGO all
+tcp:
+ @call nmake /f Makefile.tcp /A /NOLOGO all