From c49b2b2da95036696f3afcf49e176bac5328da53 Mon Sep 17 00:00:00 2001 From: celest Date: Tue, 29 Mar 2005 02:44:22 +0000 Subject: * Added auto create 'save' folder from 'save-tmpl' when compiling for the first time git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1318 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-SVN.txt | 2 ++ Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Changelog-SVN.txt b/Changelog-SVN.txt index 7fd141268..8f647ffc8 100644 --- a/Changelog-SVN.txt +++ b/Changelog-SVN.txt @@ -1,6 +1,8 @@ Date Added 03/29 + * Added auto create 'save' folder from 'save-tmpl' when compiling for the + first time, thanks to Jbain * Fixed 'use_sql_db' not read properly in SQL char server, thanks to Wallex * Added three fields to mmo_charstatus - father/mother/child needed for adoption system [veider] diff --git a/Makefile b/Makefile index 5bbe28131..65b191e50 100644 --- a/Makefile +++ b/Makefile @@ -81,6 +81,8 @@ all: conf txt conf: cp -r conf-tmpl conf rm -rf conf/.svn conf/*/.svn + cp -r save-tmpl save + rm -rf save/.svn txt : src/common/GNUmakefile src/login/GNUmakefile src/char/GNUmakefile src/map/GNUmakefile src/ladmin/GNUmakefile conf cd src ; cd common ; $(MAKE) $(MKDEF) $@ ; cd .. -- cgit v1.2.3-70-g09d2