use BASE_UNIX_SRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-06-28 11:54:40 +00:00
parent 166263e652
commit dffbab5eca
2 changed files with 2379 additions and 2319 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1430,8 +1430,12 @@
<!-- ====================================================================== -->
<set var="COCOA_LOWLEVEL_SRC">
<!-- Unix files used by wxCocoa: -->
$(BASE_UNIX_SRC)
src/unix/utilsunx.cpp
</set>
<set var="COCOA_LOWLEVEL_HDR">
$(BASE_UNIX_HDR)
</set>
<set var="COCOA_SRC">
src/cocoa/NSBox.mm
@ -1498,17 +1502,6 @@
src/generic/accel.cpp
src/generic/paletteg.cpp
src/generic/timer.cpp
<!-- Unix files used by wxCocoa: -->
<!-- FIXME(DE): All UNIX files are needed for wxCocoa, this is a hack
because I don't know Bakefile well enough yet to make it use the
files from the base UNIX section. -->
src/unix/baseunix.cpp
src/unix/dir.cpp
src/unix/gsocket.c
src/unix/mimetype.cpp
src/unix/snglinst.cpp
src/unix/threadpsx.cpp
src/unix/utilsunx.cpp
</set>
<set var="COCOA_HDR">
wx/cocoa/NSBox.h