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 | 2 | <CONFIG> |
3 | 3 | <ProjectOptions> |
4 | 4 | <Version Value="9"/> |
5 | + <PathDelim Value="\"/> | |
5 | 6 | <General> |
6 | 7 | <SessionStorage Value="InProjectDir"/> |
7 | 8 | <MainUnit Value="0"/> |
8 | 9 | <Title Value="experiment_designer"/> |
9 | 10 | <ResourceType Value="res"/> |
10 | 11 | <UseXPManifest Value="True"/> |
12 | + <Icon Value="0"/> | |
11 | 13 | </General> |
12 | 14 | <i18n> |
13 | 15 | <EnableI18N LFM="False"/> |
... | ... | @@ -15,8 +17,79 @@ |
15 | 17 | <VersionInfo> |
16 | 18 | <StringTable ProductVersion=""/> |
17 | 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 | 93 | </BuildModes> |
21 | 94 | <PublishOptions> |
22 | 95 | <Version Value="2"/> |
... | ... | @@ -44,11 +117,11 @@ |
44 | 117 | <ResourceBaseClass Value="Form"/> |
45 | 118 | </Unit1> |
46 | 119 | <Unit2> |
47 | - <Filename Value="../units/game_actors_helpers.pas"/> | |
120 | + <Filename Value="..\units\game_actors_helpers.pas"/> | |
48 | 121 | <IsPartOfProject Value="True"/> |
49 | 122 | </Unit2> |
50 | 123 | <Unit3> |
51 | - <Filename Value="../units/gui_file_methods.pas"/> | |
124 | + <Filename Value="..\units\gui_file_methods.pas"/> | |
52 | 125 | <IsPartOfProject Value="True"/> |
53 | 126 | </Unit3> |
54 | 127 | </Units> | ... | ... |
experiment_designer/lib/i386-win32/experiment_designer.compiled
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <CONFIG> |
3 | 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 | 5 | </CONFIG> | ... | ... |
experiment_runner/lib/i386-win32/experiment_runner.compiled
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <CONFIG> |
3 | 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 | 5 | </CONFIG> | ... | ... |