Remove wx/unix/execute.h from the master list of files too.

This should have been part of r76683.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2014-08-05 22:01:45 +00:00
parent 946fbf4d14
commit 5575cc59c2

View File

@ -1,4 +1,4 @@
# This file is supposed to become the primary source of the file composing
# This file is supposed to become the primary source of the files composing
# wxWidgets libraries and in the future all the other make/project files
# containing lists of wxWidgets sources will be generated from it.
#
@ -14,7 +14,7 @@
# fancy is done here.
# For the sources used in MSVC project files we also follow a convention that
# for each FOO_SRC there is a matchin FOO_HDR, this allows us to just like FOO
# for each FOO_SRC there is a matching FOO_HDR, this allows us to just like FOO
# in the msvc_projects file instead of listing both the sources and headers.
### wxBase
@ -62,7 +62,6 @@ BASE_UNIX_AND_DARWIN_NOTWXMAC_SRC =
BASE_UNIX_AND_DARWIN_NOTWXMAC_HDR =
$(BASE_UNIX_AND_DARWIN_HDR)
wx/unix/execute.h
wx/unix/mimetype.h
# Files used on all non-Darwin Unix systems (because Darwin provides other,