+
+data : .SYMBOLIC
+ if not exist $(OBJS) mkdir $(OBJS)
+ for %f in (marble.jpg) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+
+$(OBJS)\styles_sample.res : .AUTODEPEND .\..\..\..\samples\sample.rc
+ wrc -q -ad -bt=nt -r -fo=$^@ -d__WXMSW__ $(__WXUNIV_DEFINE_p) $(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) $(__UNICODE_DEFINE_p) -i=$(SETUPHDIR) -i=.\..\..\..\include -i=. $(__DLLFLAG_p) -i=.\..\..\..\samples $<
+
+$(OBJS)\styles_styles.obj : .AUTODEPEND .\styles.cpp
+ $(CXX) -bt=nt -zq -fo=$^@ $(STYLES_CXXFLAGS) $<
+