changeset 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 a54720b10821
children cc66b6d4b74e
files dwtest.c makefile.vac
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dwtest.c	Wed Nov 23 20:00:17 2011 +0000
+++ b/dwtest.c	Wed Nov 23 20:47:28 2011 +0000
@@ -554,7 +554,6 @@
         dw_menu_item_set_state( changeable_menu, NONCHECKABLE_MENUITEMID, DW_MIS_ENABLED );
         menu_enabled = 1;
     }
-    dw_menu_delete_item( changeable_menu, 2003 );
     return 0;
 }
 
--- 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