[premake] Cleanup

This commit is contained in:
Margen67
2025-07-25 16:49:55 -07:00
parent 7fec549552
commit 25d6f8269a
28 changed files with 9 additions and 97 deletions

View File

@@ -5,17 +5,10 @@ project("capstone")
language("C")
defines({
"CAPSTONE_X86_ATT_DISABLE",
"CAPSTONE_DIET_NO",
"CAPSTONE_X86_REDUCE_NO",
"CAPSTONE_HAS_X86",
"CAPSTONE_USE_SYS_DYN_MEM",
"_LIB",
})
-- filter({"configurations:Release", "platforms:Windows"})
-- buildoptions({
-- "/O1",
-- })
-- filter {}
includedirs({
"capstone",
@@ -49,3 +42,7 @@ project("capstone")
"capstone/**.c",
"capstone/arch/X86/**.c",
})
removefiles({
"capstone/arch/X86/X86ATTInstPrinter.c",
"capstone/arch/X86/*reduce.inc",
})