fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
[wxWidgets.git] / samples / sockets / makefile.sc
1 #Digital Mars (was Symantec) C++ makefile 
2 all:
3         make -f client.sc
4         make -f server.sc
5
6 clean:
7         make -f client.sc clean
8         make -f server.sc clean