mirror of
https://github.com/td512/re3.git
synced 2026-01-14 01:15:24 +00:00
remove aps from premake
This commit is contained in:
parent
18b6905f24
commit
85c44715ea
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user