blob: 5e514e09d7f9be79d6a9e11f03b700d703269959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# Copyright (c) ZeroC, Inc. All rights reserved.
#
$(project)_libraries := Slice
Slice_targetdir := $(libdir)
Slice_libs := mcpp
# Always enable the static configuration for the Slice library and never
# install it
Slice_always_enable_configs := static
Slice_always_enable_platforms := $(build-platform)
Slice_install_configs := none
Slice_bisonflags := --name-prefix "slice_"
projects += $(project)
|