summaryrefslogtreecommitdiffstats
path: root/Configurations/windows-makefile.tmpl
AgeCommit message (Expand)Author
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
2021-04-19Generalize link rule in windows-makefile.tmplTanzinul Islam
2021-04-19Ensure at least one command if no dependenciesTanzinul Islam
2021-04-19Avoid quoting dependency filepaths in build treeTanzinul Islam
2021-04-19Generalize delimiter in archiver response fileTanzinul Islam
2021-04-19Avoid space between "-I" and include directoryTanzinul Islam
2021-04-19Avoid "&&" in windows-makefile.tmplTanzinul Islam
2021-04-13util/wrap.pl: use the apps/openssl.cnf from the source treeDr. Matthias St. Pierre
2021-03-03Fix the perl code to get FIPSMODULENAMERichard Levitte
2021-03-03build.info: Make it possible to use compiled programs as generatorsRichard Levitte
2021-03-03build.info: Add the possibility to add dependencies on raw targetsRichard Levitte
2020-10-08windows-makefile.tmpl: Add a target to install the FIPS module configRichard Levitte
2020-08-17Fix broken windows builds.Shane Lontis
2020-07-15To generate makefile with correct parameters for WinCE.aSoujyuTanaka
2020-06-29Add --fips-key configuration parameter to fipsinstall application.Rich Salz
2020-04-25Configurations/windows-makefile.tmpl: Fix template code for INSTALL_MODULESRichard Levitte
2020-04-23Fix a typo in the makefile templatesMatt Caswell
2020-04-19Build files: add module installation targetsRichard Levitte
2020-03-31Windows makefile generator: Don't delete long lists of files in one goRichard Levitte
2020-03-02Build: Generate apps/progs.c and apps/progs.h in build timeRichard Levitte
2020-02-27Build file templates: don't set OPENSSL_{ENGINES,MODULES}Richard Levitte
2020-02-26Use a wrapper for pod2htmlRich Salz