Fixed loading of plug ins when multiple plug in class sets used. Especially H.323...
[pwlib.git] / samples / vidtest / Makefile
blobd5fd700bf9ce7e7b416858f39bed27119114d76f
2 # Makefile
4 # Makefile for vidtest
6 # Copyright (c) 2003 Equivalence Pty. Ltd.
8 # The contents of this file are subject to the Mozilla Public License
9 # Version 1.0 (the "License"); you may not use this file except in
10 # compliance with the License. You may obtain a copy of the License at
11 # http://www.mozilla.org/MPL/
13 # Software distributed under the License is distributed on an "AS IS"
14 # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
15 # the License for the specific language governing rights and limitations
16 # under the License.
18 # The Original Code is Portable Windows Library.
20 # The Initial Developer of the Original Code is Equivalence Pty. Ltd.
22 # Contributor(s): ______________________________________.
24 # $Log$
25 # Revision 1.1 2003/04/29 00:56:37 dereks
26 # Initial release for video testing.
33 PROG = vidtest
34 SOURCES := main.cxx precompile.cxx
36 include $(PWLIBDIR)/make/ptlib.mak