]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/makefile.gcc
added accels for submenus; removed weird wxConvCurrent assignment (such code has...
[wxWidgets.git] / samples / render / makefile.gcc
index e8ba9bf68113c06e2ac9b9ad7a2859cf5276a6b1..34b411dcaddd0b2e29d5f2afb53c55ce32c4582e 100644 (file)
@@ -60,12 +60,12 @@ WXDLLFLAG = dll
 endif
 ifeq ($(BUILD),debug)
 ifeq ($(UNICODE),0)
-PLUGINSUFFIX = _d
+PLUGINSUFFIX = d
 endif
 endif
 ifeq ($(BUILD),debug)
 ifeq ($(UNICODE),1)
-PLUGINSUFFIX = _ud
+PLUGINSUFFIX = ud
 endif
 endif
 ifeq ($(BUILD),release)
@@ -75,7 +75,7 @@ endif
 endif
 ifeq ($(BUILD),release)
 ifeq ($(UNICODE),1)
-PLUGINSUFFIX = _u
+PLUGINSUFFIX = u
 endif
 endif
 ifeq ($(WXUNIV),1)