mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-03 03:30:06 +00:00
Fix for CoreGraphics image loading on iOS. Auto-linked library fix for win32.
This commit is contained in:
parent
5a89fc6ad8
commit
f953c19efb
6 changed files with 1691 additions and 1601 deletions
|
|
@ -12,9 +12,22 @@
|
|||
#pragma comment(lib, "oleaut32.lib")
|
||||
#pragma comment(lib, "advapi32.lib")
|
||||
#pragma comment(lib, "ws2_32.lib")
|
||||
#pragma comment(lib, "comsupp.lib")
|
||||
#pragma comment(lib, "version.lib")
|
||||
|
||||
#ifdef _NATIVE_WCHAR_T_DEFINED
|
||||
#ifdef _DEBUG
|
||||
#pragma comment(lib, "comsuppwd.lib")
|
||||
#else
|
||||
#pragma comment(lib, "comsuppw.lib")
|
||||
#endif
|
||||
#else
|
||||
#ifdef _DEBUG
|
||||
#pragma comment(lib, "comsuppd.lib")
|
||||
#else
|
||||
#pragma comment(lib, "comsupp.lib")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if JUCE_OPENGL
|
||||
#pragma comment(lib, "OpenGL32.Lib")
|
||||
#pragma comment(lib, "GlU32.Lib")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue