]> git.saurik.com Git - wxWidgets.git/blob - samples/sockets/makefile.sc
make it possible to change the text of the item being edited from OnBeginLabelEdit()
[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