-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlibturtle.dev
86 lines (80 loc) · 1.33 KB
/
libturtle.dev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[Project]
FileName = libturtle.dev
Name = libturtle
Type = 2
Ver = 3
ObjFiles =
Includes =
Libs =
PrivateResource =
ResourceIncludes =
MakeIncludes =
Compiler =
CppCompiler =
Linker = -lgraphics -static_@@_
IsCpp = 1
Icon =
ExeOutput =
ObjectOutput =
LogOutput =
LogOutputEnabled = 0
OverrideOutput = 0
OverrideOutputName = libturtle.a
HostApplication =
Folders =
CommandLine =
UseCustomMakefile = 0
CustomMakefile =
IncludeVersionInfo = 0
SupportXPThemes = 0
CompilerSet = 0
CompilerSettings = 000000a000000000000010000
UnitCount = 2
UsePrecompiledHeader = 0
PrecompiledHeader =
StaticLink = 1
AddCharset = 1
UseUTF8 = 0
Encoding = AUTO
[VersionInfo]
Major = 1
Minor = 0
Release = 0
Build = 0
LanguageID = 1033
CharsetID = 1252
CompanyName =
FileVersion = 1.0.0.0
FileDescription = Developed using the Dev-C++ IDE
InternalName =
LegalCopyright =
LegalTrademarks =
OriginalFilename =
ProductName =
ProductVersion = 1.0.0.0
AutoIncBuildNr = 0
SyncProduct = 1
[Unit1]
FileName = turtle.h
CompileCpp = 1
Folder = libturtle
Compile = 1
Link = 1
Priority = 1000
OverrideBuildCmd = 0
BuildCmd =
DetectEncoding = 1
Encoding = 0
FileEncoding = AUTO
[Unit2]
FileName = turtle.cpp
CompileCpp = 1
Folder = libturtle
Compile = 1
Link = 1
Priority = 1000
OverrideBuildCmd = 0
BuildCmd =
DetectEncoding = 1
Encoding = 0
FileEncoding = AUTO