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:
Mattia Barbon
2003-03-20 17:45:38 +00:00
parent 7ebcb58495
commit b994671df0
3 changed files with 27 additions and 14 deletions

View File

@@ -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 \