]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taskbar/makefile.unx
Added typeinfo.h which implements wxTypeId, using C++ RTTI if available. wxAny and...
[wxWidgets.git] / samples / taskbar / makefile.unx
index 055427cb30ee5db0471612e5d0e15002b0b0b42a..ab97dd6fb1dfe3518f99d41423f702e0cc28bb7d 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,mac,dfb]
+# Port of the wx library to build against [gtk1,gtk2,msw,x11,motif,mgl,osx_cocoa,osx_carbon,dfb]
 WX_PORT ?= $(shell $(WX_CONFIG) --query-toolkit)
 
 # Use DLL build of wx library to use? [0,1]