- Timestamp:
- Jun 24, 2007, 10:35:56 PM (18 years ago)
- Location:
- trunk/dll
- Files:
-
- 3 edited
-
fm3dll.def (modified) (1 diff)
-
fm3res.def (modified) (1 diff)
-
version.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3dll.def
r691 r708 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/14/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Runtime DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06: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.' 8 8 segment class 'DATA' readwrite loadoncall nonshared 9 9 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r691 r708 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 5.09#@##1## 06/14/2007 03:05:09SLAMain::EN:US:0:U:@@FM/2 Runtime Resource DLL Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.06.00#@##1## 06/24/2007 03:06: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.' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/version.h
r688 r708 41 41 03 Feb 07 SHL v3.05beta07: Release 42 42 14 Mar 07 SHL v3.05beta08: Release 43 13 May 07 GKY v3.05.09: Release 1st warpin installer version 44 24 Jun 07 GKY v3.06: Release 1st OpenWatcom release 43 45 44 46 ***********************************************************************/ 45 47 46 48 #define VERMAJOR 3 47 #define VERMINOR 0549 #define VERMINOR 6 48 50 // Ensure VERREALMINOR nul for non-beta releases 49 51 // #define VERREALMINOR "" 50 // #define VERREALMINOR ".09"__DATE__51 #define VERREALMINOR ".09 " __DATE__ " " __TIME__52 #define VERREALMINOR " "__DATE__ 53 //#define VERREALMINOR ".09 " __DATE__ " " __TIME__ 52 54 53 55 #define APPNAME "FM2"
Note:
See TracChangeset
for help on using the changeset viewer.
