summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-11 14:08:19 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-11 14:08:19 +0200
commit85c44715ea4bce92546aefba48dc50f18e64c105 (patch)
tree18a5d92f27b01bebf3985267e6f342dde25c2387
parentMerge pull request #534 from blattersturm/patch/fix-premake-help (diff)
downloadre3-85c44715ea4bce92546aefba48dc50f18e64c105.tar
re3-85c44715ea4bce92546aefba48dc50f18e64c105.tar.gz
re3-85c44715ea4bce92546aefba48dc50f18e64c105.tar.bz2
re3-85c44715ea4bce92546aefba48dc50f18e64c105.tar.lz
re3-85c44715ea4bce92546aefba48dc50f18e64c105.tar.xz
re3-85c44715ea4bce92546aefba48dc50f18e64c105.tar.zst
re3-85c44715ea4bce92546aefba48dc50f18e64c105.zip
-rw-r--r--premake5.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/premake5.lua b/premake5.lua
index 458abc8f..5b43f2a2 100644
--- a/premake5.lua
+++ b/premake5.lua
@@ -104,7 +104,7 @@ project "librw"
end
local function addSrcFiles( prefix )
- return prefix .. "/*cpp", prefix .. "/*.h", prefix .. "/*.c", prefix .. "/*.ico", prefix .. "/*.aps", prefix .. "/*.rc"
+ return prefix .. "/*cpp", prefix .. "/*.h", prefix .. "/*.c", prefix .. "/*.ico", prefix .. "/*.rc"
end
project "re3"