This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/modules
Nick Gravelyn 0e93130442 Allow .dylib extension in links for Xcode
When entries in links are specified with an extension we treat them
like frameworks for the most part. They are placed into the
Frameworks group and added to the Frameworks build phase. We do have
separate logic for the file reference, only because we never want to
resolve a .dylib link to the /System/Frameworks directory. Instead
we assume a .dylib link that is just a file name, e.g. 'libA.dylib',
is relative to the project the same way as if it were prefixed with
'./'.
2021-04-16 07:51:01 -07:00
..
android Fix systemversion("latest") on VS2017 2020-04-15 09:02:37 -04:00
codelite Only active (i.e. unique) configuration should be selected. 2020-09-29 14:16:07 +02:00
d Update cxx standard; Add C++ latest for gcc; Update GCC tests 2020-08-21 21:40:32 +03:00
gmake clang Use llvm-ar linker when LTO flag is set. 2020-11-04 20:34:41 +01:00
gmake2 Added support for Objective-C and Objective-C++ in xcode and gmake2 2020-03-31 18:14:26 +10:00
raw Use 'workspace' instead of 'solution'. 2017-06-20 14:44:26 -07:00
self-test Improved test runner usage 2019-10-14 02:36:31 +10:00
vstudio add RemoveUnreferencedCodeData option to disable /Zc:inline 2021-04-05 03:03:46 +02:00
xcode Allow .dylib extension in links for Xcode 2021-04-16 07:51:01 -07:00