Fixed DevStudio 2003 build with memory check code.
[pwlib.git] / samples / dnstest / Makefile
blob5f84f0df50234b1815c47506b0e3cc026926ea11
1 PROG = dnstest
2 SOURCES := main.cxx
4 ifndef PWLIBDIR
5 PWLIBDIR=$(HOME)/pwlib
6 endif
8 include $(PWLIBDIR)/make/ptlib.mak