Fixed naming of PS3 executables under Cygwin

This commit is contained in:
starkos 2009-05-12 22:11:24 +00:00
parent 8fe0c84931
commit 30814670db
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@
_p(' AR = %s', platform.ar)
end
_p(' TARGETDIR = %s', _MAKE.esc(cfg.buildtarget.directory))
_p(' TARGETDIR = %s', _MAKE.esc(cfg.buildtarget.directory))
_p(' TARGET = $(TARGETDIR)/%s', _MAKE.esc(cfg.buildtarget.name))
_p(' OBJDIR = %s', _MAKE.esc(cfg.objectsdir))
_p(' DEFINES += %s', table.concat(cc.getdefines(cfg.defines), " "))

View File

@ -370,7 +370,7 @@
end
-- Linux name conventions only apply to static libs on windows (by user request)
if style == "linux" and system == "windows" and kind ~= "StaticLib" then
if decorations == "linux" and system == "windows" and kind ~= "StaticLib" then
decorations = "windows"
end
else