Fixed compilation on DevStudio 2003
[opal/cbnco.git] / samples / opalcodecinfo / Makefile
blob9146ef1e812b8120412d2ad79365e6cc5680e201
2 # Makefile
4 # Make file for simple sample application for the Open H323 library.
6 # Copyright (C) 2004 Post Increment
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 Open H323 Library.
20 # The Initial Developer of the Original Code is Post Increment
22 # Contributor(s): ______________________________________.
24 # $Log$
25 # Revision 1.2 2006/07/24 14:03:39 csoutheren
26 # Merged in audio and video plugins from CVS branch PluginBranch
28 # Revision 1.1 2006/03/13 06:56:37 csoutheren
29 # Initial version
31 # Revision 1.1 2004/05/11 01:19:37 csoutheren
32 # Initial version
36 PROG = codecinfo
37 SOURCES := main.cxx
39 ifndef OPENH323DIR
40 OPALDIR=$(CURDIR)/../..
41 endif
43 VERSION_FILE := $(OPALDIR)/version.h
45 include $(OPALDIR)/opal_inc.mak