home *** CD-ROM | disk | FTP | other *** search
- ckitdemo.mak Turbo MAKE file for CKITDEMO
- ckits.prj TURBO Project file for CKITDEMO
-
- **************************** ATTENTION ***************************************
-
- If you plan on using the USERS file information or ck_update_user()
- check the following:
- - For C-kit versions 2.0 and earlier -
- make sure your Borland compiler is set for WORD alignment.
-
- - For C-kit versions 2.08 and later -
- make sure Borland compiler is set for BYTE alignment. (the default)
-
- ******************************************************************************
-
- To do this from inside the TURBO editor.
- Select ->OPTIONS ->COMPILER ->CODE GENERATION ->ALIGNMENT ->WORD
-
- OR add the -a switch to the TURBO command line TCC compiler.
-
- See CKITDEMO.MAK for example of this.
-
- You must do this reguardless of what door program you are compiling.
-
- IT IS NOT NECASSARY TO NOW INCLUDE THE MATH.LIB and EMU.LIB with
- Turbo C users.
-