Commit 1a2da7bce73ff2ab3dd24cdcf6d7e27e8c328866
1 parent
58879ff1
Exists in
master
compile on windows 32, preparing for first release
Showing
3 changed files
with
79 additions
and
6 deletions
Show diff stats
experiment_designer/experiment_designer.lpi
@@ -2,12 +2,14 @@ | @@ -2,12 +2,14 @@ | ||
2 | <CONFIG> | 2 | <CONFIG> |
3 | <ProjectOptions> | 3 | <ProjectOptions> |
4 | <Version Value="9"/> | 4 | <Version Value="9"/> |
5 | + <PathDelim Value="\"/> | ||
5 | <General> | 6 | <General> |
6 | <SessionStorage Value="InProjectDir"/> | 7 | <SessionStorage Value="InProjectDir"/> |
7 | <MainUnit Value="0"/> | 8 | <MainUnit Value="0"/> |
8 | <Title Value="experiment_designer"/> | 9 | <Title Value="experiment_designer"/> |
9 | <ResourceType Value="res"/> | 10 | <ResourceType Value="res"/> |
10 | <UseXPManifest Value="True"/> | 11 | <UseXPManifest Value="True"/> |
12 | + <Icon Value="0"/> | ||
11 | </General> | 13 | </General> |
12 | <i18n> | 14 | <i18n> |
13 | <EnableI18N LFM="False"/> | 15 | <EnableI18N LFM="False"/> |
@@ -15,8 +17,79 @@ | @@ -15,8 +17,79 @@ | ||
15 | <VersionInfo> | 17 | <VersionInfo> |
16 | <StringTable ProductVersion=""/> | 18 | <StringTable ProductVersion=""/> |
17 | </VersionInfo> | 19 | </VersionInfo> |
18 | - <BuildModes Count="1"> | ||
19 | - <Item1 Name="Default" Default="True"/> | 20 | + <BuildModes Count="4"> |
21 | + <Item1 Name="Linux 64 Debug" Default="True"/> | ||
22 | + <Item2 Name="Linux 64 Release"> | ||
23 | + <CompilerOptions> | ||
24 | + <Version Value="11"/> | ||
25 | + <Target> | ||
26 | + <Filename Value="experiment_designer"/> | ||
27 | + </Target> | ||
28 | + <SearchPaths> | ||
29 | + <IncludeFiles Value="$(ProjOutDir)"/> | ||
30 | + <OtherUnitFiles Value="../experiment_runner/units"/> | ||
31 | + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | ||
32 | + </SearchPaths> | ||
33 | + <Linking> | ||
34 | + <Options> | ||
35 | + <Win32> | ||
36 | + <GraphicApplication Value="True"/> | ||
37 | + </Win32> | ||
38 | + </Options> | ||
39 | + </Linking> | ||
40 | + </CompilerOptions> | ||
41 | + </Item2> | ||
42 | + <Item3 Name="Win32 Debug"> | ||
43 | + <CompilerOptions> | ||
44 | + <Version Value="11"/> | ||
45 | + <Target> | ||
46 | + <Filename Value="experiment_designer"/> | ||
47 | + </Target> | ||
48 | + <SearchPaths> | ||
49 | + <IncludeFiles Value="$(ProjOutDir)"/> | ||
50 | + <OtherUnitFiles Value="../experiment_runner/units"/> | ||
51 | + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | ||
52 | + </SearchPaths> | ||
53 | + <Linking> | ||
54 | + <Debugging> | ||
55 | + <UseHeaptrc Value="True"/> | ||
56 | + </Debugging> | ||
57 | + <Options> | ||
58 | + <Win32> | ||
59 | + <GraphicApplication Value="True"/> | ||
60 | + </Win32> | ||
61 | + </Options> | ||
62 | + </Linking> | ||
63 | + </CompilerOptions> | ||
64 | + </Item3> | ||
65 | + <Item4 Name="Win32 Release"> | ||
66 | + <CompilerOptions> | ||
67 | + <Version Value="11"/> | ||
68 | + <Target> | ||
69 | + <Filename Value="experiment_designer"/> | ||
70 | + </Target> | ||
71 | + <SearchPaths> | ||
72 | + <IncludeFiles Value="$(ProjOutDir)"/> | ||
73 | + <OtherUnitFiles Value="../experiment_runner/units"/> | ||
74 | + <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> | ||
75 | + </SearchPaths> | ||
76 | + <CodeGeneration> | ||
77 | + <SmartLinkUnit Value="True"/> | ||
78 | + </CodeGeneration> | ||
79 | + <Linking> | ||
80 | + <Debugging> | ||
81 | + <GenerateDebugInfo Value="False"/> | ||
82 | + <StripSymbols Value="True"/> | ||
83 | + </Debugging> | ||
84 | + <LinkSmart Value="True"/> | ||
85 | + <Options> | ||
86 | + <Win32> | ||
87 | + <GraphicApplication Value="True"/> | ||
88 | + </Win32> | ||
89 | + </Options> | ||
90 | + </Linking> | ||
91 | + </CompilerOptions> | ||
92 | + </Item4> | ||
20 | </BuildModes> | 93 | </BuildModes> |
21 | <PublishOptions> | 94 | <PublishOptions> |
22 | <Version Value="2"/> | 95 | <Version Value="2"/> |
@@ -44,11 +117,11 @@ | @@ -44,11 +117,11 @@ | ||
44 | <ResourceBaseClass Value="Form"/> | 117 | <ResourceBaseClass Value="Form"/> |
45 | </Unit1> | 118 | </Unit1> |
46 | <Unit2> | 119 | <Unit2> |
47 | - <Filename Value="../units/game_actors_helpers.pas"/> | 120 | + <Filename Value="..\units\game_actors_helpers.pas"/> |
48 | <IsPartOfProject Value="True"/> | 121 | <IsPartOfProject Value="True"/> |
49 | </Unit2> | 122 | </Unit2> |
50 | <Unit3> | 123 | <Unit3> |
51 | - <Filename Value="../units/gui_file_methods.pas"/> | 124 | + <Filename Value="..\units\gui_file_methods.pas"/> |
52 | <IsPartOfProject Value="True"/> | 125 | <IsPartOfProject Value="True"/> |
53 | </Unit3> | 126 | </Unit3> |
54 | </Units> | 127 | </Units> |
experiment_designer/lib/i386-win32/experiment_designer.compiled
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <CONFIG> | 2 | <CONFIG> |
3 | <Compiler Value="C:\lazarus\fpc\3.0.0\bin\i386-win32\fpc.exe" Date="1231857874"/> | 3 | <Compiler Value="C:\lazarus\fpc\3.0.0\bin\i386-win32\fpc.exe" Date="1231857874"/> |
4 | - <Params Value=" -MObjFPC -Scghi -O1 -g -gl -WG -l -vewnhibq -FiC:\Users\User\Documents\GitHub\free-mtrix\experiment_designer\lib\i386-win32 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\units -FuC:\lazarus\lcl\units\i386-win32\win32 -FuC:\lazarus\lcl\units\i386-win32 -FuC:\lazarus\components\lazutils\lib\i386-win32 -FuC:\lazarus\packager\units\i386-win32 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_designer\ -FUC:\Users\User\Documents\GitHub\free-mtrix\experiment_designer\lib\i386-win32\ -dLCL -dLCLwin32 experiment_designer.lpr"/> | 4 | + <Params Value=" -MObjFPC -Scghi -CX -O1 -Xs -XX -WG -l -vewnhibq -FiC:\Users\User\Documents\GitHub\free-mtrix\experiment_designer\lib\i386-win32 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\units -FuC:\lazarus\lcl\units\i386-win32\win32 -FuC:\lazarus\lcl\units\i386-win32 -FuC:\lazarus\components\lazutils\lib\i386-win32 -FuC:\lazarus\packager\units\i386-win32 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_designer\ -FUC:\Users\User\Documents\GitHub\free-mtrix\experiment_designer\lib\i386-win32\ -dLCL -dLCLwin32 experiment_designer.lpr"/> |
5 | </CONFIG> | 5 | </CONFIG> |
experiment_runner/lib/i386-win32/experiment_runner.compiled
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <CONFIG> | 2 | <CONFIG> |
3 | <Compiler Value="C:\lazarus\fpc\3.0.0\bin\i386-win32\fpc.exe" Date="1231857874"/> | 3 | <Compiler Value="C:\lazarus\fpc\3.0.0\bin\i386-win32\fpc.exe" Date="1231857874"/> |
4 | - <Params Value=" -MObjFPC -Scghi -CX -O4 -Xs -XX -WG -l -vewnhibq -FiC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\lib\i386-win32 -FlC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\usr\lib\gcc\x86_64-linux-gnu.9 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\units -FuC:\Users\User\Documents\GitHub\free-mtrix\dependencies\delphizmq -FuC:\lazarus\lcl\units\i386-win32\win32 -FuC:\lazarus\lcl\units\i386-win32 -FuC:\lazarus\components\lazutils\lib\i386-win32 -FuC:\lazarus\packager\units\i386-win32 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\ -FUC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\lib\i386-win32\ -dLCL -dLCLwin32 experiment_runner.lpr"/> | 4 | + <Params Value=" -MObjFPC -Scghi -O1 -g -gl -WG -l -vewnhibq -FiC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\lib\i386-win32 -FlC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\usr\lib\gcc\x86_64-linux-gnu.9 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\units -FuC:\Users\User\Documents\GitHub\free-mtrix\dependencies\delphizmq -FuC:\lazarus\lcl\units\i386-win32\win32 -FuC:\lazarus\lcl\units\i386-win32 -FuC:\lazarus\components\lazutils\lib\i386-win32 -FuC:\lazarus\packager\units\i386-win32 -FuC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\ -FUC:\Users\User\Documents\GitHub\free-mtrix\experiment_runner\lib\i386-win32\ -dLCL -dLCLwin32 experiment_runner.lpr"/> |
5 | </CONFIG> | 5 | </CONFIG> |