X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b2c9e3447d5998d15711726646c0066d06a2979e..d80170bd4d3fa22bdd3e30f2d009f3fd8e9a8b4e:/samples/splash/makefile.unx diff --git a/samples/splash/makefile.unx b/samples/splash/makefile.unx index 387d96fec3..c411531050 100644 --- a/samples/splash/makefile.unx +++ b/samples/splash/makefile.unx @@ -48,7 +48,7 @@ WX_VERSION := $(shell $(WX_CONFIG) --selected-config | sed -e 's/.*-\([0-9]*\)\. ### Variables: ### -CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD +CPPDEPS = -MT$@ -MF`echo $@ | sed -e 's,\.o$$,.d,'` -MD -MP WX_VERSION_MAJOR = $(shell echo $(WX_VERSION) | cut -c1,1) WX_VERSION_MINOR = $(shell echo $(WX_VERSION) | cut -c2,2) WX_CONFIG_FLAGS = $(WX_CONFIG_DEBUG_FLAG) $(WX_CONFIG_UNICODE_FLAG) \ @@ -98,7 +98,7 @@ test_for_selected_wxbuild: @$(WX_CONFIG) $(WX_CONFIG_FLAGS) splash: $(SPLASH_OBJECTS) - $(CXX) -o $@ $(SPLASH_OBJECTS) $(LDFLAGS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs media,adv,core,base` + $(CXX) -o $@ $(SPLASH_OBJECTS) `$(WX_CONFIG) $(WX_CONFIG_FLAGS) --libs media,adv,core,base` $(LDFLAGS) splash_splash.o: ./splash.cpp $(CXX) -c -o $@ $(SPLASH_CXXFLAGS) $(CPPDEPS) $<