Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
tyrquake
Commits
5d37de69
Commit
5d37de69
authored
Sep 09, 2015
by
Libretro-Admin
Browse files
Move files to common/
parent
a159e712
Changes
85
Hide whitespace changes
Inline
Side-by-side
Makefile.common
View file @
5d37de69
INCFLAGS
:=
\
INCFLAGS
:=
\
-I
$(CORE_DIR)
\
-I
$(CORE_DIR)
\
-I
$(CORE_DIR)
/NQ
\
-I
$(CORE_DIR)
/libretro-common/include
\
-I
$(CORE_DIR)
/libretro-common/include
\
-I
$(CORE_DIR)
/include
-I
$(CORE_DIR)
/include
SOURCES_C
:=
$(CORE_DIR)
/libretro-common/file/retro_dirent.c
\
SOURCES_C
:=
$(CORE_DIR)
/libretro-common/file/retro_dirent.c
\
$(CORE_DIR)
/
NQ
/cl_input.c
\
$(CORE_DIR)
/
common
/cl_input.c
\
$(CORE_DIR)
/common/cd_common.c
\
$(CORE_DIR)
/common/cd_common.c
\
$(CORE_DIR)
/common/alias_model.c
\
$(CORE_DIR)
/common/alias_model.c
\
$(CORE_DIR)
/
NQ
/chase.c
\
$(CORE_DIR)
/
common
/chase.c
\
$(CORE_DIR)
/
NQ
/cl_demo.c
\
$(CORE_DIR)
/
common
/cl_demo.c
\
$(CORE_DIR)
/
NQ
/cl_main.c
\
$(CORE_DIR)
/
common
/cl_main.c
\
$(CORE_DIR)
/
NQ
/cl_parse.c
\
$(CORE_DIR)
/
common
/cl_parse.c
\
$(CORE_DIR)
/
NQ
/cl_tent.c
\
$(CORE_DIR)
/
common
/cl_tent.c
\
$(CORE_DIR)
/common/common.c
\
$(CORE_DIR)
/common/common.c
\
$(CORE_DIR)
/common/cmd.c
\
$(CORE_DIR)
/common/cmd.c
\
$(CORE_DIR)
/common/crc.c
\
$(CORE_DIR)
/common/crc.c
\
...
@@ -30,15 +29,15 @@ SOURCES_C := $(CORE_DIR)/libretro-common/file/retro_dirent.c \
...
@@ -30,15 +29,15 @@ SOURCES_C := $(CORE_DIR)/libretro-common/file/retro_dirent.c \
$(CORE_DIR)
/common/d_surf.c
\
$(CORE_DIR)
/common/d_surf.c
\
$(CORE_DIR)
/common/d_vars.c
\
$(CORE_DIR)
/common/d_vars.c
\
$(CORE_DIR)
/common/draw.c
\
$(CORE_DIR)
/common/draw.c
\
$(CORE_DIR)
/
NQ
/host.c
\
$(CORE_DIR)
/
common
/host.c
\
$(CORE_DIR)
/
NQ
/host_cmd.c
\
$(CORE_DIR)
/
common
/host_cmd.c
\
$(CORE_DIR)
/common/keys.c
\
$(CORE_DIR)
/common/keys.c
\
$(CORE_DIR)
/common/mathlib.c
\
$(CORE_DIR)
/common/mathlib.c
\
$(CORE_DIR)
/
NQ
/menu.c
\
$(CORE_DIR)
/
common
/menu.c
\
$(CORE_DIR)
/common/model.c
\
$(CORE_DIR)
/common/model.c
\
$(CORE_DIR)
/
NQ
/net_common.c
\
$(CORE_DIR)
/
common
/net_common.c
\
$(CORE_DIR)
/
NQ
/net_loop.c
\
$(CORE_DIR)
/
common
/net_loop.c
\
$(CORE_DIR)
/
NQ
/net_main.c
\
$(CORE_DIR)
/
common
/net_main.c
\
$(CORE_DIR)
/common/pr_cmds.c
\
$(CORE_DIR)
/common/pr_cmds.c
\
$(CORE_DIR)
/common/pr_exec.c
\
$(CORE_DIR)
/common/pr_exec.c
\
$(CORE_DIR)
/common/pr_edict.c
\
$(CORE_DIR)
/common/pr_edict.c
\
...
@@ -58,21 +57,21 @@ SOURCES_C := $(CORE_DIR)/libretro-common/file/retro_dirent.c \
...
@@ -58,21 +57,21 @@ SOURCES_C := $(CORE_DIR)/libretro-common/file/retro_dirent.c \
$(CORE_DIR)
/common/r_vars.c
\
$(CORE_DIR)
/common/r_vars.c
\
$(CORE_DIR)
/common/r_surf.c
\
$(CORE_DIR)
/common/r_surf.c
\
$(CORE_DIR)
/common/rb_tree.c
\
$(CORE_DIR)
/common/rb_tree.c
\
$(CORE_DIR)
/
NQ
/sbar.c
\
$(CORE_DIR)
/
common
/sbar.c
\
$(CORE_DIR)
/common/screen.c
\
$(CORE_DIR)
/common/screen.c
\
$(CORE_DIR)
/common/shell.c
\
$(CORE_DIR)
/common/shell.c
\
$(CORE_DIR)
/common/snd_dma.c
\
$(CORE_DIR)
/common/snd_dma.c
\
$(CORE_DIR)
/common/snd_mem.c
\
$(CORE_DIR)
/common/snd_mem.c
\
$(CORE_DIR)
/common/snd_mix.c
\
$(CORE_DIR)
/common/snd_mix.c
\
$(CORE_DIR)
/common/sprite_model.c
\
$(CORE_DIR)
/common/sprite_model.c
\
$(CORE_DIR)
/
NQ
/sv_main.c
\
$(CORE_DIR)
/
common
/sv_main.c
\
$(CORE_DIR)
/common/sv_move.c
\
$(CORE_DIR)
/common/sv_move.c
\
$(CORE_DIR)
/
NQ
/sv_phys.c
\
$(CORE_DIR)
/
common
/sv_phys.c
\
$(CORE_DIR)
/
NQ
/sv_user.c
\
$(CORE_DIR)
/
common
/sv_user.c
\
$(CORE_DIR)
/common/sys_libretro.c
\
$(CORE_DIR)
/common/sys_libretro.c
\
$(CORE_DIR)
/
NQ
/view.c
\
$(CORE_DIR)
/
common
/view.c
\
$(CORE_DIR)
/common/wad.c
\
$(CORE_DIR)
/common/wad.c
\
$(CORE_DIR)
/common/zone.c
\
$(CORE_DIR)
/common/zone.c
\
$(CORE_DIR)
/common/world.c
$(CORE_DIR)
/common/world.c
SOURCES_C
+=
$(CORE_DIR)
/
NQ
/net_none.c
SOURCES_C
+=
$(CORE_DIR)
/
common
/net_none.c
include
/adivtab.h
→
common
/adivtab.h
View file @
5d37de69
File moved
include
/anorm_dots.h
→
common
/anorm_dots.h
View file @
5d37de69
File moved
include
/anorms.h
→
common
/anorms.h
View file @
5d37de69
File moved
include
/boolean.h
→
common
/boolean.h
View file @
5d37de69
File moved
include
/bspfile.h
→
common
/bspfile.h
View file @
5d37de69
File moved
include
/cdaudio.h
→
common
/cdaudio.h
View file @
5d37de69
File moved
include
/cdaudio_driver.h
→
common
/cdaudio_driver.h
View file @
5d37de69
File moved
NQ
/chase.c
→
common
/chase.c
View file @
5d37de69
File moved
NQ
/cl_demo.c
→
common
/cl_demo.c
View file @
5d37de69
File moved
NQ
/cl_input.c
→
common
/cl_input.c
View file @
5d37de69
File moved
NQ
/cl_main.c
→
common
/cl_main.c
View file @
5d37de69
File moved
NQ
/cl_parse.c
→
common
/cl_parse.c
View file @
5d37de69
File moved
NQ
/cl_tent.c
→
common
/cl_tent.c
View file @
5d37de69
File moved
NQ
/client.h
→
common
/client.h
View file @
5d37de69
File moved
include
/cmd.h
→
common
/cmd.h
View file @
5d37de69
File moved
include
/common.h
→
common
/common.h
View file @
5d37de69
File moved
NQ
/conproc.c
→
common
/conproc.c
View file @
5d37de69
File moved
NQ
/conproc.h
→
common
/conproc.h
View file @
5d37de69
File moved
include
/console.h
→
common
/console.h
View file @
5d37de69
File moved
Prev
1
2
3
4
5
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment