mirror of
https://gitlab.com/niansa/pilang2.git
synced 2025-03-06 20:49:22 +01:00
Removed CodeBlocks stuff
This commit is contained in:
parent
c772876a24
commit
34d9c611f5
3 changed files with 0 additions and 111 deletions
44
pilang.cbp
44
pilang.cbp
|
@ -1,44 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
||||||
<CodeBlocks_project_file>
|
|
||||||
<FileVersion major="1" minor="6" />
|
|
||||||
<Project>
|
|
||||||
<Option title="pilang" />
|
|
||||||
<Option pch_mode="2" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Build>
|
|
||||||
<Target title="Debug">
|
|
||||||
<Option output="bin/Debug/pilang" prefix_auto="1" extension_auto="1" />
|
|
||||||
<Option object_output="obj/Debug/" />
|
|
||||||
<Option type="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-g" />
|
|
||||||
<Add directory="include" />
|
|
||||||
</Compiler>
|
|
||||||
</Target>
|
|
||||||
<Target title="Release">
|
|
||||||
<Option output="bin/Release/pilang" prefix_auto="1" extension_auto="1" />
|
|
||||||
<Option object_output="obj/Release/" />
|
|
||||||
<Option type="1" />
|
|
||||||
<Option compiler="gcc" />
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-O2" />
|
|
||||||
<Add option="-O3 -static" />
|
|
||||||
<Add directory="include" />
|
|
||||||
</Compiler>
|
|
||||||
<Linker>
|
|
||||||
<Add option="-s" />
|
|
||||||
</Linker>
|
|
||||||
</Target>
|
|
||||||
</Build>
|
|
||||||
<Compiler>
|
|
||||||
<Add option="-Wall" />
|
|
||||||
<Add option="-fexceptions -std=c++17" />
|
|
||||||
</Compiler>
|
|
||||||
<Unit filename="main.cpp" />
|
|
||||||
<Extensions>
|
|
||||||
<code_completion />
|
|
||||||
<debugger />
|
|
||||||
</Extensions>
|
|
||||||
</Project>
|
|
||||||
</CodeBlocks_project_file>
|
|
|
@ -1,57 +0,0 @@
|
||||||
# depslib dependency file v1.0
|
|
||||||
1586773944 source:/home/nils/Programme/OSS/codeblocks/pilang/main.cpp
|
|
||||||
<iostream>
|
|
||||||
<string>
|
|
||||||
<string_view>
|
|
||||||
<exception>
|
|
||||||
<map>
|
|
||||||
<vector>
|
|
||||||
<regex>
|
|
||||||
<fstream>
|
|
||||||
<cstdio>
|
|
||||||
<cstring>
|
|
||||||
<dlfcn.h>
|
|
||||||
<dirent.h>
|
|
||||||
|
|
||||||
1586692463 /home/nils/Programme/OSS/codeblocks/pilang/include/interpreter.h
|
|
||||||
<rtypes.h>
|
|
||||||
<map>
|
|
||||||
<list>
|
|
||||||
<functional>
|
|
||||||
|
|
||||||
1586614898 source:/home/nils/Programme/OSS/codeblocks/pilang/src/environment.cpp
|
|
||||||
"environment.h"
|
|
||||||
|
|
||||||
1586614630 /home/nils/Programme/OSS/codeblocks/pilang/include/environment.h
|
|
||||||
<map>
|
|
||||||
|
|
||||||
1586691513 source:/home/nils/Programme/OSS/codeblocks/pilang/src/interpreter.cpp
|
|
||||||
<iostream>
|
|
||||||
<map>
|
|
||||||
<list>
|
|
||||||
<cstdio>
|
|
||||||
<cstring>
|
|
||||||
<dlfcn.h>
|
|
||||||
<dirent.h>
|
|
||||||
<interpreter.h>
|
|
||||||
<environment.h>
|
|
||||||
|
|
||||||
1586690920 source:/home/nils/Programme/OSS/codeblocks/pilang/src/module_builtin.cpp
|
|
||||||
"module_builtin.h"
|
|
||||||
<iostream>
|
|
||||||
<list>
|
|
||||||
<string>
|
|
||||||
|
|
||||||
1586690835 /home/nils/Programme/OSS/codeblocks/pilang/include/module_builtin.h
|
|
||||||
<rtypes.h>
|
|
||||||
<map>
|
|
||||||
<list>
|
|
||||||
<string>
|
|
||||||
|
|
||||||
1586690671 /home/nils/Programme/OSS/codeblocks/pilang/include/rtypes.h
|
|
||||||
<list>
|
|
||||||
<string>
|
|
||||||
|
|
||||||
1586687677 source:/home/nils/Programme/OSS/codeblocks/pilang/src/rtypes.cpp
|
|
||||||
"rtypes.h"
|
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
||||||
<CodeBlocks_layout_file>
|
|
||||||
<FileVersion major="1" minor="0" />
|
|
||||||
<ActiveTarget name="Debug" />
|
|
||||||
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
|
|
||||||
<Cursor>
|
|
||||||
<Cursor1 position="3641" topLine="119" />
|
|
||||||
</Cursor>
|
|
||||||
</File>
|
|
||||||
</CodeBlocks_layout_file>
|
|
Loading…
Add table
Reference in a new issue