]> git.saurik.com Git - wxWidgets.git/blame - samples/ipc/client.vc
many wxIPC Unicode and UTF-8 fixes (use void* instead of wxChar* in the API and UTF...
[wxWidgets.git] / samples / ipc / client.vc
CommitLineData
7921cf2b
JS
1#
2# File: makefile.vc
3# Author: Julian Smart
4# Created: 1999
5# Updated:
6# Copyright: (c) Julian Smart
7#
8# Makefile : Builds sample (VC++, WIN32)
9# Use FINAL=1 argument to nmake to build final version with no debug info.
10
11# Set WXDIR for your system
12WXDIR = $(WXWIN)
13
14PROGRAM=client
15OBJECTS = $(PROGRAM).obj
16
17!include $(WXDIR)\src\makeprog.vc
18
19client.obj: ddesetup.h
20