1 ; Some modules really want TRUE to be 0FFH. Best to let them have their way.
13 ; Use the following switches to control cmacros.inc
18 memS EQU 1 ; Small model
20 ; Use the switches below to produce the standard Microsoft version or the IBM
21 ; version of the operating system
23 ; The below chart will indicate how to set the switches to build the various
27 ; --------------------------------------------------------
28 ; IBM Version | TRUE TRUE
29 ; --------------------------------------------------------
30 ; MS Version | FALSE FALSE
31 ; --------------------------------------------------------
32 ; Clone Version | TRUE FALSE
35 IBMCOPYRIGHT EQU FALSE
37 BUFFERFLAG EQU NOT IBMCOPYRIGHT
48 %OUT ... IBM version build switch on ...
50 %OUT ... CLONE version build switch on ...
54 %OUT ... MS version build switch on ...
56 %OUT !!!!!!!!! VERSION SWITCHES SET INCORECTLY !!!!!!!!!
57 %OUT !!!!!!!!! CHECK SETTINGS IN INC\VERSION.INC !!!!!!!!!
63 ;***************************************************************************
64 ;* The following switches are for DBCS or SBCS support *
66 ;* Set INTERNAT EQU TRUE FOR DBCS *
67 ;* Set INTERNAT EQU FALSE FOR SBCS *
69 ;***************************************************************************
71 IBMJAPVER EQU FALSE ;If TRUE set KANJI true also
74 ; Switch INTERNAT for DBCS support
86 ifndef altvect ; avoid jerking off vector.inc
87 ALTVECT EQU FALSE ;Switch to build ALTVECT version
91 ; Country code switches
92 ; The default contry code is assumed as USA.
104 %OUT Internat(ECS) version build switch on