Remove msdos code now in src/msdos, update bakefiles and regenerate.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33876 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2005-04-25 10:28:59 +00:00
parent d6b47de61b
commit 83d8eb470b
8 changed files with 117 additions and 143 deletions

View File

@@ -613,7 +613,8 @@ enum
wxWINDOWS_OS2, /* Native OS/2 PM */
wxUNIX, /* wxBase under Unix */
wxX11, /* Plain X11 and Universal widgets */
wxPALMOS /* PalmOS */
wxPALMOS, /* PalmOS */
wxDOS /* wxBase under MS-DOS */
};
/* ---------------------------------------------------------------------------- */