]> git.saurik.com Git - wxWidgets.git/blob - samples/sockets/makefile.sc
do not call CopyIcon() in CloneRefData(), HICON is going to be overwritten or invalid...
[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