]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/makefile.unx
Applied colspan corrections, #15274 and #15275 (dghart)
[wxWidgets.git] / samples / controls / makefile.unx
index c2f3f1459879b1efc1e4c76692b2437d55cc6c16..ae396b9b32c3158ffd808259d998265059f9c389 100644 (file)
@@ -25,7 +25,7 @@ LDFLAGS ?=
 # Location and arguments of wx-config script 
 WX_CONFIG ?= wx-config
 
-# Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,mgl,osx_cocoa,osx_carbon,dfb]
+# Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,osx_cocoa,osx_carbon,dfb]
 WX_PORT ?= $(shell $(WX_CONFIG) --query-toolkit)
 
 # Use DLL build of wx library to use? [0,1]