makefile.g95 now adds _cyg or _min suffix to libraries/DLLs, as
per the discussion on wx-dev. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3,7 +3,9 @@ ifeq ($(WXWIN),)
|
||||
WXWIN=../..
|
||||
endif
|
||||
|
||||
LIBTARGET=$(WXWIN)/lib/libregex.a
|
||||
include $(WXWIN)/src/makelib.g95
|
||||
|
||||
LIBTARGET=$(WXWIN)/lib/libregex$(MIN_SUFFIX).a
|
||||
|
||||
OBJECTS= \
|
||||
regcomp.o \
|
||||
|
Reference in New Issue
Block a user