Skip to content

Commit 71336c7

Browse files
committed
Initial commit
0 parents  commit 71336c7

File tree

1,055 files changed

+28781
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,055 files changed

+28781
-0
lines changed

DevCpp/Makefile.win

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# Project:
2+
# Makefile created by Dev-C++ 5.3.0.4
3+
4+
CPP = g++.exe
5+
CC = gcc.exe
6+
WINDRES = windres.exe
7+
OBJ = ../DevCpp/binTreeSim.o ../DevCpp/PDOIL_ext.o ../DevCpp/expression_tree.o $(RES)
8+
LINKOBJ = ../DevCpp/binTreeSim.o ../DevCpp/PDOIL_ext.o ../DevCpp/expression_tree.o $(RES)
9+
LIBS = -L"G:/Program Files/Dev-Cpp/lib" -static-libgcc -lstdc++ -lglut32 -lglu32 -lopengl32 -lwinmm -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 -lgdi32 -lwsock32 -lcurl -lcurldll -lpthreadGC2 -ld3d9 -ld3dx9d -m32 -lwsock32 -lws2_32 -lsqlite3 libGLUT_FULL.a -m32
10+
INCS = -I"G:/Program Files/Dev-Cpp/include"
11+
CXXINCS = -I"G:/Program Files/Dev-Cpp/include"
12+
BIN = UseTreeSim.exe
13+
CXXFLAGS = $(CXXINCS) -m32 -w
14+
CFLAGS = $(INCS) -m32 -w
15+
RM = rm -f
16+
17+
.PHONY: all all-before all-after clean clean-custom
18+
19+
all: all-before $(BIN) all-after
20+
21+
22+
clean: clean-custom
23+
${RM} $(OBJ) $(BIN)
24+
25+
$(BIN): $(OBJ)
26+
$(CC) $(LINKOBJ) -o $(BIN) $(LIBS)
27+
28+
../DevCpp/binTreeSim.o: ../libPrj/binTreeSim.c
29+
$(CC) -c ../libPrj/binTreeSim.c -o ../DevCpp/binTreeSim.o $(CFLAGS)
30+
31+
../DevCpp/PDOIL_ext.o: ../libPrj/PDOIL_ext.c
32+
$(CC) -c ../libPrj/PDOIL_ext.c -o ../DevCpp/PDOIL_ext.o $(CFLAGS)
33+
34+
../DevCpp/expression_tree.o: ../expression_tree.c
35+
$(CC) -c ../expression_tree.c -o ../DevCpp/expression_tree.o $(CFLAGS)

DevCpp/PDOIL_ext.o

109 KB
Binary file not shown.

DevCpp/UseTreeSim.cbp

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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="" />
6+
<Option pch_mode="2" />
7+
<Option compiler="gcc" />
8+
<Build>
9+
<Target title="default">
10+
<Option output="../DevCpp/UseTreeSim" prefix_auto="1" extension_auto="1" />
11+
<Option object_output="../DevCpp" />
12+
<Option type="1" />
13+
<Option compiler="gcc" />
14+
</Target>
15+
</Build>
16+
<Compiler>
17+
<Add directory='&quot;&quot;' />
18+
</Compiler>
19+
<Linker>
20+
<Add option="libGLUT_FULL.a" />
21+
</Linker>
22+
<Unit filename="../YourFile.c">
23+
<Option compilerVar="CC" />
24+
</Unit>
25+
<Unit filename="../binTreeSim.h">
26+
<Option compilerVar="CC" />
27+
</Unit>
28+
<Unit filename="../libPrj/PDOIL_ext.c">
29+
<Option compilerVar="CC" />
30+
</Unit>
31+
<Unit filename="../libPrj/binTreeSim.c">
32+
<Option compilerVar="CC" />
33+
</Unit>
34+
<Extensions>
35+
<code_completion />
36+
<envvars />
37+
<debugger />
38+
<lib_finder disable_auto="1" />
39+
</Extensions>
40+
</Project>
41+
</CodeBlocks_project_file>

DevCpp/UseTreeSim.dev

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
[Unit1]
2+
FileName=..\binTreeSim.h
3+
CompileCpp=0
4+
Folder=
5+
Compile=1
6+
Link=1
7+
Priority=1000
8+
OverrideBuildCmd=0
9+
BuildCmd=
10+
11+
[Project]
12+
UnitCount=4
13+
FileName=UseTreeSim.dev
14+
Name=
15+
Type=1
16+
Ver=2
17+
ObjFiles=""
18+
Includes=""
19+
Libs=
20+
PrivateResource=
21+
ResourceIncludes=
22+
MakeIncludes=
23+
Compiler=
24+
CppCompiler=
25+
Linker=_@@_libGLUT_FULL.a_@@_
26+
IsCpp=0
27+
Icon=
28+
ExeOutput=..\DevCpp
29+
ObjectOutput=..\DevCpp
30+
LogOutput=
31+
LogOutputEnabled=0
32+
OverrideOutput=0
33+
OverrideOutputName=UseTreeSim.exe
34+
HostApplication=
35+
Folders=
36+
CommandLine=
37+
UseCustomMakefile=0
38+
CustomMakefile=Makefile.win
39+
IncludeVersionInfo=0
40+
SupportXPThemes=0
41+
CompilerSet=7
42+
CompilerSettings=0000000101000000000000000
43+
44+
[VersionInfo]
45+
Major=1
46+
Minor=0
47+
Release=0
48+
Build=0
49+
LanguageID=1033
50+
CharsetID=1252
51+
CompanyName=
52+
FileVersion=1.0.0.0
53+
FileDescription=Developed using the Dev-C++ IDE
54+
InternalName=
55+
LegalCopyright=
56+
LegalTrademarks=
57+
OriginalFilename=
58+
ProductName=
59+
ProductVersion=1.0.0.0
60+
AutoIncBuildNr=0
61+
SyncProduct=1
62+
63+
[Unit3]
64+
FileName=..\libPrj\PDOIL_ext.c
65+
CompileCpp=0
66+
Folder=
67+
Compile=1
68+
Link=1
69+
Priority=1000
70+
OverrideBuildCmd=0
71+
BuildCmd=$(CC) -c PDOIL_ext.c -o ..\DevCpp\PDOIL_ext.o $(CFLAGS)
72+
73+
[Unit4]
74+
FileName=..\expression_tree.c
75+
CompileCpp=0
76+
Folder=
77+
Compile=1
78+
Link=1
79+
Priority=1000
80+
OverrideBuildCmd=0
81+
BuildCmd=
82+
83+
[Unit2]
84+
FileName=..\libPrj\binTreeSim.c
85+
CompileCpp=0
86+
Folder=
87+
Compile=1
88+
Link=1
89+
Priority=1000
90+
OverrideBuildCmd=0
91+
BuildCmd=
92+

DevCpp/UseTreeSim.layout

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2+
<CodeBlocks_layout_file>
3+
<ActiveTarget name="default" />
4+
<File name="..\YourFile.c" open="1" top="0" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
5+
<Cursor>
6+
<Cursor1 position="59" topLine="0" />
7+
</Cursor>
8+
</File>
9+
<File name="..\binTreeSim.h" open="1" top="1" tabpos="2" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
10+
<Cursor>
11+
<Cursor1 position="2" topLine="0" />
12+
</Cursor>
13+
</File>
14+
</CodeBlocks_layout_file>
15+
[Editors]
16+
Focused=-1
17+
Order=-1
18+
[Editor_0]
19+
Open=1
20+
Top=1
21+
CursorCol=1
22+
CursorRow=4
23+
TopLine=1
24+
LeftChar=1
25+
[Editor_1]
26+
Open=1
27+
Top=0
28+
CursorCol=9
29+
CursorRow=104
30+
TopLine=145
31+
LeftChar=1
32+
[Editor_2]
33+
Open=1
34+
Top=0
35+
CursorCol=34
36+
CursorRow=100
37+
TopLine=90
38+
LeftChar=1
39+
[Editor_3]
40+
Open=1
41+
Top=0
42+
CursorCol=1
43+
CursorRow=50
44+
TopLine=34
45+
LeftChar=1

DevCpp/YourFile.o

4.5 KB
Binary file not shown.

DevCpp/binTreeSim.o

6.19 KB
Binary file not shown.

DevCpp/expression_tree.o

2.62 KB
Binary file not shown.

DevCpp/libGLUT_FULL.a

1.09 MB
Binary file not shown.

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016 pPanda-beta
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)