]> git.saurik.com Git - wxWidgets.git/blame - samples/sockets/makefile.sc
Removed all outdated makefile.dos and their *.msc include.
[wxWidgets.git] / samples / sockets / makefile.sc
CommitLineData
0e4c7ab4 1#Digital Mars (was Symantec) C++ makefile
f22c3c98
CE
2all:
3 make -f client.sc
4 make -f server.sc
5
6clean:
7 make -f client.sc clean
8 make -f server.sc clean