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