-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaerc.aeproj
More file actions
39 lines (31 loc) · 807 Bytes
/
Copy pathaerc.aeproj
File metadata and controls
39 lines (31 loc) · 807 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
solution "aerc"
configurations { "Release", "Debug" }
flags { "StaticRuntime" }
cppdialect "C++11"
location ""
filter "configurations:Debug"
warnings "Extra"
symbols "On"
filter "configurations:Release"
flags { "NoBufferSecurityCheck", "NoRuntimeChecks" }
optimize "Full"
filter { "system:macosx", "action:gmake" }
buildoptions { "-mmacosx-version-min=10.4" }
linkoptions { "-mmacosx-version-min=10.4" }
project "aerc"
objdir "Build/%{cfg.systemarch}"
targetdir "%{cfg.objdir}/%{cfg.buildcfg}"
kind "ConsoleApp"
files {
"Source/**.cpp",
"Source/**.h"
}
includedirs {
"Source",
"Source/YAML/include",
"Source/YAML/src"
}
filter "system:linux"
linkoptions { "-static-libgcc -static-libstdc++" }
filter "system:windows"
files{ "aerc.rc" }