include wxGTK1 files in wxAll too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -76,7 +76,7 @@ getfilelist(){
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $port = "all" ]; then
|
if [ $port = "all" ]; then
|
||||||
filelist="$filelist palmos.rsp docsrc.rsp"
|
filelist="$filelist gtk1.rsp palmos.rsp docsrc.rsp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tempfile="/tmp/wx$port.files.in"
|
tempfile="/tmp/wx$port.files.in"
|
||||||
|
21
distrib/scripts/manifests/gtk1.rsp
Normal file
21
distrib/scripts/manifests/gtk1.rsp
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
install-gtk.txt
|
||||||
|
readme-gtk.txt
|
||||||
|
|
||||||
|
docs/gtk/*.html
|
||||||
|
docs/gtk/*.txt
|
||||||
|
docs/gtk/COPYING.LIB
|
||||||
|
docs/gtk/makewxgtk
|
||||||
|
|
||||||
|
include/wx/gtk1/*.h
|
||||||
|
include/wx/gtk1/*.xpm
|
||||||
|
include/wx/gtk1/gnome/*.h
|
||||||
|
|
||||||
|
src/gtk1/*.cpp
|
||||||
|
src/gtk1/*.c
|
||||||
|
src/gtk1/*.xbm
|
||||||
|
src/gtk1/*.h
|
||||||
|
src/gtk1/gnome/*.cpp
|
||||||
|
|
||||||
|
misc/afm/*.afm
|
||||||
|
misc/gs_afm/*.afm
|
||||||
|
|
Reference in New Issue
Block a user