summaryrefslogtreecommitdiffstats
path: root/premake5.lua
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-01-22 20:33:29 +0100
committerwithmorten <morten.with@gmail.com>2021-01-22 20:33:29 +0100
commitd58f090198912c1d640a0ec29d6a3f5d31abfc38 (patch)
treeb52428dde11ea4caf6be95035a17e3ab934c8b5b /premake5.lua
parentfix (diff)
downloadre3-d58f090198912c1d640a0ec29d6a3f5d31abfc38.tar
re3-d58f090198912c1d640a0ec29d6a3f5d31abfc38.tar.gz
re3-d58f090198912c1d640a0ec29d6a3f5d31abfc38.tar.bz2
re3-d58f090198912c1d640a0ec29d6a3f5d31abfc38.tar.lz
re3-d58f090198912c1d640a0ec29d6a3f5d31abfc38.tar.xz
re3-d58f090198912c1d640a0ec29d6a3f5d31abfc38.tar.zst
re3-d58f090198912c1d640a0ec29d6a3f5d31abfc38.zip
Diffstat (limited to 'premake5.lua')
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index d4ef5198..e6c8ea5a 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -359,7 +359,7 @@ project "re3"
filter "platforms:*RW33*"
includedirs { "sdk/rwsdk/include/d3d8" }
libdirs { "sdk/rwsdk/lib/d3d8/release" }
- links { "rwcore", "rpworld", "rpmatfx", "rpskin", "rphanim", "rtbmp", "rtquat", "rtcharse" }
+ links { "rwcore", "rpworld", "rpmatfx", "rpskin", "rphanim", "rtbmp", "rtquat", "rtcharse", "rpanisot" }
defines { "RWLIBS" }
linkoptions "/SECTION:_rwcseg,ER!W /MERGE:_rwcseg=.text"