home *** CD-ROM | disk | FTP | other *** search
- The OS/2 version of msged (msgedp.exe) is produced with IBM C/2 1.1, its
- MAKE/2 utility, and IBM MASM/2. Their Microsoft counterparts are roughly
- MS C 5.2 and MASM 5.0, but the MAKE really is unique. I'm going to be
- converting over these projects to PAMAKE18 as each starts back up, to
- get around this small problem.
-
- Anyway, the unique OS/2 files for msged are:
-
- OS2SUPP.H
- SCRNOS2.C
- NORMAL2.ASM
- MAKEFILE.OS2
- MAKEFILE.DBG
-
- The batch file I use to build either version of msged is:
-
- @Echo off
- Set DEBUG=.OS2
- if %1x==debugx Set DEBUG=.DBG
- if %1x==dosx Set DEBUG=.DOS
- if %1x==debugx Shift
- if %1x==dosx Shift
- if %1x==allx if exist *.obj del *.obj >nul:
- if %1x==allx Shift
- make %1 %2 %3 /f makefile%DEBUG%
-
- Until there is an equivalent to the Clarkson Spelling Checker in the OS/2 world,
- probably in a DLL, the spelling check stuff is disabled in the OS/2 version.
-
- Bill Andrus
- 1:109/301