mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fix cross compile windows targetextension (nw)
This commit is contained in:
parent
3570d4f0eb
commit
591d1202ac
@ -566,6 +566,11 @@ if _OPTIONS["with-tools"] then
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
end
|
||||
|
||||
|
@ -50,6 +50,11 @@ files {
|
||||
MAME_DIR .. "src/tools/romcmp.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -106,6 +111,11 @@ files {
|
||||
MAME_DIR .. "src/version.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -149,6 +159,11 @@ files {
|
||||
MAME_DIR .. "src/tools/jedutil.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -207,6 +222,11 @@ files {
|
||||
MAME_DIR .. "src/emu/emucore.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -262,6 +282,11 @@ files {
|
||||
MAME_DIR .. "src/tools/ldresample.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -317,6 +342,11 @@ files {
|
||||
MAME_DIR .. "src/tools/ldverify.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -360,6 +390,11 @@ files {
|
||||
MAME_DIR .. "src/tools/regrep.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -403,6 +438,11 @@ files {
|
||||
MAME_DIR .. "src/tools/srcclean.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -446,6 +486,11 @@ files {
|
||||
MAME_DIR .. "src/tools/src2html.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -500,6 +545,11 @@ files {
|
||||
MAME_DIR .. "src/tools/split.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -543,6 +593,11 @@ files {
|
||||
MAME_DIR .. "src/tools/pngcmp.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -599,6 +654,11 @@ files {
|
||||
MAME_DIR .. "src/lib/netlist/prg/nltool.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -633,6 +693,11 @@ files {
|
||||
MAME_DIR .. "src/lib/netlist/prg/nlwav.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -689,6 +754,11 @@ files {
|
||||
MAME_DIR .. "src/tools/castool.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -746,6 +816,11 @@ files {
|
||||
MAME_DIR .. "src/tools/floptool.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
||||
--------------------------------------------------
|
||||
@ -852,4 +927,9 @@ files {
|
||||
MAME_DIR .. "src/tools/imgtool/modules/hp48.cpp",
|
||||
}
|
||||
|
||||
configuration { "mingw*" or "vs*" }
|
||||
targetextension ".exe"
|
||||
|
||||
configuration { }
|
||||
|
||||
strip()
|
||||
|
Loading…
Reference in New Issue
Block a user