Changeset 866 for trunk/dll


Ignore:
Timestamp:
Nov 12, 2007, 7:01:48 PM (18 years ago)
Author:
Gregg Young
Message:

History, readme, *.def etc files updated for 3.8 release

Location:
trunk/dll
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r841 r866  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.07#@##1## 08/31/2007 03:07:00      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00      SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
    88segment class 'DATA' readwrite loadoncall nonshared
    99segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r820 r866  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.07#@##1## 08/31/2007 03:07:00      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.08#@##1## 11/11/2007 03:08:00      SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/internal/makefile

    r820 r866  
    5050   @%write $^@ option map
    5151   @%write $^@ name $(BASE)
    52    @%write $^@ op desc '@$#SLAInc:3.07$#@$#$#1$#$# 08/31/2007 03:07:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
     52   @%write $^@ op desc '@$#SLAInc:3.07$#@$#$#1$#$# 11/11/2007 03:08:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
    5353   @%write $^@ file $(BASE).obj
    5454   @%write $^@ library os2386.lib
  • trunk/dll/version.h

    r820 r866  
    4949
    5050#define VERMAJOR       3
    51 #define VERMINOR       7
     51#define VERMINOR       8
    5252// Ensure VERREALMINOR nul for non-beta releases
    5353// #define VERREALMINOR   ""
Note: See TracChangeset for help on using the changeset viewer.