Changeset 798
- Timestamp:
- Aug 22, 2007, 2:03:57 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 20 edited
-
av2.def (modified) (1 diff)
-
databar.def (modified) (1 diff)
-
dirsize.def (modified) (1 diff)
-
dll/fm3dll.def (modified) (1 diff)
-
dll/fm3res.def (modified) (1 diff)
-
dll/internal/makefile (modified) (1 diff)
-
dll/version.h (modified) (1 diff)
-
eas.def (modified) (1 diff)
-
file_id.diz (modified) (1 diff)
-
fm3.def (modified) (1 diff)
-
fm4.def (modified) (1 diff)
-
global.def (modified) (1 diff)
-
ini.def (modified) (1 diff)
-
killproc.def (modified) (1 diff)
-
sysinfo.def (modified) (1 diff)
-
undel.def (modified) (1 diff)
-
vcollect.def (modified) (1 diff)
-
vdir.def (modified) (1 diff)
-
viewinfs.def (modified) (1 diff)
-
vtree.def (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/av2.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Viewer MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/databar.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Databar MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 65536 -
trunk/dirsize.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Directory Sizes MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/dll/fm3dll.def
r708 r798 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.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.'7 option description '@#SLAInc:3.07beta01#@##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.' 8 8 segment class 'DATA' readwrite loadoncall nonshared 9 9 segment class 'CODE' loadoncall -
trunk/dll/fm3res.def
r708 r798 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.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.'7 option description '@#SLAInc:3.07beta01#@##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.' 8 8 9 9 segment class 'DATA' readonly loadoncall shared -
trunk/dll/internal/makefile
r732 r798 50 50 @%write $^@ option map 51 51 @%write $^@ name $(BASE) 52 @%write $^@ op desc '@$#SLAInc:3.0 6.00$#@$#$#1$#$# 06/24/2007 03:06:00 slamain::EN:US:0:U:@@FM/2 Strings Compiler'52 @%write $^@ op desc '@$#SLAInc:3.07beta01$#@$#$#1$#$# 08/21/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
r708 r798 43 43 13 May 07 GKY v3.05.09: Release 1st warpin installer version 44 44 24 Jun 07 GKY v3.06: Release 1st OpenWatcom release 45 21 Aug 07 GKY v3.07beta01: Release 45 46 46 47 ***********************************************************************/ 47 48 48 49 #define VERMAJOR 3 49 #define VERMINOR 650 #define VERMINOR 7 50 51 // Ensure VERREALMINOR nul for non-beta releases 51 52 // #define VERREALMINOR "" 52 #define VERREALMINOR " "__DATE__53 //#define VERREALMINOR ".09" __DATE__ " " __TIME__53 //#define VERREALMINOR " "__DATE__ 54 #define VERREALMINOR "beta01 " __DATE__ " " __TIME__ 54 55 55 56 #define APPNAME "FM2" -
trunk/eas.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 EA Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/file_id.diz
r708 r798 1 FM/2 v3.0 6.00built with OpenWatcom1 FM/2 v3.07beta01 built with OpenWatcom 2 2 An OS/2 Warp+ PM 32-bit 3 3 file/directory/ disk/archive/etc. -
trunk/fm3.def
r708 r798 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/fm4.def
r708 r798 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@F(ile) M(anager)/2 Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2001, 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 655360 -
trunk/global.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Global MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 388416 -
trunk/ini.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 INI Editor MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x60000 -
trunk/killproc.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Kill Process MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/sysinfo.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 SysInfo MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/undel.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Udelete MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 0x50000 -
trunk/vcollect.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Collector MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/vdir.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 View Directory MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416 -
trunk/viewinfs.def
r708 r798 5 5 # 16 Jun 07 GKY Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 View INFs MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 122840 -
trunk/vtree.def
r708 r798 5 5 # 14 Jun 07 SHL Convert to OpenWatcom 6 6 7 option description '@#SLAInc:3.0 6.00#@##1## 06/24/2007 03:06:00 SLAMain::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.'7 option description '@#SLAInc:3.07beta01#@##1## 08/21/2007 03:07:00 SLAMain::EN:US:0:U:@@FM/2 Tree View MiniApp Copyright (c) 1993, 1998 M. Kimes Copyright (c) 2005, 2007 Steven Levine and Associates, Inc.' 8 8 9 9 option stack = 488416
Note:
See TracChangeset
for help on using the changeset viewer.
