- Timestamp:
- Jan 8, 2012, 11:03:45 PM (14 years ago)
- Location:
- trunk/dll
- Files:
-
- 4 edited
-
copyright.h (modified) (1 diff)
-
fm3dll.def (modified) (1 diff)
-
fm3res.def (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/copyright.h
r1581 r1658 8 8 */ 9 9 10 #define COPYRIGHT_YEAR "201 1"10 #define COPYRIGHT_YEAR "2012" 11 11 12 12 #define COPYRIGHT_STRING "Copyright (c) 1993, 1998 M. Kimes, " \ -
trunk/dll/fm3dll.def
r1622 r1658 9 9 # 10 Dec 08 SHL Ticket 26: Add excepiton handler support 10 10 11 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'11 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 12 12 segment class 'DATA' readwrite loadoncall nonshared 13 13 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r1622 r1658 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#The Netlabs FM/2 team:3. 19.1#@##1## 08/14/2011 03:19:01 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2011Steven Levine and Associates, Inc. All rights reserved'7 option description '@#The Netlabs FM/2 team:3.20.0#@##1## 01/08/2012 03:20:00 tresbopeep::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes, Copyright (c) 2001, 2012 Steven Levine and Associates, Inc. All rights reserved' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r1581 r1658 48 48 49 49 #define VERMAJOR 3 50 #define VERMINOR 1950 #define VERMINOR 20 51 51 // Ensure VERREALMINOR nul for non-beta releases 52 52 // #define VERREALMINOR ""
Note:
See TracChangeset
for help on using the changeset viewer.
