Skip to content

Commit

Permalink
deps/lzma; samples/3D/e3dView: Fixed projects
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
jerstlouis committed Nov 4, 2022
1 parent 925cf44 commit 70e9544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deps/lzma-2107/lzma.epj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"IncludeDirs" : [
"."
],
"TargetType" : "Executable",
"TargetType" : "StaticLibrary",
"TargetFileName" : "lzma"
},
"Configurations" : [
Expand All @@ -33,7 +33,6 @@
"Options" : {
"Debug" : false,
"Optimization" : "Speed",
"TargetType" : "StaticLibrary",
"FastMath" : true
}
}
Expand Down
4 changes: 2 additions & 2 deletions samples/3D/e3dView/e3dView.epj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"_7ZIP_ST"
],
"IncludeDirs" : [
"../../../deps/lzma-2107"
"$(ECERE_SDK_SRC)/deps/lzma-2107"
],
"TargetType" : "Executable",
"TargetFileName" : "e3dView",
Expand All @@ -18,7 +18,7 @@
"lzma"
],
"LibraryDirs" : [
"../../../deps/lzma-2107/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
"$(ECERE_SDK_SRC)/deps/lzma-2107/obj/release.$(PLATFORM)$(COMPILER_SUFFIX)"
]
},
"Platforms" : [
Expand Down

0 comments on commit 70e9544

Please sign in to comment.