Page 1 of 1

Open Watcom custom target enviroment

Posted: Thu Apr 26, 2012 4:01 pm
by VolTeK
Is there a link to where i can make one of my own? I am currently trying to create my own 16 bit DOS programs for my OS but use my own settings. I looked over the compiled source and only 10 bytes are my code, and the other thousand are libraries for DOS. Is there a setting i can change?

Re: Open Watcom custom target enviroment

Posted: Thu Apr 26, 2012 4:28 pm
by bubach

Re: Open Watcom custom target enviroment

Posted: Thu Apr 26, 2012 7:08 pm
by miker00lz
i've never seen a way to make a custom target. i think what you'll have to do is just have it not link with the standard libs, and write replacements that'll work with your OS.