summaryrefslogtreecommitdiff
path: root/Mkfiles
AgeCommit message (Expand)AuthorFilesLines
2008-05-13Make insnsb.c an actual compilation unitH. Peter Anvin4-25/+30
2008-05-12Generate a byte array instead of using strings for the byte codesH. Peter Anvin4-22/+36
2008-04-10Temporaries in macros need a unique prefix; WSAA*() macros to headerH. Peter Anvin4-8/+8
2008-02-16OpenWatcom: optimize for 686H. Peter Anvin2-2/+2
2008-02-05Mkfiles/README: document the Netware Makefile.H. Peter Anvin1-0/+8
2008-02-05Add Makefile for NetwareH. Peter Anvin1-0/+213
2008-01-21OpenWatcom makefiles: add DEBUG optionH. Peter Anvin2-2/+4
2008-01-21Fix the options when compiling under OpenWatcomH. Peter Anvin2-10/+26
2007-10-30Run "make alldeps"H. Peter Anvin3-15/+18
2007-10-10owlinux.mak: don't clean things we won't be able toH. Peter Anvin1-4/+5
2007-10-02make alldepsH. Peter Anvin3-12/+12
2007-10-02Run "make alldeps".H. Peter Anvin3-9/+9
2007-09-28Add substitutes for snprintf() and vsnprintf()H. Peter Anvin3-2/+8
2007-09-27Exclude config.h from the dependency list for the canned makefilesH. Peter Anvin3-183/+180
2007-09-27Add Makefile for Linux -> DOS, Win32, OS/2 using OpenWatcomH. Peter Anvin2-1/+280
2007-09-26Add Makefile for OpenWatcom (DOS, OS/2 or Win32 output)H. Peter Anvin2-34/+280
2007-09-24Support __float*__ for floating-point numbers in expressionsH. Peter Anvin1-14/+22
2007-09-19Make nasm_malloc() et al available from inside ndisasmH. Peter Anvin1-12/+15
2007-09-17Sort dependency listsH. Peter Anvin1-56/+56
2007-09-17Cleaner way to handle MSVC's _snprintf() underscore damageH. Peter Anvin1-56/+60
2007-09-16Fix Makefile for MSVC++ 2005, delete obsolete MakefilesH. Peter Anvin20-3280/+231
2007-09-16Run "make alldeps"H. Peter Anvin19-19/+19
2007-09-14Use the new hash table function library to store labelsH. Peter Anvin19-19/+95
2007-09-12Remove $Id$ tags (useless with git)H. Peter Anvin1-1/+0
2007-09-12Use enumerations where practical to ease debuggingH. Peter Anvin19-361/+387
2007-09-12Run "make alldeps"; add dependencies missing from the previous checkinH. Peter Anvin19-19/+19
2007-09-12Use a perfect hash to look up preprocessor directivesH. Peter Anvin19-156/+185
2007-08-30Finishing touches on perfect hash tokenizer; actually turn the thing onH. Peter Anvin19-133/+205
2007-08-26attempt to make static makefiles aware of outelf32/outelf64Frank Kotler19-23/+41
2007-05-30Update dependencies.H. Peter Anvin19-38/+38
2007-05-29Run "make alldeps"H. Peter Anvin19-627/+813
2007-04-13Added outmacho.* to static makefile.Keith Kanios1-2/+4
2007-04-13Added Dev-Cpp MakefileKeith Kanios1-0/+157
2007-04-12General push for x86-64 support, dubbed 0.99.00.Keith Kanios1-0/+1
2005-01-14Update dependenciesH. Peter Anvin18-700/+696
2003-08-30Support building 16-bit DOS binaries using OpenWatcomH. Peter Anvin2-1/+141
2003-08-29Update statusH. Peter Anvin1-5/+6
2003-08-29Handle subdirectoriesH. Peter Anvin1-1/+1
2003-08-29Remove obsolete commentH. Peter Anvin1-1/+1
2003-08-29Touch up Makefile.b32Frank Kotler1-15/+15
2003-07-25Added -d key (merge duplicate strings) to to compiler keys string.Nickolay Yurchenko1-1/+2
2002-09-13Remove redundant define that generates too long command linesH. Peter Anvin1-1/+1
2002-09-12Clean up unnecessary dependencies.H. Peter Anvin17-521/+477
2002-09-12Fix Borland C++ optimization bug; add test for bad DOS binaries.H. Peter Anvin1-2/+3
2002-06-06Update Makefile.bc3 so that it actually works again.H. Peter Anvin1-29/+30
2002-06-06This is the "megapatch":H. Peter Anvin18-691/+1094
2002-05-26Clean up Makefile.unx and document it betterH. Peter Anvin2-18/+38
2002-05-26Account for ./output directoryJohn Coffman1-1/+4
2002-05-25Update from John CoffmanH. Peter Anvin1-24/+43
2002-05-20Added make rules for files generated from perl scriptsDebbie Wiles1-0/+29