]> git.saurik.com Git - wxWidgets.git/blob - samples/sockets/makefile.sc
trying to speed up wxExecute(SYNC) -- by adding sleep to it (!) (patch 814478)
[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