diff makefile.vac @ 1379:e79cf0d73caf

Revert dwtest change to test deleting menu items... I never meant for that to get committed... was just testing. Also added dwtest.exe to the "all" rule with VisualAge.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 23 Nov 2011 20:47:28 +0000
parents 324812debcc9
children 623a42cf06f4
line wrap: on
line diff
--- a/makefile.vac	Wed Nov 23 20:00:17 2011 +0000
+++ b/makefile.vac	Wed Nov 23 20:47:28 2011 +0000
@@ -6,7 +6,8 @@
 
 .all: \
     .\dw.dll \
-    .\dwcompat.dll
+    .\dwcompat.dll \
+    .\dwtest.exe
 
 .c.obj:
   icc.exe  /DOS2 /DTCPV40HDRS /DBUILD_DLL /DVER_REV=$(VERREV) /I. /Tm+ /Tdc /Ss /Wprorearet /Wpro+ /V"Dynamic Windows Compatibility" /Ti /Gm /Gd- /G5 /Ge- /C /W3 /Wini+ /Wpar+ /Wpro+ /Wuse+ %s