]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/makefile.unx
Avoid CRT deprecation warnings for MSVC build using makefiles too.
[wxWidgets.git] / samples / menu / makefile.unx
index 03ccb2bf6cd597dba7dc88813ee00722f58e5414..384dfb256f5a9ac46e68cf529f65d8a457fdddfb 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]