Re: [CMake] linker library order

2007-08-07 Thread Jon W
On 8/7/07, Philip Lowman <[EMAIL PROTECTED]> wrote: > Jon W wrote: > > I need to have a specific library linked before all other libraries. > > For example, I need foo.lib linked before the defaults, " > > kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib > > advapi32.lib shell32.lib ole

Re: [CMake] linker library order

2007-08-07 Thread Philip Lowman
Jon W wrote: > I need to have a specific library linked before all other libraries. > For example, I need foo.lib linked before the defaults, " > kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib > advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib > odbccp32.lib". > >

[CMake] linker library order

2007-08-07 Thread Jon W
I need to have a specific library linked before all other libraries. For example, I need foo.lib linked before the defaults, " kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib". What would be the best way