mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
some MSBUILD fixes (nw)
This commit is contained in:
parent
8929ef8949
commit
ee942ae0fb
4
makefile
4
makefile
@ -745,7 +745,9 @@ MSBUILD_PARAMS += /p:Platform=x64
|
||||
else
|
||||
MSBUILD_PARAMS += /p:Platform=win32
|
||||
endif
|
||||
ifeq ($(SUBTARGET),mess)
|
||||
ifeq ($(SUBTARGET),mame)
|
||||
MSBUILD_SOLUTION := $(SUBTARGET).sln
|
||||
else ifeq ($(SUBTARGET),mess)
|
||||
MSBUILD_SOLUTION := $(SUBTARGET).sln
|
||||
else
|
||||
MSBUILD_SOLUTION := $(TARGET)$(SUBTARGET).sln
|
||||
|
@ -1134,6 +1134,7 @@ configuration { "vs*" }
|
||||
}
|
||||
|
||||
buildoptions {
|
||||
"/WX", -- Treats all compiler warnings as errors.
|
||||
"/wd4025", -- warning C4025: 'number' : based pointer passed to function with variable arguments: parameter number
|
||||
"/wd4003", -- warning C4003: not enough actual parameters for macro 'xxx'
|
||||
"/wd4018", -- warning C4018: 'x' : signed/unsigned mismatch
|
||||
|
Loading…
Reference in New Issue
Block a user