gecko-dev/webapprt/gtk/moz.build
Landry Breuil 735ac54d6f Bug 1012447: rename webapprt/gtk2 to webapprt/gtk r=myk
--HG--
rename : webapprt/gtk2/Makefile.in => webapprt/gtk/Makefile.in
rename : webapprt/gtk2/moz.build => webapprt/gtk/moz.build
rename : webapprt/gtk2/webapprt.cpp => webapprt/gtk/webapprt.cpp
2014-05-21 13:49:57 +02:00

25 lines
569 B
Python

# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
PROGRAM = 'webapprt-stub'
SOURCES += [
'webapprt.cpp',
]
FAIL_ON_WARNINGS = True
DEFINES['XPCOM_GLUE'] = True
GENERATED_INCLUDES += ['/build']
LOCAL_INCLUDES += [
'/toolkit/xre',
'/xpcom/base',
'/xpcom/build',
]
DISABLE_STL_WRAPPING = True