mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
remove aps from premake
This commit is contained in:
parent
18b6905f24
commit
85c44715ea
@ -104,7 +104,7 @@ project "librw"
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function addSrcFiles( prefix )
|
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
|
end
|
||||||
|
|
||||||
project "re3"
|
project "re3"
|
||||||
|
Loading…
Reference in New Issue
Block a user