Changeset 1148 for trunk/dll


Ignore:
Timestamp:
Sep 2, 2008, 12:17:22 AM (17 years ago)
Author:
Gregg Young
Message:

Def files etc for 3.13 Release

Location:
trunk/dll
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3dll.def

    r1094 r1148  
    66# 18 Jul 08 SHL Add Runtime_Error
    77
    8 option description '@#SLAInc:3.12#@##1## 07/21/2008 03:12:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
     8option description '@#SLAInc:3.13.0#@##1## 09/01/2008 03:13:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
    99segment class 'DATA' readwrite loadoncall nonshared
    1010segment class 'CODE' loadoncall
  • trunk/dll/fm3res.def

    r1094 r1148  
    55# 14 Jun 07 SHL Convert to OpenWatcom
    66
    7 option description '@#SLAInc:3.12#@##1## 07/21/2008 03:12:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
     7option description '@#SLAInc:3.13.0#@##1## 09/01/2008 03:13:00      GKYBuild::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2008 Steven Levine and Associates, Inc.'
    88
    99segment class 'DATA' readonly loadoncall shared
  • trunk/dll/internal/makefile

    r1094 r1148  
    5050   @%write $^@ option map
    5151   @%write $^@ name $(BASE)
    52    @%write $^@ op desc '@$#SLAInc:3.12$#@$#$#1$#$# 07/21/2008 03:12:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
     52   @%write $^@ op desc '@$#SLAInc:3.13.0$#@$#$#1$#$# 09/01/2008 03:13:00      slamain::EN:US:0:U:@@FM/2 Strings Compiler'
    5353   @%write $^@ file $(BASE).obj
    5454   @%write $^@ library os2386.lib
  • trunk/dll/version.h

    r1094 r1148  
    5555
    5656#define VERMAJOR       3
    57 #define VERMINOR       12
     57#define VERMINOR       13
    5858// Ensure VERREALMINOR nul for non-beta releases
    5959// #define VERREALMINOR   ""
Note: See TracChangeset for help on using the changeset viewer.