mirror of
https://github.com/libretro/Mesen.git
synced 2024-11-23 17:19:39 +00:00
Linux: Replace xbuild with msbuild in makefile
This commit is contained in:
parent
439e1d9dd5
commit
babbec7d12
4
makefile
4
makefile
@ -88,12 +88,12 @@ all: ui
|
|||||||
ui: InteropDLL/$(OBJFOLDER)/$(SHAREDLIB)
|
ui: InteropDLL/$(OBJFOLDER)/$(SHAREDLIB)
|
||||||
mkdir -p $(RELEASEFOLDER)/Dependencies
|
mkdir -p $(RELEASEFOLDER)/Dependencies
|
||||||
rm -fr $(RELEASEFOLDER)/Dependencies/*
|
rm -fr $(RELEASEFOLDER)/Dependencies/*
|
||||||
cd UpdateHelper && xbuild /property:Configuration="Release" /property:Platform="AnyCPU"
|
cd UpdateHelper && msbuild /property:Configuration="Release" /property:Platform="AnyCPU"
|
||||||
cp "bin/Any CPU/Release/MesenUpdater.exe" $(RELEASEFOLDER)/Dependencies/
|
cp "bin/Any CPU/Release/MesenUpdater.exe" $(RELEASEFOLDER)/Dependencies/
|
||||||
cp -r GUI.NET/Dependencies/* $(RELEASEFOLDER)/Dependencies/
|
cp -r GUI.NET/Dependencies/* $(RELEASEFOLDER)/Dependencies/
|
||||||
cp InteropDLL/$(OBJFOLDER)/$(SHAREDLIB) $(RELEASEFOLDER)/Dependencies/$(SHAREDLIB)
|
cp InteropDLL/$(OBJFOLDER)/$(SHAREDLIB) $(RELEASEFOLDER)/Dependencies/$(SHAREDLIB)
|
||||||
cd $(RELEASEFOLDER)/Dependencies && zip -r ../Dependencies.zip *
|
cd $(RELEASEFOLDER)/Dependencies && zip -r ../Dependencies.zip *
|
||||||
cd GUI.NET && xbuild /property:Configuration="Release" /property:Platform="$(MESENPLATFORM)" /property:PreBuildEvent="" /property:DefineConstants="HIDETESTMENU,DISABLEAUTOUPDATE"
|
cd GUI.NET && msbuild /property:Configuration="Release" /property:Platform="$(MESENPLATFORM)" /property:PreBuildEvent="" '/property:DefineConstants="HIDETESTMENU;DISABLEAUTOUPDATE"' /property:CodeAnalysisRuleSet=""
|
||||||
|
|
||||||
libretro: Libretro/$(OBJFOLDER)/$(LIBRETROLIB)
|
libretro: Libretro/$(OBJFOLDER)/$(LIBRETROLIB)
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
Loading…
Reference in New Issue
Block a user