Changeset 833
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3res.rc
r824 r833 27 27 06 Aug 07 GKY Fix Dirsizes accel key to be ctrl + z 28 28 30 Aug 07 SHL Add accelerator support to QuickList windows 29 05 Sep 07 SHL Small change for OpenWatcom wrc compat 29 30 30 31 ***********************************************************************/ … … 272 273 MENUITEM "~Contents\tF1", IDM_HELPCONTENTS 273 274 MENUITEM "~General help", IDM_HELPGENERAL 274 MENUITEM "~Keys help\tCtrl + k" IDM_HELPKEYS275 MENUITEM "~Keys help\tCtrl + k", IDM_HELPKEYS 275 276 MENUITEM "~Mouse help", IDM_HELPMOUSE 276 277 MENUITEM "~Tutorials", IDM_HELPTUTOR -
trunk/dll/makefile
r808 r833 31 31 # 06 Aug 07 SHL Tweak CFLAGS for DEBUG builds 32 32 # 26 Aug 07 SHL Clean *.lrf 33 # 05 Sep 07 SHL Correct USE_WRC logic 33 34 34 35 # Environment: … … 45 46 LINK = wlink 46 47 47 # fixme for wrc to build working .res 48 # fixme for wrc to not clobber bldlevel strings 49 50 !ifndef USE_WRC 48 # fixme for wrc to build working .res 49 # fixme ow 1.6 wrc clobbers bldlevel strings 50 51 !ifndef USE_WRC # if not defined on command line 52 !ifdef %USE_WRC # if defined in environment 53 USE_WRC = $(%USE_WRC) 54 !else 51 55 USE_WRC = 0 56 !endif 52 57 !endif 53 58
Note:
See TracChangeset
for help on using the changeset viewer.
