Skip to content

Commit 7610390

Browse files
author
AliHassan172
committed
initial commit
0 parents  commit 7610390

File tree

7 files changed

+411
-0
lines changed

7 files changed

+411
-0
lines changed

Sample.cbp

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_project_file>
3+
<FileVersion major="1" minor="6" />
4+
<Project>
5+
<Option title="Sample" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="Debug">
10+
<Option output="bin/Debug/Sample" prefix_auto="1" extension_auto="1" />
11+
<Option object_output="obj/Debug/" />
12+
<Option type="1" />
13+
<Option compiler="gcc" />
14+
<Compiler>
15+
<Add option="-g" />
16+
</Compiler>
17+
</Target>
18+
<Target title="Release">
19+
<Option output="bin/Release/Sample" prefix_auto="1" extension_auto="1" />
20+
<Option object_output="obj/Release/" />
21+
<Option type="1" />
22+
<Option compiler="gcc" />
23+
<Compiler>
24+
<Add option="-O2" />
25+
</Compiler>
26+
<Linker>
27+
<Add option="-s" />
28+
</Linker>
29+
</Target>
30+
</Build>
31+
<Compiler>
32+
<Add option="-Wall" />
33+
<Add option="-fexceptions" />
34+
</Compiler>
35+
<Unit filename="main.cpp" />
36+
<Extensions>
37+
<code_completion />
38+
<envvars />
39+
<debugger />
40+
</Extensions>
41+
</Project>
42+
</CodeBlocks_project_file>

Sample.depend

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# depslib dependency file v1.0
2+
1484045762 source:d:\program\third smester\sample\main.cpp
3+
<iostream>
4+
<windows.h>
5+
<conio.h>
6+
7+
1484645566 source:d:\se\programs\extra\bubble userfriendly\main.cpp
8+
<iostream>
9+
<windows.h>
10+
<conio.h>
11+
12+
1486021144 source:d:\se\programs\3rd smester\userfriendly working\main.cpp
13+
<iostream>
14+
<windows.h>
15+
<conio.h>
16+
<stdlib.h>
17+
18+
1515046758 source:e:\crap\study data\se\programs\3rd smester\userfriendly working\main.cpp
19+
<iostream>
20+
<windows.h>
21+
<conio.h>
22+
<stdlib.h>
23+
24+
1515046758 source:e:\crap\stuff\se programs\old\3rd smester\userfriendly working\main.cpp
25+
<iostream>
26+
<windows.h>
27+
<conio.h>
28+
<stdlib.h>
29+
30+
1573537018 source:e:\focus\github repo\userfriendly working\main.cpp
31+
<iostream>
32+
<windows.h>
33+
<conio.h>
34+
<stdlib.h>
35+

Sample.layout

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_layout_file>
3+
<FileVersion major="1" minor="0" />
4+
<ActiveTarget name="Debug" />
5+
<File name="main.cpp" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="1" zoom_2="0">
6+
<Cursor>
7+
<Cursor1 position="4159" topLine="205" />
8+
</Cursor>
9+
</File>
10+
</CodeBlocks_layout_file>

bin/Debug/Sample.exe

1.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)