]>
git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/makefile.gcc
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)
endif
ifeq ($(BUILD),release)
ifeq ($(UNICODE),1)
-PLUGINSUFFIX = _u
+PLUGINSUFFIX = u
endif
endif
ifeq ($(WXUNIV),1)