]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/msw/libraries.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/msw/libraries.h
3 // Purpose: Pragmas for linking libs conditionally
4 // Author: Michael Wetherell
7 // Copyright: (c) 2005 Michael Wetherell
8 // Licence: wxWindows licence
9 /////////////////////////////////////////////////////////////////////////////
11 #ifndef _WX_MSW_LIBRARIES_H_
12 #define _WX_MSW_LIBRARIES_H_
16 // In general the preferred place to add libs is in the bakefiles. This file
17 // can be used where libs must be added conditionally, for those compilers that
18 // support a way to do that.
20 #endif // _WX_MSW_LIBRARIES_H_