150 lines
2 KiB
Text
150 lines
2 KiB
Text
|
[Project]
|
||
|
FileName=SmartPtr.dev
|
||
|
Name=SmartPtr
|
||
|
UnitCount=10
|
||
|
Type=1
|
||
|
Ver=1
|
||
|
ObjFiles=
|
||
|
Includes=C:\Projects\loki\include
|
||
|
Libs=
|
||
|
PrivateResource=
|
||
|
ResourceIncludes=
|
||
|
MakeIncludes=
|
||
|
Compiler=
|
||
|
CppCompiler=
|
||
|
Linker=
|
||
|
IsCpp=1
|
||
|
Icon=
|
||
|
ExeOutput=
|
||
|
ObjectOutput=
|
||
|
OverrideOutput=0
|
||
|
OverrideOutputName=SmartPtr.exe
|
||
|
HostApplication=
|
||
|
Folders=Loki_Headers,Loki_Sources,Test
|
||
|
CommandLine=
|
||
|
UseCustomMakefile=0
|
||
|
CustomMakefile=
|
||
|
IncludeVersionInfo=0
|
||
|
SupportXPThemes=0
|
||
|
CompilerSet=0
|
||
|
CompilerSettings=1000001001001001000000
|
||
|
|
||
|
[Unit1]
|
||
|
FileName=..\..\src\Singleton.cpp
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Sources
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit2]
|
||
|
FileName=..\..\src\SmallObj.cpp
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Sources
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=2
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit3]
|
||
|
FileName=..\..\src\SmartPtr.cpp
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Sources
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=3
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit4]
|
||
|
FileName=..\..\include\loki\Threads.h
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Headers
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1000
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit5]
|
||
|
FileName=..\..\include\loki\ConstPolicy.h
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Headers
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1000
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit6]
|
||
|
FileName=..\..\include\loki\Singleton.h
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Headers
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1000
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit7]
|
||
|
FileName=..\..\include\loki\SmallObj.h
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Headers
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1000
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit8]
|
||
|
FileName=..\..\include\loki\SmartPtr.h
|
||
|
CompileCpp=1
|
||
|
Folder=Loki_Headers
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1000
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit9]
|
||
|
FileName=main.cpp
|
||
|
CompileCpp=1
|
||
|
Folder=Test
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1000
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[Unit10]
|
||
|
FileName=base.h
|
||
|
CompileCpp=1
|
||
|
Folder=Test
|
||
|
Compile=1
|
||
|
Link=1
|
||
|
Priority=1000
|
||
|
OverrideBuildCmd=0
|
||
|
BuildCmd=
|
||
|
|
||
|
[VersionInfo]
|
||
|
Major=0
|
||
|
Minor=1
|
||
|
Release=1
|
||
|
Build=1
|
||
|
LanguageID=1033
|
||
|
CharsetID=1252
|
||
|
CompanyName=
|
||
|
FileVersion=
|
||
|
FileDescription=Developed using the Dev-C++ IDE
|
||
|
InternalName=
|
||
|
LegalCopyright=
|
||
|
LegalTrademarks=
|
||
|
OriginalFilename=
|
||
|
ProductName=
|
||
|
ProductVersion=
|
||
|
AutoIncBuildNr=0
|
||
|
|