Skip to content

Commit 70e9544

Browse files
committed
deps/lzma; samples/3D/e3dView: Fixed projects
- lzma project had target type set only for Release config - e3dView: Using $(ECERE_SDK_SRC) instead of relative paths since they don't work with installed samples location, and project already uses it to refer to e3d source files
1 parent 925cf44 commit 70e9544

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

deps/lzma-2107/lzma.epj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"IncludeDirs" : [
1212
"."
1313
],
14-
"TargetType" : "Executable",
14+
"TargetType" : "StaticLibrary",
1515
"TargetFileName" : "lzma"
1616
},
1717
"Configurations" : [
@@ -33,7 +33,6 @@
3333
"Options" : {
3434
"Debug" : false,
3535
"Optimization" : "Speed",
36-
"TargetType" : "StaticLibrary",
3736
"FastMath" : true
3837
}
3938
}

samples/3D/e3dView/e3dView.epj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"_7ZIP_ST"
1010
],
1111
"IncludeDirs" : [
12-
"../../../deps/lzma-2107"
12+
"$(ECERE_SDK_SRC)/deps/lzma-2107"
1313
],
1414
"TargetType" : "Executable",
1515
"TargetFileName" : "e3dView",
@@ -18,7 +18,7 @@
1818
"lzma"
1919
],
2020
"LibraryDirs" : [
21-
"../../../deps/lzma-2107/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
21+
"$(ECERE_SDK_SRC)/deps/lzma-2107/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
2222
]
2323
},
2424
"Platforms" : [

0 commit comments

Comments
 (0)