Remove Palm OS port.
The platform targeted by this port doesn't exist any more and the port never achieved really working state so remove the code to avoid having to maintain it. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
215ab2b53e
commit
bd362275b8
285 changed files with 104 additions and 31635 deletions
|
|
@ -268,35 +268,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
wx/os2/wxrsc.h
|
||||
</set>
|
||||
|
||||
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
|
||||
<!-- PalmOS -->
|
||||
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
|
||||
|
||||
<set var="BASE_PALMOS_SRC" hints="files">
|
||||
src/palmos/base.cpp
|
||||
src/palmos/dir.cpp
|
||||
src/palmos/prefconf.cpp
|
||||
src/palmos/snglinst.cpp
|
||||
src/palmos/stdall.c
|
||||
src/palmos/thread.cpp
|
||||
src/palmos/utils.cpp
|
||||
src/palmos/utilsexc.cpp
|
||||
</set>
|
||||
|
||||
<set var="BASE_AND_GUI_PALMOS_SRC" hints="files">
|
||||
src/palmos/main.cpp
|
||||
src/palmos/volume.cpp
|
||||
</set>
|
||||
|
||||
<set var="BASE_PALMOS_HDR" hints="files">
|
||||
wx/palmos/apptbase.h
|
||||
wx/palmos/apptrait.h
|
||||
wx/palmos/chkconf.h
|
||||
wx/palmos/mimetype.h
|
||||
wx/palmos/missing.h
|
||||
wx/palmos/stdpaths.h
|
||||
</set>
|
||||
|
||||
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
|
||||
<!-- MSDOS -->
|
||||
<!-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -->
|
||||
|
|
@ -3794,7 +3765,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
<if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_SRC) $(BASE_WINCE_SRC)</if>
|
||||
<if cond="PLATFORM_MACOSX=='1'">$(BASE_OSX_SHARED_SRC)</if>
|
||||
<if cond="PLATFORM_OS2=='1'">$(BASE_OS2_SRC)</if>
|
||||
<if cond="PLATFORM_PALMOS=='1'">$(BASE_PALMOS_SRC)</if>
|
||||
<if cond="PLATFORM_MSDOS=='1'">$(BASE_MSDOS_SRC)</if>
|
||||
</set>
|
||||
<set var="BASE_AND_GUI_TOOLKIT_SRC" hints="files">
|
||||
|
|
@ -3803,7 +3773,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
</set>
|
||||
<set var="BASE_AND_GUI_PLATFORM_SRC" hints="files">
|
||||
<if cond="PLATFORM_WIN32=='1'">$(BASE_AND_GUI_WIN32_SRC)</if>
|
||||
<if cond="PLATFORM_PALMOS=='1'">$(BASE_AND_GUI_PALMOS_SRC)</if>
|
||||
<if cond="PLATFORM_MSDOS=='1'">$(BASE_AND_GUI_MSDOS_SRC)</if>
|
||||
<!-- At the moment, BASE_AND_GUI_TOOLKIT_SRC handles this -->
|
||||
<!-- if cond="PLATFORM_MACOS=='1'">$(BASE_AND_GUI_MAC_SRC)</if -->
|
||||
|
|
@ -3828,7 +3797,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
<if cond="PLATFORM_UNIX=='1'">$(BASE_UNIX_HDR)</if>
|
||||
<if cond="PLATFORM_WIN32=='1'">$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)</if>
|
||||
<if cond="PLATFORM_MACOSX=='1'">$(BASE_OSX_HDR)</if>
|
||||
<if cond="PLATFORM_PALMOS=='1'">$(BASE_PALMOS_HDR)</if>
|
||||
<if cond="PLATFORM_MSDOS=='1'">$(BASE_MSDOS_HDR)</if>
|
||||
<if cond="PLATFORM_OS2=='1'">$(BASE_OS2_HDR)</if>
|
||||
</set>
|
||||
|
|
@ -4043,7 +4011,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
$(BASE_UNIX_HDR)
|
||||
$(BASE_WIN32_HDR) $(BASE_WINCE_HDR)
|
||||
$(BASE_OSX_HDR)
|
||||
$(BASE_PALMOS_HDR)
|
||||
$(BASE_MSDOS_HDR)
|
||||
$(NET_CMN_HDR)
|
||||
$(XML_HDR)
|
||||
|
|
@ -4056,7 +4023,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
$(BASE_OSX_SRC)
|
||||
$(BASE_OS2_SRC)
|
||||
$(BASE_MSDOS_SRC)
|
||||
$(BASE_PALMOS_SRC)
|
||||
$(BASE_AND_GUI_CMN_SRC)
|
||||
$(BASE_AND_GUI_OSX_CARBON_SRC)
|
||||
$(BASE_AND_GUI_OSX_COCOA_SRC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue