ryzomhome.patch

mfc_alpha, 05/07/2010 01:32 pm

Download (21.4 kB)

b/code/nel/samples/3d/font/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/cvs/code/nel/src \
16
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/cvs/code/nel/src \
16
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
17 17
				-I/usr/local/include \
18 18
				-I/usr/local/include/freetype2
19 19

20 20
# The flags for the linker
21
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
21
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
22 22
				-L/home/installs/STLport-4.0/lib \
23 23
				-L/usr/local/lib \
24 24
				-lnelmisc \
b/code/nel/samples/misc/command/Makefile Fri May 07 13:21:59 2010 +0200
13 13

14 14
# The flags for the C++ compiler
15 15
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
16
				-I$(HOME)/cvs/code/nel/include \
17
				-I$(HOME)/installs/STLport-4.0/stlport \
16
				-I$(RYZOM_HOME)/cvs/code/nel/include \
17
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
18 18
				-I/usr/local/include \
19 19
				-I/usr/local/include/freetype2
20 20

21 21
# The flags for the linker
22
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
22
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
23 23
				-L/home/installs/STLport-4.0/lib \
24 24
				-L/usr/local/lib \
25 25
				-lnelmisc \
b/code/nel/samples/misc/configfile/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/misc/debug/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15 15
				-I/usr/include/stlport \
16 16
				-I/usr/include/freetype2
17 17

18 18
# The flags for the linker
19
LDFLAGS      = -L$(HOME)/install/release/lib \
19
LDFLAGS      = -L$(RYZOM_HOME)/install/release/lib \
20 20
				-L/home/installs/STLport-4.0/lib \
21 21
				-L/usr/local/lib \
22 22
				-lnelmisc \
b/code/nel/samples/misc/log/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/misc/strings/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/misc/types_check/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/net/class_transport/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/net/login_system/Makefile Fri May 07 13:21:59 2010 +0200
12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14 14
				-I/home/installs/STLport-4.0/stlport \
15
				-I$(HOME)/install/release/include \
15
				-I$(RYZOM_HOME)/install/release/include \
16 16
				-I/usr/local/include \
17 17

18 18
# The flags for the linker
19 19
LDFLAGS      = \
20 20
				-L/home/installs/STLport-4.0/lib \
21
				-L$(HOME)/install/release/lib \
21
				-L$(RYZOM_HOME)/install/release/lib \
22 22
				-L/usr/local/lib \
23 23
				-L/usr/lib \
24 24
				-lnelmisc \
b/code/nel/samples/net/multi_shards/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/net/net_layer3/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/net/net_layer4/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/cvs/code/nel/include \
15
				-I$(HOME)/installs/STLport-4.0/stlport \
14
				-I$(RYZOM_HOME)/cvs/code/nel/include \
15
				-I$(RYZOM_HOME)/installs/STLport-4.0/stlport \
16 16
				-I/usr/local/include \
17 17
				-I/usr/local/include/freetype2
18 18

19 19
# The flags for the linker
20
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
20
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
21 21
				-L/home/installs/STLport-4.0/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
b/code/nel/samples/net/net_layer5/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
				-I$(HOME)/install/release/include \
14
				-I$(RYZOM_HOME)/install/release/include \
15 15
				-I/home/installs/STLport-4.5.1/stlport \
16 16
				-I/usr/local/include
17 17

18 18
# The flags for the linker
19
LDFLAGS      = -L$(HOME)/install/release/lib \
19
LDFLAGS      = -L$(RYZOM_HOME)/install/release/lib \
20 20
				-L/home/installs/STLport-4.5.1/lib \
21 21
				-L/usr/local/lib \
22 22
				-lnelmisc \
b/code/nel/samples/net/service/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE -DNL_RELEASE_DEBUG \
14
				-I$(HOME)/install/release/include \
14
				-I$(RYZOM_HOME)/install/release/include \
15 15
				-I/usr/include/stlport \
16 16
				-I/usr/include
17 17

18 18
# The flags for the linker
19
LDFLAGS      = -L$(HOME)/install/release/lib \
19
LDFLAGS      = -L$(RYZOM_HOME)/install/release/lib \
20 20
				-L/usr/lib \
21 21
				-L/usr/local/lib \
22 22
				-lnelnet \
b/code/nel/samples/net/udp/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
14
                                -I$(HOME)/install/debug/include \
14
                                -I$(RYZOM_HOME)/install/debug/include \
15 15
                                -I/home/installs/STLport-4.5.1/stlport \
16 16
                                -I/usr/local/include \
17 17

18 18
# The flags for the linker
19
LDFLAGS      = -L$(HOME)/build/debug/nel/lib \
19
LDFLAGS      = -L$(RYZOM_HOME)/build/debug/nel/lib \
20 20
                                -L/home/installs/STLport-4.5.1/lib \
21 21
                                -L/usr/local/lib \
22 22
                                -lnelmisc \
b/code/nel/tools/misc/bnp_make/Makefile Fri May 07 13:21:59 2010 +0200
13 13

14 14
# The flags for the C++ compiler
15 15
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE \
16
				-I$(HOME)/cvs/code/nel/include \
16
				-I$(RYZOM_HOME)/cvs/code/nel/include \
17 17
				-I/usr/include/stlport \
18 18
				-I/usr/include
19 19

20 20
# The flags for the linker
21
LDFLAGS      = -L$(HOME)/install/release/lib \
21
LDFLAGS      = -L$(RYZOM_HOME)/install/release/lib \
22 22
				-L/usr/local/lib \
23 23
				-lnelmisc \
24 24
				-lstlport \
b/code/nel/tools/misc/make_sheet_id/Makefile Fri May 07 13:21:59 2010 +0200
11 11

12 12
# The flags for the C++ compiler
13 13
CXXFLAGS     = -g -pipe -D_REENTRANT -D_GNU_SOURCE -DNL_RELEASE \
14
				-I$(HOME)/code/nel/include
14
				-I$(RYZOM_HOME)/code/nel/include
15 15

16 16
# The flags for the linker
17
LDFLAGS      = -L$(HOME)/code/install/release/lib \
17
LDFLAGS      = -L$(RYZOM_HOME)/code/install/release/lib \
18 18
				-lnelmisc \
19 19
				-lpthread \
20 20
				-lrt \
b/code/ryzom/Makefile Fri May 07 13:21:59 2010 +0200
2 2
MAKE_ALL_ARGS=-j2
3 3
CXX=g++
4 4
CC=g++
5
BIN_DIR=$(HOME)/code/ryzom/tools/scripts/linux
5
BIN_DIR=$(RYZOM_HOME)/code/ryzom/tools/scripts/linux
6 6

7 7
night:
8 8
	+make $(MAKE_NIGHT_ARGS) -k -C common night CXX=$(CXX)
b/code/ryzom/Rules.mk Fri May 07 13:21:59 2010 +0200
1 1
#############################################################################
2 2
# A few basic default rules and intrinsic rules
3 3

4
RYZOM_PATH=/home/mathieu/Sources/ryzom/code/ryzom
4 5
# Load objects dependencies
5 6
ifeq (Dependencies.mk,$(wildcard Dependencies.mk))
6 7
include Dependencies.mk
b/code/ryzom/Variables.mk Fri May 07 13:21:59 2010 +0200
20 20
DIR_DBG_on    = debug
21 21
DIR_DBG_off   = release
22 22

23
PACK_SHEETS_FLAGS = -A/home/nevrax/code/ryzom/server -L/home/nevrax/code/ryzom/server -C/home/nevrax/code/ryzom/server/sheet_pack_cfg -Q --nons
23
PACK_SHEETS_FLAGS = -A$(RYZOM_HOME)/code/ryzom/server -L$(RYZOM_HOME)/code/ryzom/server -C$(RYZOM_HOME)/code/ryzom/server/sheet_pack_cfg -Q --nons
24 24

25
NEL_PATH = $(HOME)/code/install/$(DIR_DBG_$(DBG))
26
RYZOM_PATH = $(HOME)/code/ryzom
25
NEL_PATH = $(RYZOM_HOME)/code/install/$(DIR_DBG_$(DBG))
26
RYZOM_PATH = $(RYZOM_HOME)/code/ryzom
27 27

28
NEL_INCLUDE = $(HOME)/code/nel/include
28
NEL_INCLUDE = $(RYZOM_HOME)/code/nel/include
29 29
RYZOM_COMMON_SRC = $(RYZOM_PATH)/common/src
30 30

31 31
ifeq (Objects.mk,$(wildcard Objects.mk))
b/code/ryzom/client/src/Makefile Fri May 07 13:21:59 2010 +0200
16 16
CXXFLAGS     = $(WWWFLAGS) $(LUAFLAGS) \
17 17
		$(FLAGS_CMN) $(FLAGS_DBG_$(DBG)) \
18 18
		-I/usr/include/libxml2 \
19
		-I$(HOME)/code/luabind \
20
		-I$(HOME)/code/nel/include \
19
		-I$(RYZOM_HOME)/code/luabind \
20
		-I$(RYZOM_HOME)/code/nel/include \
21 21
		-I$(RYZOM_PATH)/common/src \
22 22
		-I$(RYZOM_PATH)/client/src/seven_zip \
23 23
		-I.. \
b/code/ryzom/client/src/client_sheets/Makefile Fri May 07 13:21:59 2010 +0200
9 9

10 10
# The flags for the C++ compiler
11 11
CXXFLAGS     = $(FLAGS_CMN) $(FLAGS_DBG_$(DBG)) \
12
		-I$(HOME)/code/nel/include \
12
		-I$(RYZOM_HOME)/code/nel/include \
13 13
		-I$(RYZOM_PATH)/common/src \
14 14
		-I.. \
15 15
		-I.
b/code/ryzom/client/src/seven_zip/Makefile Fri May 07 13:21:59 2010 +0200
10 10
# The flags for the C++ compiler
11 11
CXXFLAGS     = $(FLAGS_CMN) $(FLAGS_DBG_$(DBG)) \
12 12
		-D_SZ_ONE_DIRECTORY \
13
		-I$(HOME)/code/nel/include \
13
		-I$(RYZOM_HOME)/code/nel/include \
14 14
		-I$(RYZOM_PATH)/common/src \
15 15
		-I.. \
16 16
		-I.
b/code/ryzom/common/Makefile Fri May 07 13:21:59 2010 +0200
2 2
MAKE_ALL_ARGS=-j2
3 3
CXX=g++
4 4
CC=g++
5
BIN_DIR=$(HOME)/code/ryzom/tools/scripts/linux
5
BIN_DIR=$(RYZOM_HOME)/code/ryzom/tools/scripts/linux
6 6

7 7
night:
8 8
	+make $(MAKE_NIGHT_ARGS) -k -C src night CXX=$(CXX)
b/code/ryzom/common/src/game_share/Makefile Fri May 07 13:21:59 2010 +0200
11 11
CXXFLAGS     = $(FLAGS_CMN) $(FLAGS_DBG_$(DBG)) \
12 12
		-I/usr/include/libxml2 \
13 13
		-I/usr/include/mysql \
14
		-I$(HOME)/code/nel/include \
15
		-I$(HOME)/code/ryzom/common/src \
14
		-I$(RYZOM_HOME)/code/nel/include \
15
		-I$(RYZOM_HOME)/code/ryzom/common/src \
16 16
		-I./ \
17 17
		-I./character_structure \
18 18
		-I./egs_sheets \
......
20 20
		-I./game_item_manager
21 21

22 22
# The flags for the linker
23
LDFLAGS      = 	$(LD_FLAGS_CMN) -L$(HOME)/install/$(DIR_DBG_$(DBG))/lib \
23
LDFLAGS      = 	$(LD_FLAGS_CMN) -L$(RYZOM_HOME)/install/$(DIR_DBG_$(DBG))/lib \
24 24
		-llibmysqlclient \
25 25
		-lnelnet \
26 26
		-lnelgeorges \
b/code/ryzom/server/Makefile Fri May 07 13:21:59 2010 +0200
2 2
MAKE_ALL_ARGS=-j2
3 3
CXX=g++
4 4
CC=g++
5
BIN_DIR=$(HOME)/code/ryzom/tools/scripts/linux
5
BIN_DIR=$(RYZOM_HOME)/code/ryzom/tools/scripts/linux
6 6

7 7
night:
8 8
	+make $(MAKE_NIGHT_ARGS) -k -C src night CXX=$(CXX)
b/code/ryzom/server/src/ai_share/Makefile Fri May 07 13:21:59 2010 +0200
20 20
		-lxml2
21 21

22 22
# The flags for the linker
23
LDFLAGS2      = 	-L$(HOME)/install/$(DIR_DBG_$(DBG))/lib \
23
LDFLAGS2      = 	-L$(RYZOM_HOME)/install/$(DIR_DBG_$(DBG))/lib \
24 24
		-lnelnet \
25 25
		-lnelgeorges \
26 26
		-lnelpacs \
27 27
		-L/usr/lib \
28 28
		-L/usr/X11R6/lib \
29
		-L$(HOME)/cvs/code/ryzom/src_v2/game_share \
29
		-L$(RYZOM_HOME)/cvs/code/ryzom/src_v2/game_share \
30 30
		-lnelmisc \
31 31
		-lxml2 \
32 32
		-lstlport \
b/code/ryzom/server/src/frontend_service/Makefile Fri May 07 13:21:59 2010 +0200
26 26
		-ldl
27 27

28 28
# The flags for the linker
29
LDFLAGS2      = 	-L$(HOME)/install/$(DIR_DBG_$(DBG))/lib \
29
LDFLAGS2      = 	-L$(RYZOM_HOME)/install/$(DIR_DBG_$(DBG))/lib \
30 30
		-lnelnet \
31 31
		-lxml2 \
32 32
		-L/usr/lib \
33 33
		-L/usr/X11R6/lib \
34
		-L$(HOME)/cvs/code/ryzom/src_v2/game_share \
34
		-L$(RYZOM_HOME)/cvs/code/ryzom/src_v2/game_share \
35 35
		-lc \
36 36
		-lgame_share \
37 37
		-lnelgeorges \
b/code/ryzom/server/src/server_share/Makefile Fri May 07 13:21:59 2010 +0200
11 11
CXXFLAGS     = $(FLAGS_CMN) $(FLAGS_DBG_$(DBG)) \
12 12
		-I/usr/include/libxml2 \
13 13
		-I/usr/include/mysql \
14
		-I$(HOME)/code/nel/include \
15
		-I$(HOME)/code/ryzom/common/src \
14
		-I$(RYZOM_HOME)/code/nel/include \
15
		-I$(RYZOM_HOME)/code/ryzom/common/src \
16 16
		-I./ \
17 17
		-I./character_structure \
18 18
		-I./egs_sheets \
......
20 20
		-I./game_item_manager
21 21

22 22
# The flags for the linker
23
LDFLAGS      = 	$(LD_FLAGS_CMN) -L$(HOME)/install/$(DIR_DBG_$(DBG))/lib \
23
LDFLAGS      = 	$(LD_FLAGS_CMN) -L$(RYZOM_HOME)/install/$(DIR_DBG_$(DBG))/lib \
24 24
		-llibmysqlclient \
25 25
		-lnelnet \
26 26
		-lnelgeorges \
b/code/ryzom/tools/scripts/linux/build Fri May 07 13:21:59 2010 +0200
49 49

50 50
# Set the source directory. Use the environment SRC_DIR variable, if it's
51 51
# not set, use $HOME/cvs as a default value
52
SRC_DIR="$HOME/code"
52
SRC_DIR="$RYZOM_HOME/code"
53 53

54 54
# Build diretories
55 55
BUILD_DEBUG="$SRC_DIR/build/debug"
b/code/ryzom/tools/scripts/linux/clean_log.sh Fri May 07 13:21:59 2010 +0200
1
rm ~/code/ryzom/server/*.log
2
rm ~/code/ryzom/server/core*
3
rm ~/code/ryzom/server/*core
4
rm ~/code/ryzom/server/v*_core.*
5
rm ~/code/ryzom/server/core*
1
rm $RYZOM_HOME/code/ryzom/server/*.log
2
rm $RYZOM_HOME/code/ryzom/server/core*
3
rm $RYZOM_HOME/code/ryzom/server/*core
4
rm $RYZOM_HOME/code/ryzom/server/v*_core.*
5
rm $RYZOM_HOME/code/ryzom/server/core*
b/code/ryzom/tools/scripts/linux/generate_packed_sheets.sh Fri May 07 13:21:59 2010 +0200
1 1

2
cd /home/nevrax/code/ryzom/server
2
cd $RYZOM_HOME/code/ryzom/server
3 3

4 4
shard stop
5 5

b/code/ryzom/tools/scripts/linux/make_all Fri May 07 13:21:59 2010 +0200
1 1
#!/bin/sh -
2 2

3
RYZOM_PATH="$HOME/code/ryzom"
3
RYZOM_PATH="$RYZOM_HOME/code/ryzom"
4 4

5 5
. $RYZOM_PATH/tools/scripts/linux/utilities
6 6

b/code/ryzom/tools/scripts/linux/shard Fri May 07 13:21:59 2010 +0200
1 1
#!/bin/sh
2
cd ~/code/ryzom/server
2
cd $RYZOM_HOME/code/ryzom/server
3 3
/bin/sh ryzom_domain_screen_wrapper.sh $*