]> git.saurik.com Git - wxWidgets.git/blob - samples/sockets/makefile.sc
Include wx/timer.h according to precompiled headers of wx/wx.h (with other minor...
[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