Moved project;
This commit is contained in:
14
proj/vs2013/Installer/Makefile.mak
Normal file
14
proj/vs2013/Installer/Makefile.mak
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
all: Install-OBoE.exe Makefile.mak
|
||||
|
||||
Install-OBoE.exe: ..\..\..\pkg\win\main.nsi ..\..\..\pkg\win\data.nsi
|
||||
makensis /DMSVC /DRELEASE_DIR=..\..\src\BoE.vsproj\Release ..\..\..\pkg\win\main.nsi
|
||||
|
||||
..\..\..\pkg\win\data.nsi: ..\..\..\pkg\win\gen-data.py
|
||||
python ..\..\..\pkg\win\gen-data.py ..\Release > ..\..\..\pkg\win\data.nsi
|
||||
|
||||
clean:
|
||||
del ..\..\..\pkg\win\data.nsi
|
||||
del Install-OBoE.exe
|
||||
|
||||
rebuild: clean all
|
||||
Reference in New Issue
Block a user