]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/sockets/makefile.b32
Removed xpm[d].lib
[wxWidgets.git] / samples / sockets / makefile.b32
... / ...
CommitLineData
1#
2# File: makefile.vc
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright: (c) Julian Smart
7#
8# Makefile : Builds sample for 32-bit BC++
9
10all:
11 make -f server.b32 all
12 make -f client.b32 all
13
14clean:
15 make -f server.b32 clean
16 make -f client.b32 clean
17