]> git.saurik.com Git - wxWidgets.git/blame - samples/sockets/makefile.sc
If the filename is given in the ctor then call LoadFile
[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