1 ###############################################################################
2 # File: src/msw/filelist.cpp
3 # Purpose: The list of source files for MSW version of wxWindows.
4 # Author: Vadim Zeitlin
8 # Format of this file: TAB separated columns. The first column contains the
9 # filename, the second a letter corresonding a directory:
13 # X /src/motif X for Xt
15 # R /src/gtk R for Robert
18 # K /include/wx/gtk K for gtK
19 # F /include/wx/motif F for motiF
20 # B /include/wx/msw B for Bill Gates
21 # N /include/wx/generic N for geNeric
22 # L /include/wx/html L for htmL
23 # P /include/wx/protocol
24 # S /include/wx/unix S for poSix
26 # The third column may be empty or contain some additional info about this
27 # file (only compile it in 16bit mode, don't compile it with this or that
31 # 16 a generic file implementing Win32 control for Win16
32 # 32 only can be compiled under Win32
33 # PS PostScript related file, normally not compiled under Windows
34 # G generic code which might be used instead of native one
35 # U Unix-ish file, normally not compiled under Windows
36 # O OLE file (needs Win32 and a decent compiler)
37 # S Socket file (currently doesn't compile under Win16 nor with GNU)
38 # R Not required for the GTK port
39 # X Not required for the Motif port
50 ###############################################################################
52 # File name Type Flags
871 # vi: set noet ts=16 nolist: