]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/ogl/ogledit/makefile.g95
fixes to dependency problems in win32 makefiles
[wxWidgets.git] / contrib / samples / ogl / ogledit / makefile.g95
index 01ce047f5ccd7cf912046d0031930f2b4498ac37..71686aadd07997189838672b2a3619bb67116135 100644 (file)
@@ -11,7 +11,7 @@ WXDIR = ../../../..
 
 TARGET=ogledit
 # EXTRACPPFLAGS=-I../../src
-EXTRALIBS=-logl
+EXTRALIBS=-logl -lwxdeprecated
 OBJECTS = $(TARGET).o doc.o view.o palette.o
 
 include $(WXDIR)/src/makeprog.g95