Linux: Fixed makefile issue
This commit is contained in:
parent
27b29bf76a
commit
c26060d716
1 changed files with 3 additions and 3 deletions
6
makefile
6
makefile
|
@ -67,12 +67,12 @@ all: ui
|
|||
|
||||
ui: InteropDLL/$(OBJFOLDER)/$(SHAREDLIB)
|
||||
mkdir -p $(RELEASEFOLDER)/Dependencies
|
||||
rm -f $(RELEASEFOLDER)/Dependencies/*
|
||||
rm -fr $(RELEASEFOLDER)/Dependencies/*
|
||||
cd UpdateHelper && xbuild /property:Configuration="Release" /property:Platform="AnyCPU"
|
||||
cp "bin/Any CPU/Release/MesenUpdater.exe" $(RELEASEFOLDER)/Dependencies/
|
||||
cp GUI.NET/Dependencies/* $(RELEASEFOLDER)/Dependencies/
|
||||
cp -r GUI.NET/Dependencies/* $(RELEASEFOLDER)/Dependencies/
|
||||
cp InteropDLL/$(OBJFOLDER)/$(SHAREDLIB) $(RELEASEFOLDER)/Dependencies/$(SHAREDLIB)
|
||||
cd $(RELEASEFOLDER)/Dependencies && zip ../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"
|
||||
|
||||
libretro: Libretro/$(OBJFOLDER)/$(LIBRETROLIB)
|
||||
|
|
Loading…
Add table
Reference in a new issue