; ; *-*-* CC386.CSD *-*-* ; ; This Submit file generates the sample Graphic Utility programs. ; ; Invocation: submit cc386 (file name) ; ; where: file_name is the name of the C program without ; the .c extension ; ; delete %0.obj ic386 %0.c searchinclude(:$:,:sd:lib/ic386/,:sd:rmx386/inc/) & compact ram optimize(3) diagnostic(0) debug bnd386 & :sd:lib/ic386/cstrmx3c.obj , & C startup module %0.obj , & User module - include others here :sd:rmx386/lib/rgic32.lib , & RGI library :sd:lib/ic386/crmx3c.lib , & iRMX III Floating-point C-library :sd:lib/ndp387/cl387n.lib , & Floating point support libraries :sd:lib/ndp387/80387n.lib , & :sd:rmx386/lib/udiifc32.lib, & UDI library :sd:rmx386/lib/rmxifc32.lib & iRMX III System Call Interface library & bind controls renameseg (code32 to code) & object(%0.386) segsize(stack(+08000h)) type rc(dm(10000,500000)) load