summaryrefslogtreecommitdiff
path: root/Configurations/windows-makefile.tmpl
Commit message (Expand)AuthorAgeFilesLines
* Fix quotes install_fips in Configurations/windows-makefile.tmplRichard Levitte2022-07-281-2/+2
* Windows: use the basename of the product (.dll) for definition filesRichard Levitte2022-07-081-1/+1
* Remove include/openssl/configuration.h from mandatory dependenciesRichard Levitte2022-05-251-0/+1
* mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO.Daniel Fiala2022-05-131-1/+1
* Add quotes around perl scriptsKeith W. Campbell2022-05-111-4/+4
* Rework dependencies between config files and build filesRichard Levitte2022-03-041-3/+13
* Don't delete the doc/html directories when cleaningMatt Caswell2021-11-261-4/+4
* Configurations/windows-makefile.tmpl: obj2bin(): use the resource file tooRichard Levitte2021-10-271-0/+1
* Fix the build file templates where uplink mattersRichard Levitte2021-09-131-2/+2
* install_fips: Create the OPENSSLDIR as it might not existTomas Mraz2021-09-101-0/+1
* OpenSSL::Ordinals::set_version() should only be given the short versionRichard Levitte2021-09-091-1/+2
* Use copy.pl to install the fips module on WindowsTomas Mraz2021-08-041-4/+2
* Windows, VMS: Do install_fips on install if fips is enabledTomas Mraz2021-08-041-3/+3
* Avoid empty lines in nmake rule bodiesRichard Levitte2021-07-131-13/+13
* Make util/wrap.pl work better on VMSRichard Levitte2021-06-181-5/+1
* Build file templates: Fix in2script dependenciesRichard Levitte2021-06-161-1/+1
* Use rd instead rmdirFdaSilvaYY2021-06-071-5/+5
* Fix enable-fips builds on WindowsTomas Mraz2021-06-011-1/+1
* Build file templates: rework FIPS module installationRichard Levitte2021-05-261-10/+11
* Build file templates: rework how general dependencies are computedRichard Levitte2021-05-261-30/+24
* Rework how providers/fipsmodule.cnf is producedRichard Levitte2021-05-261-9/+17
* Do not try to install image directories with no imagesTomas Mraz2021-05-251-9/+0
* configurations: update template makefiles to install documentation imagesPauli2021-05-221-2/+28
* Move some OpenSSL perl utility functions to OpenSSL::UtilRichard Levitte2021-05-191-0/+1
* Windows build file: add forgotten quotes on POD->html command lineRichard Levitte2021-05-041-1/+1
* build.info: add the Perl wrapper to build generator programs on WindowsDr. Matthias St. Pierre2021-04-291-2/+2
* Configure/Makefile: install the fips provider if it was configuredDr. Matthias St. Pierre2021-04-291-0/+8
* Configure/Makefile: don't generate a fresh fipsmodule.cnf when installing itDr. Matthias St. Pierre2021-04-291-6/+3
* Configure/Makefile: separate install of the FIPS moduleDr. Matthias St. Pierre2021-04-291-5/+21
* Configure/Makefile: correct the FIPS module configuration file pathDr. Matthias St. Pierre2021-04-291-3/+2
* Configure/Makefile: use the correct openssl app for FIPS installationDr. Matthias St. Pierre2021-04-291-5/+6
* Configure/Makefile: fix the `-macopt` argument of the fipsinstall commandDr. Matthias St. Pierre2021-04-291-1/+1
* Configuration: rework how dependency making is handledRichard Levitte2021-04-281-3/+3
* Windows bulding: Make dependency generation not quite as talkativeRichard Levitte2021-04-281-1/+1
* Link with .def filesTanzinul Islam2021-04-191-2/+2
* Generate dependency informationTanzinul Islam2021-04-191-2/+2
* Build resource filesTanzinul Islam2021-04-191-11/+23
* Support DLL builds + Fix C RTL variantsTanzinul Islam2021-04-191-8/+11
* Replace "ld_wildcard_args" with "bin_lflags"Tanzinul Islam2021-04-191-1/+1
* Add explanation + bugtracker link for quoted dependency workaroundsTanzinul Islam2021-04-191-0/+4
* Use cmd.exe to export env vars before commandsTanzinul Islam2021-04-191-11/+4
* Avoid redirection to quoted filenameTanzinul Islam2021-04-191-1/+1
* Generalize link rule in windows-makefile.tmplTanzinul Islam2021-04-191-14/+10
* Ensure at least one command if no dependenciesTanzinul Islam2021-04-191-1/+5
* Avoid quoting dependency filepaths in build treeTanzinul Islam2021-04-191-3/+8
* Generalize delimiter in archiver response fileTanzinul Islam2021-04-191-1/+1
* Avoid space between "-I" and include directoryTanzinul Islam2021-04-191-4/+4
* Avoid "&&" in windows-makefile.tmplTanzinul Islam2021-04-191-6/+9
* util/wrap.pl: use the apps/openssl.cnf from the source treeDr. Matthias St. Pierre2021-04-131-1/+5
* Fix the perl code to get FIPSMODULENAMERichard Levitte2021-03-031-1/+2