+
+data:
+ if not exist $(OBJS) mkdir $(OBJS)
+ for %f in (kclub.bmp) do if not exist $(OBJS)\%f copy .\%f $(OBJS)
+
+$(OBJS)\rotate_rotate.obj: .\rotate.cpp
+ $(CXX) -q -c -P -o$@ $(ROTATE_CXXFLAGS) $**
+
+$(OBJS)\rotate_rotate.res: .\rotate.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 $**