Added StrongPtr.cpp and StrongPtr.h files to MinGW projects.
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@624 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
d5f4f0f77f
commit
f7d0b2e1ef
2 changed files with 42 additions and 2 deletions
22
Loki.dev
22
Loki.dev
|
@ -1,7 +1,7 @@
|
||||||
[Project]
|
[Project]
|
||||||
FileName=Loki.dev
|
FileName=Loki.dev
|
||||||
Name=Loki
|
Name=Loki
|
||||||
UnitCount=37
|
UnitCount=39
|
||||||
Type=2
|
Type=2
|
||||||
Ver=1
|
Ver=1
|
||||||
ObjFiles=
|
ObjFiles=
|
||||||
|
@ -417,3 +417,23 @@ Priority=1000
|
||||||
OverrideBuildCmd=0
|
OverrideBuildCmd=0
|
||||||
BuildCmd=
|
BuildCmd=
|
||||||
|
|
||||||
|
[Unit38]
|
||||||
|
FileName=include\loki\StrongPtr.h
|
||||||
|
CompileCpp=1
|
||||||
|
Folder=Headers
|
||||||
|
Compile=1
|
||||||
|
Link=1
|
||||||
|
Priority=1000
|
||||||
|
OverrideBuildCmd=0
|
||||||
|
BuildCmd=
|
||||||
|
|
||||||
|
[Unit39]
|
||||||
|
FileName=src\StrongPtr.cpp
|
||||||
|
CompileCpp=1
|
||||||
|
Folder=Sources
|
||||||
|
Compile=1
|
||||||
|
Link=1
|
||||||
|
Priority=1000
|
||||||
|
OverrideBuildCmd=0
|
||||||
|
BuildCmd=
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Project]
|
[Project]
|
||||||
FileName=Loki_Debug.dev
|
FileName=Loki_Debug.dev
|
||||||
Name=Loki
|
Name=Loki
|
||||||
UnitCount=37
|
UnitCount=39
|
||||||
Type=2
|
Type=2
|
||||||
Ver=1
|
Ver=1
|
||||||
ObjFiles=
|
ObjFiles=
|
||||||
|
@ -417,3 +417,23 @@ Priority=1000
|
||||||
OverrideBuildCmd=0
|
OverrideBuildCmd=0
|
||||||
BuildCmd=
|
BuildCmd=
|
||||||
|
|
||||||
|
[Unit38]
|
||||||
|
FileName=src\StrongPtr.cpp
|
||||||
|
CompileCpp=1
|
||||||
|
Folder=Sources
|
||||||
|
Compile=1
|
||||||
|
Link=1
|
||||||
|
Priority=1000
|
||||||
|
OverrideBuildCmd=0
|
||||||
|
BuildCmd=
|
||||||
|
|
||||||
|
[Unit39]
|
||||||
|
FileName=include\loki\StrongPtr.h
|
||||||
|
CompileCpp=1
|
||||||
|
Folder=Headers
|
||||||
|
Compile=1
|
||||||
|
Link=1
|
||||||
|
Priority=1000
|
||||||
|
OverrideBuildCmd=0
|
||||||
|
BuildCmd=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue