Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix nmake's distclean and DLL inking. Add static lib to InnoSetup | lloyd | 2009-11-20 | 1 | -5/+6 |
| | |||||
* | Nmake makefile cleanups and DLL fixes | lloyd | 2009-11-20 | 1 | -34/+10 |
| | |||||
* | Switch from only-static with VC++ to only a DLL. The static library is | lloyd | 2009-11-19 | 1 | -11/+9 |
| | | | | | huge (60+ Mb!); the DLL should be smaller due to link-time merging making it viable to distribute binaries. | ||||
* | Use just %{version} instead of combining sub-parts needlessly in nmake.in | lloyd | 2009-07-02 | 1 | -5/+1 |
| | |||||
* | s/build-dir/build_dir/ in unix.in and nmake.in, missed them | lloyd | 2009-07-01 | 1 | -6/+6 |
| | |||||
* | Change the makefile template language somewhat. Previously variables | lloyd | 2009-07-01 | 1 | -30/+30 |
| | | | | | | | | | | | | | | | | | had been denoted with @{var:NAME}, this has changed to %{NAME}. This is pretty much a wash for configure.pl but it makes it much easier to process the templates using Python's string.Template. The logic being the 'var:' prefix had been to support conditional statements in the templates (using an 'if:' prefix), but this functionality was not being used and support for it is removed from configure.pl in this revision. For a similiar reason, rename a number of template variables with hyphens in their name to use underscores instead. This is slightly more consistent anyway (since many variable names had already used _ instead of -) but more importantly makes them much easier to deal with using aforementioned Python template code. This should not result in any user-visible change (unless I messed up). | ||||
* | Rename makefile variable INSTALLROOT to DESTDIR for autotools compatability | lloyd | 2008-09-30 | 1 | -4/+4 |
| | |||||
* | Remove the misc dir: | lloyd | 2008-09-29 | 1 | -0/+111 |
Moved XS, Boost Python, and SWIG wrappers to new toplevel directory 'wrappers' Moved NIST X.509 test suite into checks directory Move the build information used by configure.pl to src/build-data Move scripts directory to doc (for lack of a better spot) |