Adding MinGW test project for SmartPtr.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@620 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
7b152208da
commit
08702ff400
1 changed files with 149 additions and 0 deletions
149
test/SmartPtr/SmartPtr.dev
Normal file
149
test/SmartPtr/SmartPtr.dev
Normal file
|
@ -0,0 +1,149 @@
|
||||||
|
[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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue