mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-24 06:12:35 -06:00
.Core: Fixed to compile with mingw
git-svn-id: svn://ultimatepp.org/upp/trunk@4912 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8cc032d4c7
commit
36070e1c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ library(WIN32 !MSC8ARM) "advapi32 shell32 winmm mpr";
|
|||
|
||||
library(SOLARIS) "posix4 dl";
|
||||
|
||||
library(WIN32 GCC) "ole32 oleaut32 uuid";
|
||||
library(WIN32 GCC) "ole32 oleaut32 uuid ws2_32";
|
||||
|
||||
library(MSC8ARM WIN32) "coredll.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib ccrtrtti.lib";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue