Commit 38fe993256f0e583f8e9c2818e7e60e7523073c2
1 parent
2c96cce2
Exists in
master
add win32 release target configuration
Showing
1 changed file
with
36 additions
and
4 deletions
Show diff stats
cultural_matrix.lpi
@@ -15,9 +15,9 @@ | @@ -15,9 +15,9 @@ | ||
15 | <VersionInfo> | 15 | <VersionInfo> |
16 | <StringTable ProductVersion=""/> | 16 | <StringTable ProductVersion=""/> |
17 | </VersionInfo> | 17 | </VersionInfo> |
18 | - <BuildModes Count="2"> | 18 | + <BuildModes Count="3"> |
19 | <Item1 Name="Linux64" Default="True"/> | 19 | <Item1 Name="Linux64" Default="True"/> |
20 | - <Item2 Name="Win32"> | 20 | + <Item2 Name="Win32 Debug"> |
21 | <CompilerOptions> | 21 | <CompilerOptions> |
22 | <Version Value="11"/> | 22 | <Version Value="11"/> |
23 | <Target> | 23 | <Target> |
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | </Target> | 25 | </Target> |
26 | <SearchPaths> | 26 | <SearchPaths> |
27 | <IncludeFiles Value="$(ProjOutDir)"/> | 27 | <IncludeFiles Value="$(ProjOutDir)"/> |
28 | - <Libraries Value="/usr/lib/gcc/x86_64-linux-gnu/4.9/"/> | 28 | + <Libraries Value="/usr/lib/gcc/x86_64-linux-gnu/4.9"/> |
29 | <OtherUnitFiles Value="units;../../dependency/delphizmq;../../units"/> | 29 | <OtherUnitFiles Value="units;../../dependency/delphizmq;../../units"/> |
30 | <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | 30 | <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> |
31 | </SearchPaths> | 31 | </SearchPaths> |
@@ -38,6 +38,38 @@ | @@ -38,6 +38,38 @@ | ||
38 | </Linking> | 38 | </Linking> |
39 | </CompilerOptions> | 39 | </CompilerOptions> |
40 | </Item2> | 40 | </Item2> |
41 | + <Item3 Name="Win32 Release"> | ||
42 | + <CompilerOptions> | ||
43 | + <Version Value="11"/> | ||
44 | + <Target> | ||
45 | + <Filename Value="cultural_matrix"/> | ||
46 | + </Target> | ||
47 | + <SearchPaths> | ||
48 | + <IncludeFiles Value="$(ProjOutDir)"/> | ||
49 | + <Libraries Value="/usr/lib/gcc/x86_64-linux-gnu/4.9"/> | ||
50 | + <OtherUnitFiles Value="units;../../dependency/delphizmq;../../units"/> | ||
51 | + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | ||
52 | + </SearchPaths> | ||
53 | + <CodeGeneration> | ||
54 | + <SmartLinkUnit Value="True"/> | ||
55 | + <Optimizations> | ||
56 | + <OptimizationLevel Value="4"/> | ||
57 | + </Optimizations> | ||
58 | + </CodeGeneration> | ||
59 | + <Linking> | ||
60 | + <Debugging> | ||
61 | + <GenerateDebugInfo Value="False"/> | ||
62 | + <StripSymbols Value="True"/> | ||
63 | + </Debugging> | ||
64 | + <LinkSmart Value="True"/> | ||
65 | + <Options> | ||
66 | + <Win32> | ||
67 | + <GraphicApplication Value="True"/> | ||
68 | + </Win32> | ||
69 | + </Options> | ||
70 | + </Linking> | ||
71 | + </CompilerOptions> | ||
72 | + </Item3> | ||
41 | </BuildModes> | 73 | </BuildModes> |
42 | <PublishOptions> | 74 | <PublishOptions> |
43 | <Version Value="2"/> | 75 | <Version Value="2"/> |
@@ -130,7 +162,7 @@ | @@ -130,7 +162,7 @@ | ||
130 | </Target> | 162 | </Target> |
131 | <SearchPaths> | 163 | <SearchPaths> |
132 | <IncludeFiles Value="$(ProjOutDir)"/> | 164 | <IncludeFiles Value="$(ProjOutDir)"/> |
133 | - <Libraries Value="/usr/lib/gcc/x86_64-linux-gnu/4.9/"/> | 165 | + <Libraries Value="/usr/lib/gcc/x86_64-linux-gnu/4.9"/> |
134 | <OtherUnitFiles Value="units;../../dependency/delphizmq;../../units"/> | 166 | <OtherUnitFiles Value="units;../../dependency/delphizmq;../../units"/> |
135 | <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | 167 | <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> |
136 | </SearchPaths> | 168 | </SearchPaths> |