all: $(OBJS)\shaped.exe
-$(OBJS)\shaped_shaped.o: .\shaped.cpp
+$(OBJS)\shaped_shaped.o: ./shaped.cpp
$(CXX) -c -o $@ $(SHAPED_CXXFLAGS) $<
-$(OBJS)\shaped_shaped_rc.o: .\shaped.rc
+$(OBJS)\shaped_shaped_rc.o: ./shaped.rc
windres --use-temp-file -i$< -o$@ --define __WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) --include-dir ./../../include --include-dir $(SETUPHDIR) --include-dir . $(__DLLFLAG_p_1) --include-dir ./../../samples
clean: