summaryrefslogtreecommitdiff
path: root/openssl/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r--openssl/makefile.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index b8f0ec518f53..f537838682e9 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -128,7 +128,6 @@ UNAME=$(shell uname)
.IF "$(COM)"=="GCC"
PATCH_FILES=opensslmingw.patch
-.IF "$(USE_MINGW)" == "cygwin"
CONFIGURE_ACTION=$(PERL) configure
CONFIGURE_FLAGS=mingw shared
INSTALL_ACTION=mv libcrypto.a libcrypto_static.a && mv libcrypto.dll.a libcrypto.a && mv libssl.a libssl_static.a && mv libssl.dll.a libssl.a
@@ -139,16 +138,6 @@ OUT2LIB += libssl.*
OUT2BIN = ssleay32.dll
OUT2BIN += libeay32.dll
.ELSE
-CONFIGURE_ACTION=
-BUILD_ACTION=cmd /c "ms\mingw32"
-OUT2LIB = out/libcrypto_static.*
-OUT2LIB += out/libssl_static.*
-OUT2LIB += out/libcrypto.*
-OUT2LIB += out/libssl.*
-OUT2BIN = out/ssleay32.dll
-OUT2BIN += out/libeay32.dll
-.ENDIF
-.ELSE
PATCH_FILES=openssl.patch
.IF "$(MAKETARGETS)" == ""
01 +0000'>2023-01-19tdf#143123 Port some Spreadsheet Java examples to PythonChenxiong Qi 2023-01-18Fix typoAndrea Gelmini 2023-01-01Bump copyright year to 2023Adolfo Jayme Barrientos 2022-12-03tdf#143123 Port Text Java examples to PythonChenxiong Qi 2022-10-13tdf#143123 port DocumentHandling examples to PythonChenxiong Qi 2022-08-14Fix typoAndrea Gelmini 2022-07-14Drop poor @attention paragraphStephan Bergmann 2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann 2022-05-25Add Makefile for the FirstUnoContact C++ SDK exampleHossein 2022-04-20tdf#143122 - Port Java examples to C++Hossein 2022-04-20tdf#143123 - Port Java examples to PythonHossein 2022-04-12odk: update DevGuide wiki links and correct history in footerIlmari Lauhakangas 2022-04-06Remove duplicate DevGuide example FirstConnectionHossein 2022-03-13Fix typosAndrea Gelmini 2022-02-25Provide unoidl-write also for the SDKStephan Bergmann 2022-02-15tdf#145759 Using M_PI from cmath instead of magic constants.pragat-pandya 2022-02-09Fix typosAndrea Gelmini 2021-01-01Bump copyright year to 2021Adolfo Jayme Barrientos 2021-11-15Clean C++ SDK example "counter"Hossein 2021-11-15Fixing the license statement for the Convertor C++ exampleHossein 2021-11-09Add Convertor C++ exampleHossein 2021-10-25Cleanup DocumentLoader C++ SDK exampleHossein 2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet 2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet 2021-10-03drop 'using namespace std' hereRoman Kuznetsov 2021-09-20Adapt SetWindowLong call to 64-bit buildStephan Bergmann 2021-09-20Fix type of css.drawing.FillProperties FillColor propertyStephan Bergmann 2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso 2021-09-10This example doesn't have any idl filesStephan Bergmann 2021-09-09Fix apparent typosStephan Bergmann 2021-08-26Remove spurious odk/examples/java/MinimalComponent/BuildMinimalComponent.xmlStephan Bergmann 2021-08-25Fix corrupted odk/examples/java/ConverterServlet/web.xmlStephan Bergmann