summaryrefslogtreecommitdiff
path: root/Mkfiles/msvc.mak
Commit message (Expand)AuthorAgeFilesLines
* msvc.mak: fix syntax for excluding config.hH. Peter Anvin (Intel)2020-07-011-1/+1
* Makefile: add warnings.src to perlreq; longer list of binary filesH. Peter Anvin (Intel)2020-06-271-1/+1
* BR 3392648: rename float.[ch] to floats.[ch]H. Peter Anvin (Intel)2020-06-141-1/+1
* Makefile: run cleandeps, no need to config.status --recheckH. Peter Anvin (Intel)2020-06-041-4/+2
* iflags: move definitions to a separate file; auto-generate moreH. Peter Anvin (Intel)2019-08-061-1/+1
* Mkfiles: run "make cleandist"H. Peter Anvin2018-12-261-1/+19
* Merge remote-tracking branch 'origin/nasm-2.14.xx'H. Peter Anvin (Intel)2018-12-131-2/+3
|\
| * malloc: handle potential infinite loop in nasm_alloc_failed()H. Peter Anvin (Intel)2018-12-131-1/+1
* | nasmlib: Add nasm_(v)asprintf()H. Peter Anvin (Intel)2018-12-121-3/+3
* | strlist: merge the strtbl and strlist interfacesH. Peter Anvin (Intel)2018-12-111-1/+0
* | Run make cleandepsH. Peter Anvin2018-11-281-1/+1
|/
* MSVC: fix dependency generation and building RDOFF under MSVCH. Peter Anvin2018-06-181-22/+17
* Eliminate filename length restrictions, remote ofmt->filename()H. Peter Anvin2017-12-201-1/+4
* msvc.mak: fix yet another recursion situationH. Peter Anvin2017-11-081-3/+6
* msvc.mak: avoid infinite recursion on msvc.depH. Peter Anvin2017-11-081-2/+2
* msvc.mak: (hopefully) make external dependencies work with NMAKEH. Peter Anvin2017-11-081-10/+30
* Make dependency generation a bit more robustH. Peter Anvin2017-11-061-2/+8
* Makefile: don't store dependency information in gitH. Peter Anvin2017-11-011-406/+14
* make alldepsH. Peter Anvin2017-11-011-50/+53
* ilog2(): inline functions if practicalH. Peter Anvin2017-09-271-18/+18
* Clean up byteorder functionsH. Peter Anvin2017-04-241-235/+258
* output: generic string table implementationH. Peter Anvin2017-04-241-0/+6
* nasmlib: add path-splitting functionsH. Peter Anvin2017-04-231-7/+13
* rdoff: use nasm-provided safe memory allocation and I/OH. Peter Anvin2017-04-171-14/+21
* doc: add the option to generate an uncompressed PDFH. Peter Anvin2017-04-101-1/+2
* Makefile.in: more fixes to rdoff commandsH. Peter Anvin2017-04-061-2/+2
* msvc: finally make it possible to build the full Windows packageH. Peter Anvin2017-04-061-3/+4
* msvc.mak: finally make work with shared rdoff rulesH. Peter Anvin2017-04-061-35/+25
* Makefile.in: make rules for rdoff only define dependenciesH. Peter Anvin2017-04-061-5/+0
* rdoff: move rdoff build into main Makefile to make it build on WindowsH. Peter Anvin2017-04-061-466/+542
* BR 3392397: WMAKE uses a nonstandard syntax for phony targetsH. Peter Anvin2017-04-051-2/+2
* MSVC compatibility: clean up the handling of _stati64/_fstati64H. Peter Anvin2017-04-051-1/+1
* BR 3392395: unbreak msvc.mak build due to a stray backslashNikolai Saoukh2017-04-051-1/+1
* Mkfiles: harmonize how perl and (if available) makensis is runH. Peter Anvin2017-04-031-1/+5
* Makefiles: distribute file generation rules via syncfiles.plH. Peter Anvin2017-04-031-65/+113
* Rename insns-iflags.pl -> insns-iflags.ph, add missing dependencyH. Peter Anvin2017-04-031-2/+2
* Add generic perfect string hashes, use for directivesH. Peter Anvin2017-04-031-99/+114
* Run "make alldeps"H. Peter Anvin2017-03-081-5/+5
* Add a generic pragma-handling infrastructureH. Peter Anvin2017-03-071-0/+6
* asm/*: Move directive processing to its own file, refactor error handlingH. Peter Anvin2017-03-071-100/+119
* Rename directiv.c to directbl.c to free up the name directiv.cH. Peter Anvin2017-03-071-5/+5
* make clean: clean up more things that ought to beH. Peter Anvin2017-03-011-0/+3
* Run make alldepsH. Peter Anvin2017-02-281-1/+5
* Makefile: move all non-main objects into libnasm.aH. Peter Anvin2017-02-281-20/+22
* nasmlib/file: move memory-mapping functions out of file.cH. Peter Anvin2017-02-231-2/+6
* Move canned OpenWatcom config to config/watcom.h.H. Peter Anvin2016-10-191-97/+97
* Run make alldepsH. Peter Anvin2016-10-141-1/+1
* alldeps: handle uses of full pathnames, e.g. "config/config.h"H. Peter Anvin2016-10-061-187/+226
* Move config.h to a subdirectory, add MSVC-specific config fileH. Peter Anvin2016-10-041-2/+6
* Factor out common string list handling codeH. Peter Anvin2016-10-041-72/+85