Install dlls and tpconf only for the target "bdist-win32"
This commit is contained in:
parent
793ee8fd50
commit
10dc17d434
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
|
@ -547,7 +547,7 @@ trans:
|
||||||
|
|
||||||
######
|
######
|
||||||
|
|
||||||
windows_ARCH_INSTALL:=install-dlls install-tpconf-i18n
|
windows_ARCH_INSTALL:=
|
||||||
macos_ARCH_INSTALL:=install-macbundle
|
macos_ARCH_INSTALL:=install-macbundle
|
||||||
ios_ARCH_INSTALL:=install-iosbundle
|
ios_ARCH_INSTALL:=install-iosbundle
|
||||||
linux_ARCH_INSTALL:=install-xdg install-man install-importscript install-bash-completion
|
linux_ARCH_INSTALL:=install-xdg install-man install-importscript install-bash-completion
|
||||||
|
|
@ -669,6 +669,7 @@ bdist-win32:
|
||||||
COMPLETIONDIR:=./win32/bdist \
|
COMPLETIONDIR:=./win32/bdist \
|
||||||
INCLUDE_PREFIX:=./win32/bdist/plugins/include \
|
INCLUDE_PREFIX:=./win32/bdist/plugins/include \
|
||||||
MAGIC_PREFIX:=./win32/bdist/plugins
|
MAGIC_PREFIX:=./win32/bdist/plugins
|
||||||
|
make install-dlls install-tpconf-i18n
|
||||||
|
|
||||||
# "make bdist-clean" deletes the 'bdist' directory
|
# "make bdist-clean" deletes the 'bdist' directory
|
||||||
.PHONY: bdist-clean
|
.PHONY: bdist-clean
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue