mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-22 05:30:44 +00:00
Added CodeLite project for Windows (MSW)
This commit is contained in:
parent
9c1274fd99
commit
87203937d8
122
Projects/CodeLite/MSW/SleepyHead.project
Executable file
122
Projects/CodeLite/MSW/SleepyHead.project
Executable file
@ -0,0 +1,122 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<CodeLite_Project Name="SleepyHead" InternalType="GUI">
|
||||||
|
<Plugins>
|
||||||
|
<Plugin Name="qmake">
|
||||||
|
<![CDATA[00010001N0005Debug000000000000]]>
|
||||||
|
</Plugin>
|
||||||
|
</Plugins>
|
||||||
|
<VirtualDirectory Name="libs">
|
||||||
|
<VirtualDirectory Name="sleeplib">
|
||||||
|
<File Name="../../../src/libs/sleeplib/binary_file.cpp"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/binary_file.h"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/machine.cpp"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/machine.h"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/machine_loader.cpp"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/machine_loader.h"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/preferences.cpp"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/preferences.h"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/profiles.cpp"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/profiles.h"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/prs1_loader.cpp"/>
|
||||||
|
<File Name="../../../src/libs/sleeplib/prs1_loader.h"/>
|
||||||
|
</VirtualDirectory>
|
||||||
|
<VirtualDirectory Name="tinyxml">
|
||||||
|
<File Name="../../../src/libs/tinyxml/tinystr.cpp"/>
|
||||||
|
<File Name="../../../src/libs/tinyxml/tinystr.h"/>
|
||||||
|
<File Name="../../../src/libs/tinyxml/tinyxml.cpp"/>
|
||||||
|
<File Name="../../../src/libs/tinyxml/tinyxml.h"/>
|
||||||
|
<File Name="../../../src/libs/tinyxml/tinyxmlerror.cpp"/>
|
||||||
|
<File Name="../../../src/libs/tinyxml/tinyxmlparser.cpp"/>
|
||||||
|
</VirtualDirectory>
|
||||||
|
</VirtualDirectory>
|
||||||
|
<Description/>
|
||||||
|
<Dependencies/>
|
||||||
|
<VirtualDirectory Name="resources">
|
||||||
|
<File Name="../../../src/WxWizFrame.fbp"/>
|
||||||
|
</VirtualDirectory>
|
||||||
|
<VirtualDirectory Name="graphs">
|
||||||
|
<File Name="../../../src/graphs/graph.cpp"/>
|
||||||
|
<File Name="../../../src/graphs/graph.h"/>
|
||||||
|
</VirtualDirectory>
|
||||||
|
<VirtualDirectory Name="src">
|
||||||
|
<File Name="../../../src/GUIFrame.cpp"/>
|
||||||
|
<File Name="../../../src/GUIFrame.h"/>
|
||||||
|
<File Name="../../../src/SleepyHeadApp.cpp"/>
|
||||||
|
<File Name="../../../src/SleepyHeadApp.h"/>
|
||||||
|
<File Name="../../../src/SleepyHeadMain.cpp"/>
|
||||||
|
<File Name="../../../src/SleepyHeadMain.h"/>
|
||||||
|
<File Name="../../../src/version.h"/>
|
||||||
|
</VirtualDirectory>
|
||||||
|
<Settings Type="Executable">
|
||||||
|
<GlobalSettings>
|
||||||
|
<Compiler Options="" C_Options="">
|
||||||
|
<IncludePath Value="."/>
|
||||||
|
</Compiler>
|
||||||
|
<Linker Options="">
|
||||||
|
<LibraryPath Value="."/>
|
||||||
|
</Linker>
|
||||||
|
<ResourceCompiler Options=""/>
|
||||||
|
</GlobalSettings>
|
||||||
|
<Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
|
||||||
|
<Compiler Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Required="yes" PreCompiledHeader="">
|
||||||
|
<IncludePath Value="../../../src"/>
|
||||||
|
<IncludePath Value="../../../src/libs"/>
|
||||||
|
<IncludePath Value="../../../src/graph"/>
|
||||||
|
<Preprocessor Value="__WX__"/>
|
||||||
|
</Compiler>
|
||||||
|
<Linker Options="-mwindows;$(shell wx-config --debug=yes --libs --unicode=yes)" Required="yes"/>
|
||||||
|
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
|
||||||
|
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
|
||||||
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"/>
|
||||||
|
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
|
||||||
|
<PostConnectCommands/>
|
||||||
|
<StartupCommands/>
|
||||||
|
</Debugger>
|
||||||
|
<PreBuild/>
|
||||||
|
<PostBuild/>
|
||||||
|
<CustomBuild Enabled="no">
|
||||||
|
<RebuildCommand/>
|
||||||
|
<CleanCommand/>
|
||||||
|
<BuildCommand/>
|
||||||
|
<PreprocessFileCommand/>
|
||||||
|
<SingleFileCommand/>
|
||||||
|
<MakefileGenerationCommand/>
|
||||||
|
<ThirdPartyToolName>None</ThirdPartyToolName>
|
||||||
|
<WorkingDirectory/>
|
||||||
|
</CustomBuild>
|
||||||
|
<AdditionalRules>
|
||||||
|
<CustomPostBuild/>
|
||||||
|
<CustomPreBuild/>
|
||||||
|
</AdditionalRules>
|
||||||
|
</Configuration>
|
||||||
|
<Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
|
||||||
|
<Compiler Options="-O2;$(shell wx-config --cxxflags --unicode=yes --debug=no)" C_Options="-O2;$(shell wx-config --cxxflags --unicode=yes --debug=no)" Required="yes" PreCompiledHeader="">
|
||||||
|
<Preprocessor Value="__WX__"/>
|
||||||
|
</Compiler>
|
||||||
|
<Linker Options="-mwindows;-s;$(shell wx-config --debug=no --libs --unicode=yes)" Required="yes"/>
|
||||||
|
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
|
||||||
|
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
|
||||||
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"/>
|
||||||
|
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
|
||||||
|
<PostConnectCommands/>
|
||||||
|
<StartupCommands/>
|
||||||
|
</Debugger>
|
||||||
|
<PreBuild/>
|
||||||
|
<PostBuild/>
|
||||||
|
<CustomBuild Enabled="no">
|
||||||
|
<RebuildCommand/>
|
||||||
|
<CleanCommand/>
|
||||||
|
<BuildCommand/>
|
||||||
|
<PreprocessFileCommand/>
|
||||||
|
<SingleFileCommand/>
|
||||||
|
<MakefileGenerationCommand/>
|
||||||
|
<ThirdPartyToolName>None</ThirdPartyToolName>
|
||||||
|
<WorkingDirectory/>
|
||||||
|
</CustomBuild>
|
||||||
|
<AdditionalRules>
|
||||||
|
<CustomPostBuild/>
|
||||||
|
<CustomPreBuild/>
|
||||||
|
</AdditionalRules>
|
||||||
|
</Configuration>
|
||||||
|
</Settings>
|
||||||
|
</CodeLite_Project>
|
BIN
Projects/CodeLite/MSW/SleepyHead.tags
Executable file
BIN
Projects/CodeLite/MSW/SleepyHead.tags
Executable file
Binary file not shown.
14
Projects/CodeLite/MSW/SleepyHead.workspace
Executable file
14
Projects/CodeLite/MSW/SleepyHead.workspace
Executable file
@ -0,0 +1,14 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<CodeLite_Workspace Name="SleepyHead" Database="./SleepyHead.tags">
|
||||||
|
<Project Name="SleepyHead" Path="SleepyHead.project" Active="Yes"/>
|
||||||
|
<BuildMatrix>
|
||||||
|
<WorkspaceConfiguration Name="Debug" Selected="yes">
|
||||||
|
<Project Name="SleepyHead" ConfigName="Debug"/>
|
||||||
|
<Project Name="SleepyHead" ConfigName="Debug"/>
|
||||||
|
</WorkspaceConfiguration>
|
||||||
|
<WorkspaceConfiguration Name="Release" Selected="yes">
|
||||||
|
<Project Name="SleepyHead" ConfigName="Release"/>
|
||||||
|
<Project Name="SleepyHead" ConfigName="Release"/>
|
||||||
|
</WorkspaceConfiguration>
|
||||||
|
</BuildMatrix>
|
||||||
|
</CodeLite_Workspace>
|
9
Projects/CodeLite/MSW/SleepyHead.workspace.session
Executable file
9
Projects/CodeLite/MSW/SleepyHead.workspace.session
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Session Name="Z:\tschultz\proj\SleepyHead-SF\Projects\CodeLite\MSW\SleepyHead.workspace">
|
||||||
|
<int Value="0" Name="m_selectedTab"/>
|
||||||
|
<wxString Value="Z:\tschultz\proj\SleepyHead-SF\Projects\CodeLite\MSW\SleepyHead.workspace" Name="m_workspaceName"/>
|
||||||
|
<TabInfoArray Name="TabInfoArray"/>
|
||||||
|
<SerializedObject Name="m_breakpoints">
|
||||||
|
<long Value="0" Name="Count"/>
|
||||||
|
</SerializedObject>
|
||||||
|
</Session>
|
@ -2,7 +2,20 @@
|
|||||||
<Session Name="/Users/tschultz/proj/SleepyHead-SF/Projects/CodeLite/OSX/SleepyHead.workspace">
|
<Session Name="/Users/tschultz/proj/SleepyHead-SF/Projects/CodeLite/OSX/SleepyHead.workspace">
|
||||||
<int Value="0" Name="m_selectedTab"/>
|
<int Value="0" Name="m_selectedTab"/>
|
||||||
<wxString Value="/Users/tschultz/proj/SleepyHead-SF/Projects/CodeLite/OSX/SleepyHead.workspace" Name="m_workspaceName"/>
|
<wxString Value="/Users/tschultz/proj/SleepyHead-SF/Projects/CodeLite/OSX/SleepyHead.workspace" Name="m_workspaceName"/>
|
||||||
<TabInfoArray Name="TabInfoArray"/>
|
<TabInfoArray Name="TabInfoArray">
|
||||||
|
<TabInfo>
|
||||||
|
<wxString Value="/Users/tschultz/proj/SleepyHead-SF/src/SleepyHeadMain.cpp" Name="FileName"/>
|
||||||
|
<int Value="105" Name="FirstVisibleLine"/>
|
||||||
|
<int Value="124" Name="CurrentLine"/>
|
||||||
|
<wxArrayString Name="Bookmarks"/>
|
||||||
|
</TabInfo>
|
||||||
|
<TabInfo>
|
||||||
|
<wxString Value="/Users/tschultz/proj/SleepyHead-SF/src/SleepyHeadApp.cpp" Name="FileName"/>
|
||||||
|
<int Value="45" Name="FirstVisibleLine"/>
|
||||||
|
<int Value="36" Name="CurrentLine"/>
|
||||||
|
<wxArrayString Name="Bookmarks"/>
|
||||||
|
</TabInfo>
|
||||||
|
</TabInfoArray>
|
||||||
<SerializedObject Name="m_breakpoints">
|
<SerializedObject Name="m_breakpoints">
|
||||||
<long Value="0" Name="Count"/>
|
<long Value="0" Name="Count"/>
|
||||||
</SerializedObject>
|
</SerializedObject>
|
||||||
|
Loading…
Reference in New Issue
Block a user