Ignore:
Timestamp:
Apr 18, 2015, 4:27:57 PM (10 years ago)
Author:
alloc
Message:

Binary improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/bundle_creation/makefile

    r227 r230  
    33SERVERPATH=/srv/www/illy.bz/http/fi/7dtd/
    44
    5 VERSIONFILE=../bin/7DaysToDie_Data/Managed/7dtd-server-fixes_version.txt
     5VERSIONFILE=../bin/Mods/Allocs_CommonFunc/7dtd-server-fixes_version.txt
    66VERSION=$(shell cat ${VERSIONFILE} | grep "Version" | cut -d\  -f8)
    77ARCHIVENAME=server_fixes_v${VERSION}.tar.gz
     
    2626SERVERFIXES:
    2727        @echo Copying server fixes...
     28        @rm 7DaysToDie_Data -R
     29        @rm Mods -R
    2830        @mkdir -p 7DaysToDie_Data/Managed
    29         @cp ../bin/7DaysToDie_Data/Managed/Assembly-CSharp.patched.dll 7DaysToDie_Data/Managed/Assembly-CSharp.dll
    30         @cp ../bin/7DaysToDie_Data/Managed/7dtd-server-fixes.dll 7DaysToDie_Data/Managed/
    31         @cp ../bin/7DaysToDie_Data/Managed/7dtd-server-fixes_version.txt 7DaysToDie_Data/Managed/
     31        @cp ../7dtd-binaries/Assembly-CSharp.dll 7DaysToDie_Data/Managed/Assembly-CSharp.dll
    3232        @mkdir -p Mods
    3333        @cp ../bin/Mods/* Mods/ -R
    34         @mkdir -p Mods/AllocsWebInterface/webserver
    35         @cp ../webserver/* Mods/AllocsWebInterface/webserver/ -R
    36         @rm Mods/AllocsWebInterface/webserver/protect -f
     34        @mkdir -p Mods/Allocs_WebAndMapRendering/webserver
     35        @cp ../webserver/* Mods/Allocs_WebAndMapRendering/webserver/ -R
     36        @rm Mods/Allocs_WebAndMapRendering/webserver/protect -f
    3737        @find . -name "*~" -exec rm {} \;
    3838
Note: See TracChangeset for help on using the changeset viewer.