Added a parameter to semaphore constructor to avoid ambiguity
[pwlib.git] / samples / pxml / Makefile
blobdf89993f049d385fb44be76774ece5e046cf3bd7
1 PROG = PxmlTest
2 SOURCES := main.cxx precompile.cxx
4 ifndef PWLIBDIR
5 PWLIBDIR=$(HOME)/pwlib
6 endif
8 include $(PWLIBDIR)/make/ptlib.mak