+
+data:
+ if not exist $(OBJS) mkdir $(OBJS)
+ for %f in (star.png) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+
+$(OBJS)\shaped_shaped.obj: .\shaped.cpp
+ $(CXX) -q -c -P -o$@ $(SHAPED_CXXFLAGS) $**
+
+$(OBJS)\shaped_shaped.res: .\shaped.rc
+ brcc32 -32 -r -fo$@ -i$(BCCDIR)\include -d__WXMSW__ $(__WXUNIV_DEFINE_p_1) $(__DEBUG_DEFINE_p_1) $(__UNICODE_DEFINE_p_1) -i.\..\..\include -i$(SETUPHDIR) -i. $(__DLLFLAG_p_1) -i.\..\..\samples $**