This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Tests
/
VSResource
/
lib.cpp
2 lines
24 B
C++
Raw
Normal View
History
Unescape
Escape
VS: Add /machine: flag to Librarian tool (#11240) If a Windows resource (.rc) source file is included in a STATIC library, the VS "link" tool will process the compiled ".res" file and needs to know the target architecture. Without it, we may get a LNK4068 warning and possibly a LNK1112 error. Add /machine: to the default static library flags to give the link tool the information it needs.
2015-06-26 09:38:35 -04:00
int
lib
(
)
{
return
0
;
}
Reference in New Issue
Copy Permalink