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 'G', 'C' or 'M' for generic/common/msw files. Flags
10 # column may be empty or contain some additional info about this file (only
11 # compile it in 16bit mode, don't compile it with this or that compiler, &c)
14 # 16 a generic file implementing Win32 control for Win16
15 # 32 only can be compiled under Win32
16 # PS PostScript related file, normally not compiled under Windows
17 # G generic code which might be used instead of native one
18 # U Unix-ish file, normally not compiled under Windows
19 # O OLE file (needs Win32 and a decent compiler)
20 # S Socket file (currently doesn't compile under Win16 nor with GNU)
21 ###############################################################################
23 # File name Type Flags
228 # vi: set noet ts=16 nolist: