summaryrefslogtreecommitdiff
path: root/Mkfiles
Commit message (Collapse)AuthorAgeFilesLines
* Update Visual Studio build to Visual STudio 2022Brian Gladman2022-01-2711-44/+44
|
* minor update to VS2019 buildBrian Gladman2020-07-271-3/+6
|
* add missing include fileBrian Gladman2020-05-041-0/+8
|
* Allow user to set the YASM path with or without an ending backslash in ↵Brian Gladman2019-10-121-1/+1
| | | | Visual Studio integration
* add build files for Microsoft Visual Studio 2019Brian Gladman2019-05-1636-0/+4425
|
* correct bug in VSYASM build integration files (vsyasm.targets)Brian Gladman2018-12-041-4/+4
|
* change vsyasm.props to use the YASM_PATH environment variable if presentBrian Gladman2018-09-281-3/+3
|
* Update the files for integrating YASM into Visual Studio 2017Brian Gladman2018-09-272-61/+63
|
* add Visual Studio 2017 build filesBrian Gladman2017-03-0737-0/+4430
|
* add missing VC++ headerBrian Gladman2017-03-071-0/+8
|
* update MSVC14 buildBrian Gladman2015-11-063-7/+20
|
* add Visual Studio build files missed in thye initial commitBrian Gladman2015-07-2719-0/+1571
|
* Add build files for Visual Studio 2015Brian Gladman2015-05-1617-0/+2838
|
* Rename a Visual Studio 2013 build fileBrian Gladman2014-04-061-0/+0
|
* Add Visual Studio 2013 build filesBrian Gladman2014-04-0617-0/+2838
|
* test commitBrian Gladman2013-11-131-1/+1
|
* Minor change to Python detection in the Visual Studio build to avoid ↵briangladman2013-11-131-2/+2
| | | | spurious error message
* Make the detection of Python in the Visual Studio 2010 build more robustBrianGladman2012-11-061-3/+14
|
* add new elf file to visual studio 2010 buildBrianGladman2012-09-112-0/+4
|
* Add support for x32H.J. Lu2012-08-302-2/+2
| | | | | | | X32 is a 32-bit psABI for x86-64 with 32-bit pointer size. More info can be found at: https://sites.google.com/site/x32abi/
* Add prebuild step for yasm-verssion.hBrianGladman2011-10-311-2/+6
|
* add path for YASM-VERSION.hBrianGladman2011-10-311-118/+121
|
* Generate version number information from git history.Peter Johnson2011-08-2710-26/+29
| | | | | | | | | | | | | | | | | | Due to the svn import structure, a special case is currently implemented to look for the 1.1.0 branchpoint instead of the most recent tag on the master branch. This will be removed after the first release is tagged on the master branch in git. Specific details: autogen.sh: More aggressively clean autoconf cache. This is needed to ensure the version number is actually regenerated. Don't generate PACKAGE_PATCHLEVEL or PACKAGE_BUILD variables. The genversion program now parses PACKAGE_VERSION directly. For Mkfiles builds, YASM-VERSION.h is generated and included by the custom config.h. This avoids the need to edit config.h for versioning.
* Remove $Id$ and RCSID() usage.Peter Johnson2011-08-196-11/+0
| | | | These are useless now that we're using git.
* Fix #263: Add quotes to yasm.rules switches.Peter Johnson2011-06-201-6/+6
|
* 1. Tidy up VS 2010 buildBrian Gladman2011-01-2916-6/+157
| | | | | | 2. Set correct VS tool path on win32 systems svn path=/trunk/yasm/; revision=2368
* Bump trunk internal version to 1.1.99.Peter Johnson2010-08-063-3/+3
| | | | svn path=/trunk/yasm/; revision=2351
* Remove some causes of unnecessary rebuilds on Windows (VC10 only)Brian Gladman2010-07-276-23/+59
| | | | svn path=/trunk/yasm/; revision=2342
* Minor update to the Visual Studio 2010 build filesBrian Gladman2010-06-082-21/+32
| | | | svn path=/trunk/yasm/; revision=2332
* svn path=/trunk/yasm/; revision=2331Brian Gladman2010-06-083-19/+27
|
* Add an environment variable YASMPATH to override the default vsyasm directoryBrian Gladman2010-05-271-1/+4
| | | | svn path=/trunk/yasm/; revision=2330
* correct reported error in vsyasm.xmlBrian Gladman2010-05-271-3/+0
| | | | svn path=/trunk/yasm/; revision=2329
* change vsyasm property sheet to use an absolute path to vsyasm (as msbuild ↵Brian Gladman2010-05-241-1/+1
| | | | | | requires) svn path=/trunk/yasm/; revision=2328
* Improve VSYASM integration into Visual Studio 2010 Brian Gladman2010-03-103-26/+107
| | | | svn path=/trunk/yasm/; revision=2307
* Adjust YASM integration into Visual Studio 2010 slightlyBrian Gladman2010-03-031-1/+1
| | | | svn path=/trunk/yasm/; revision=2298
* Add VSYASM integration files for Visual Studio 2010 (and remove incorrect ↵Brian Gladman2010-03-035-120/+133
| | | | | | YASM ones) svn path=/trunk/yasm/; revision=2297
* Correction to Python detection on WindowsBrian Gladman2010-02-252-2/+2
| | | | svn path=/trunk/yasm/; revision=2296
* Yet one more attempt to find Python in WindowsBrian Gladman2010-02-252-22/+28
| | | | svn path=/trunk/yasm/; revision=2295
* Make a further attempt to use the Windows registry to find PythonBrian Gladman2010-02-242-42/+12
| | | | svn path=/trunk/yasm/; revision=2294
* correct error in python detection batch file Brian Gladman2010-02-232-2/+2
| | | | svn path=/trunk/yasm/; revision=2293
* Hopefully remove python discovery issue in Windows buildBrian Gladman2010-02-232-10/+36
| | | | svn path=/trunk/yasm/; revision=2292
* Update Visual Studio 2010 build filesBrian Gladman2010-02-1511-39/+39
| | | | svn path=/trunk/yasm/; revision=2289
* 1. Add vsyasm build to VC9 and vc10 buildsBrian Gladman2010-02-139-10/+724
| | | | | | 2. Improve search for Python interpreter svn path=/trunk/yasm/; revision=2288
* Add "vsyasm", a batch version of yasm primarily useful for VS2010.Peter Johnson2010-02-062-2/+20
| | | | | | | | | | | | Basically the objfile, listfile, and mapfile options specify output directories instead of files. Multiple files are accepted and each one is independently assembled in command line order. All options (such as include directories and predefined macros) apply to all input files. Any error terminates the process early. Suggested by: Brian Gladman svn path=/trunk/yasm/; revision=2284
* Update flat and DJGPP Makefiles for GAS preproc and parser changes.Peter Johnson2010-01-202-2/+16
| | | | svn path=/trunk/yasm/; revision=2282
* Update VC++ v10 buildBrian Gladman2010-01-192-0/+4
| | | | svn path=/trunk/yasm/; revision=2281
* Update VC++ v9 buildBrian Gladman2010-01-191-0/+4
| | | | svn path=/trunk/yasm/; revision=2280
* Fix #200 - yasm.rules double quote issueBrian Gladman2010-01-081-25/+26
| | | | svn path=/trunk/yasm/; revision=2271
* "Fix #200" - yasm.rules double quote issueBrian Gladman2010-01-081-5/+5
| | | | svn path=/trunk/yasm/; revision=2270
* 1. Add gas preprocessor build on WindowsBrian Gladman2010-01-054-1/+32
| | | | | | 2. Add snprintf -> _snprintf define for VC++ build svn path=/trunk/yasm/; revision=2267