3 # This file should allow to build ACE for mingw32 with mingw tools.
5 ACE_PLATFORM_CONFIG ?= config-win32.h
9 # MinGW has wfmo and registry
13 # We can use the QoS support
16 PWD=$(subst \,/,$(shell pwd))
18 ifeq (cmd,$(findstring cmd,$(SHELL)))
23 ECHO_BLANK_LINE = cmd /c echo.
27 include $(ACE_ROOT)/include/makeinclude/platform_gnuwin32_common.GNU
29 PLATFORM_SSL_LIBS ?= -lssl32 -leay32
32 LIBS += -lws2_32 -lmswsock -liphlpapi
35 LIBS += -lwsock32 -lnetapi32
37 CPPFLAGS += -Wno-unknown-pragmas