summaryrefslogtreecommitdiff
path: root/Mkfiles/openwcom.mak
Commit message (Expand)AuthorAgeFilesLines
* Run make alldepsH. Peter Anvin2009-06-271-4/+6
* Move backend-specific code to output/; break out null debug stuffH. Peter Anvin2009-06-271-25/+31
* Handle the new ELF headers in the dependency generationH. Peter Anvin2009-06-251-3/+7
* ELF: use rbtree for symbol searchesH. Peter Anvin2008-11-061-2/+2
* Move all version strings to a single compilation unit (ver.c)H. Peter Anvin2008-10-311-37/+40
* rbtree: drop the data pointer; instead rely on being embeddedH. Peter Anvin2008-10-301-1/+1
* Left-leaning red-black tree data structureH. Peter Anvin2008-10-291-1/+2
* make alldepsH. Peter Anvin2008-10-291-7/+7
* output: add common file outlib.c for common functions; realsize()H. Peter Anvin2008-10-271-2/+4
* Run "make alldeps"H. Peter Anvin2008-09-091-1/+2
* Run "make alldeps"H. Peter Anvin2008-06-211-41/+42
* preproc: add support for builtin include modules (%use)H. Peter Anvin2008-06-191-1/+1
* syncfiles: use #-- ... --# for consistency with mkdep.plH. Peter Anvin2008-06-151-2/+2
* Script to automagically synchronize the object file listsH. Peter Anvin2008-06-151-0/+3
* Update Mkfiles/*.makH. Peter Anvin2008-06-151-2/+2
* Implement __utf16__() and __utf32__() for the DB familyH. Peter Anvin2008-06-141-1/+3
* Move all the RAA code out of nasmlibH. Peter Anvin2008-06-091-8/+9
* Move all the SAA code out of nasmlibH. Peter Anvin2008-06-091-9/+10
* Replace the WSAA macros with functionsH. Peter Anvin2008-06-081-1/+2
* Update .gitignore, remove bogus dependencyH. Peter Anvin2008-06-041-1/+0
* Makefile/dependency updatesH. Peter Anvin2008-06-041-5/+7
* make alldepsH. Peter Anvin2008-05-271-1/+1
* openwcom.mak: wmake uses & for continuation, not \ (sigh)H. Peter Anvin2008-05-201-3/+3
* Avoid #including .c files; instead compile as separate unitsH. Peter Anvin2008-05-201-19/+23
* Make insnsb.c an actual compilation unitH. Peter Anvin2008-05-131-7/+8
* Generate a byte array instead of using strings for the byte codesH. Peter Anvin2008-05-121-6/+10
* Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin2008-04-101-2/+2
* OpenWatcom: optimize for 686H. Peter Anvin2008-02-161-1/+1
* OpenWatcom makefiles: add DEBUG optionH. Peter Anvin2008-01-211-1/+2
* Fix the options when compiling under OpenWatcomH. Peter Anvin2008-01-211-5/+5
* Run "make alldeps"H. Peter Anvin2007-10-301-5/+6
* make alldepsH. Peter Anvin2007-10-021-4/+4
* Run "make alldeps".H. Peter Anvin2007-10-021-3/+3
* Add substitutes for snprintf() and vsnprintf()H. Peter Anvin2007-09-281-1/+3
* Exclude config.h from the dependency list for the canned makefilesH. Peter Anvin2007-09-271-61/+60
* Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output)H. Peter Anvin2007-09-261-0/+271