summaryrefslogtreecommitdiffstats
path: root/Configurations/windows-makefile.tmpl
AgeCommit message (Expand)Author
2023-12-07Add the 'run_tests' target to the Windows build file template as wellRichard Levitte
2023-11-21Fix typo in variable nameAnders Jansson
2023-11-15Add exporters for CMakeRichard Levitte
2023-06-28add no-docs optionVladimĂ­r Kotal
2023-06-08build.info: Introduce special syntax for dependencies on script modulesRichard Levitte
2023-05-10Fix a typo found by codespell in a Makefile variableDimitri Papadopoulos
2022-11-24Add two new build targets to enable the possibility of using clang-cl asEverton Constantino
2022-11-04Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte
2022-07-28Fix quotes install_fips in Configurations/windows-makefile.tmplRichard Levitte
2022-07-08Windows: use the basename of the product (.dll) for definition filesRichard Levitte
2022-05-25Remove include/openssl/configuration.h from mandatory dependenciesRichard Levitte
2022-05-13mkdef.pl: Add cmd-line flag to differentiate shared libs and DSO.Daniel Fiala
2022-05-11Add quotes around perl scriptsKeith W. Campbell
2022-03-04Rework dependencies between config files and build filesRichard Levitte
2021-11-26Don't delete the doc/html directories when cleaningMatt Caswell
2021-10-27Configurations/windows-makefile.tmpl: obj2bin(): use the resource file tooRichard Levitte
2021-09-13Fix the build file templates where uplink mattersRichard Levitte
2021-09-10install_fips: Create the OPENSSLDIR as it might not existTomas Mraz
2021-09-09OpenSSL::Ordinals::set_version() should only be given the short versionRichard Levitte
2021-08-04Use copy.pl to install the fips module on WindowsTomas Mraz
2021-08-04Windows, VMS: Do install_fips on install if fips is enabledTomas Mraz
2021-07-13Avoid empty lines in nmake rule bodiesRichard Levitte
2021-06-18Make util/wrap.pl work better on VMSRichard Levitte
2021-06-16Build file templates: Fix in2script dependenciesRichard Levitte
2021-06-07Use rd instead rmdirFdaSilvaYY
2021-06-01Fix enable-fips builds on WindowsTomas Mraz
2021-05-26Build file templates: rework FIPS module installationRichard Levitte
2021-05-26Build file templates: rework how general dependencies are computedRichard Levitte
2021-05-26Rework how providers/fipsmodule.cnf is producedRichard Levitte
2021-05-25Do not try to install image directories with no imagesTomas Mraz
2021-05-22configurations: update template makefiles to install documentation imagesPauli
2021-05-19Move some OpenSSL perl utility functions to OpenSSL::UtilRichard Levitte
2021-05-04Windows build file: add forgotten quotes on POD->html command lineRichard Levitte
2021-04-29build.info: add the Perl wrapper to build generator programs on WindowsDr. Matthias St. Pierre
2021-04-29Configure/Makefile: install the fips provider if it was configuredDr. Matthias St. Pierre
2021-04-29Configure/Makefile: don't generate a fresh fipsmodule.cnf when installing itDr. Matthias St. Pierre
2021-04-29Configure/Makefile: separate install of the FIPS moduleDr. Matthias St. Pierre
2021-04-29Configure/Makefile: correct the FIPS module configuration file pathDr. Matthias St. Pierre
2021-04-29Configure/Makefile: use the correct openssl app for FIPS installationDr. Matthias St. Pierre
2021-04-29Configure/Makefile: fix the `-macopt` argument of the fipsinstall commandDr. Matthias St. Pierre
2021-04-28Configuration: rework how dependency making is handledRichard Levitte
2021-04-28Windows bulding: Make dependency generation not quite as talkativeRichard Levitte
2021-04-19Link with .def filesTanzinul Islam
2021-04-19Generate dependency informationTanzinul Islam
2021-04-19Build resource filesTanzinul Islam
2021-04-19Support DLL builds + Fix C RTL variantsTanzinul Islam
2021-04-19Replace "ld_wildcard_args" with "bin_lflags"Tanzinul Islam
2021-04-19Add explanation + bugtracker link for quoted dependency workaroundsTanzinul Islam
2021-04-19Use cmd.exe to export env vars before commandsTanzinul Islam
2021-04-19Avoid redirection to quoted filenameTanzinul Islam