added make-i386.sh

This commit is contained in:
Walter Julius Hennecke 2012-05-05 20:09:57 +02:00
parent 8571cebfa4
commit ad36255435
19 changed files with 69 additions and 0 deletions

View File

@ -0,0 +1,8 @@
build/release-linux-x86/ded/sv_bot.o: code/server/sv_bot.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h \
code/server/../botlib/botlib.h

Binary file not shown.

View File

@ -0,0 +1,7 @@
build/release-linux-x86/ded/sv_ccmds.o: code/server/sv_ccmds.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h

Binary file not shown.

View File

@ -0,0 +1,7 @@
build/release-linux-x86/ded/sv_client.o: code/server/sv_client.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h

Binary file not shown.

View File

@ -0,0 +1,8 @@
build/release-linux-x86/ded/sv_game.o: code/server/sv_game.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h \
code/server/../botlib/botlib.h

Binary file not shown.

View File

@ -0,0 +1,7 @@
build/release-linux-x86/ded/sv_init.o: code/server/sv_init.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h

Binary file not shown.

View File

@ -0,0 +1,7 @@
build/release-linux-x86/ded/sv_main.o: code/server/sv_main.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h

Binary file not shown.

View File

@ -0,0 +1,6 @@
build/release-linux-x86/ded/sv_net_chan.o: code/server/sv_net_chan.c \
code/server/../qcommon/q_shared.h code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h code/server/server.h \
code/server/../game/g_public.h code/server/../game/bg_public.h

Binary file not shown.

View File

@ -0,0 +1,7 @@
build/release-linux-x86/ded/sv_snapshot.o: code/server/sv_snapshot.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h

Binary file not shown.

View File

@ -0,0 +1,7 @@
build/release-linux-x86/ded/sv_world.o: code/server/sv_world.c \
code/server/server.h code/server/../qcommon/q_shared.h \
code/server/../qcommon/q_platform.h \
code/server/../qcommon/surfaceflags.h code/server/../qcommon/qcommon.h \
code/server/../qcommon/../qcommon/cm_public.h \
code/server/../qcommon/../qcommon/qfiles.h \
code/server/../game/g_public.h code/server/../game/bg_public.h

Binary file not shown.

5
make-i386.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
export ARCH=x86
exec make $*