mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b0863ef468
--HG-- rename : chrome/src/Makefile.in => chrome/Makefile.in rename : chrome/src/RegistryMessageUtils.h => chrome/RegistryMessageUtils.h rename : chrome/src/nsChromeProtocolHandler.cpp => chrome/nsChromeProtocolHandler.cpp rename : chrome/src/nsChromeProtocolHandler.h => chrome/nsChromeProtocolHandler.h rename : chrome/src/nsChromeRegistry.cpp => chrome/nsChromeRegistry.cpp rename : chrome/src/nsChromeRegistry.h => chrome/nsChromeRegistry.h rename : chrome/src/nsChromeRegistryChrome.cpp => chrome/nsChromeRegistryChrome.cpp rename : chrome/src/nsChromeRegistryChrome.h => chrome/nsChromeRegistryChrome.h rename : chrome/src/nsChromeRegistryContent.cpp => chrome/nsChromeRegistryContent.cpp rename : chrome/src/nsChromeRegistryContent.h => chrome/nsChromeRegistryContent.h rename : chrome/public/nsIChromeRegistry.idl => chrome/nsIChromeRegistry.idl rename : chrome/public/nsIToolkitChromeRegistry.idl => chrome/nsIToolkitChromeRegistry.idl
11 lines
301 B
Makefile
11 lines
301 B
Makefile
#
|
|
# 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/.
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
ifdef MOZ_ENABLE_GTK
|
|
CXXFLAGS += $(TK_CFLAGS)
|
|
endif
|