X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58580a7e3cf744de919827f827f14e595f8231af..f2616db56739e4962f683f59ac9e207756efe23c:/contrib/samples/gizmos/multicell/makefile.g95 diff --git a/contrib/samples/gizmos/multicell/makefile.g95 b/contrib/samples/gizmos/multicell/makefile.g95 index 85dabdf2c1..5d9b35579f 100644 --- a/contrib/samples/gizmos/multicell/makefile.g95 +++ b/contrib/samples/gizmos/multicell/makefile.g95 @@ -5,7 +5,7 @@ WXDIR = ../../../.. TARGET=mtest OBJECTS = $(TARGET).o -EXTRALIBS=$(WXDIR)/lib/libgizmos.lib +EXTRALIBS=$(WXDIR)/lib/libgizmos.a include $(WXDIR)/src/makeprog.g95