- Timestamp:
- Aug 31, 2007, 10:44:51 PM (18 years ago)
- Location:
- trunk/dll
- Files:
-
- 4 edited
-
fm3dll.def (modified) (1 diff)
-
fm3res.def (modified) (1 diff)
-
internal/makefile (modified) (1 diff)
-
version.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3dll.def
r798 r820 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.07 beta01#@##1## 08/21/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.'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.' 8 8 segment class 'DATA' readwrite loadoncall nonshared 9 9 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r798 r820 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.07 beta01#@##1## 08/21/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.'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.' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/internal/makefile
r798 r820 50 50 @%write $^@ option map 51 51 @%write $^@ name $(BASE) 52 @%write $^@ op desc '@$#SLAInc:3.07 beta01$#@$#$#1$#$# 08/21/2007 03:07:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler'52 @%write $^@ op desc '@$#SLAInc:3.07$#@$#$#1$#$# 08/31/2007 03:07:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler' 53 53 @%write $^@ file $(BASE).obj 54 54 @%write $^@ library os2386.lib -
trunk/dll/version.h
r798 r820 44 44 24 Jun 07 GKY v3.06: Release 1st OpenWatcom release 45 45 21 Aug 07 GKY v3.07beta01: Release 46 31 Aug 07 GKY v3.07: Release modified ini structure 46 47 47 48 ***********************************************************************/ … … 51 52 // Ensure VERREALMINOR nul for non-beta releases 52 53 // #define VERREALMINOR "" 53 //#define VERREALMINOR " "__DATE__54 #define VERREALMINOR "beta01 " __DATE__ " " __TIME__54 #define VERREALMINOR " "__DATE__ 55 //#define VERREALMINOR "beta01 " __DATE__ " " __TIME__ 55 56 56 57 #define APPNAME "FM2"
Note:
See TracChangeset
for help on using the changeset viewer.
