Linux: Revert to using xbuild for now
This commit is contained in:
parent
fb3e41566e
commit
f88375bb9a
1 changed files with 2 additions and 2 deletions
4
makefile
4
makefile
|
@ -94,12 +94,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 && msbuild /property:Configuration="Release" /property:Platform="AnyCPU"
|
cd UpdateHelper && xbuild /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 UI/Dependencies/* $(RELEASEFOLDER)/Dependencies/
|
cp -r UI/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 UI && msbuild /property:Configuration="Release" /property:Platform="$(MESENPLATFORM)" /property:PreBuildEvent="" '/property:DefineConstants="HIDETESTMENU;DISABLEAUTOUPDATE"' /property:CodeAnalysisRuleSet=""
|
cd GUI.NET && xbuild /property:Configuration="Release" /property:Platform="$(MESENPLATFORM)" /property:PreBuildEvent="" /property:DefineConstants="HIDETESTMENU,DISABLEAUTOUPDATE"
|
||||||
|
|
||||||
libretro: Libretro/$(OBJFOLDER)/$(LIBRETROLIB)
|
libretro: Libretro/$(OBJFOLDER)/$(LIBRETROLIB)
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue