browser/metro/shell/commandexecutehandler/Makefile.in

branch
TOR_BUG_9701
changeset 15
b8a032363ba2
equal deleted inserted replaced
-1:000000000000 0:abea24fe8595
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5 include $(topsrcdir)/config/config.mk
6
7 DIST_PROGRAM = CommandExecuteHandler$(BIN_SUFFIX)
8
9 # Don't link against mozglue.dll
10 MOZ_GLUE_LDFLAGS =
11 MOZ_GLUE_PROGRAM_LDFLAGS =
12
13 OS_LIBS = \
14 kernel32.lib \
15 user32.lib \
16 ole32.lib \
17 shlwapi.lib \
18 propsys.lib \
19 advapi32.lib \
20 wininet.lib \
21 $(NULL)

mercurial