This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2024-12-13 04:28:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2ac841f18b
scummvm
/
engines
/
module.mk
8 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-23 00:42:35 +00:00
MODULE
:=
engines
Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk svn-id: r20584
2006-02-12 00:16:31 +00:00
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-23 00:42:35 +00:00
MODULE_OBJS
:=
\
engine.o
update make subsystem svn-id: r22591
2006-05-23 23:51:59 +00:00
Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the linker dependency graph). Porters will have to update project files svn-id: r23974
2006-09-23 00:42:35 +00:00
# Include common rules
i
n
c
l
u
d
e
$(
srcdir
)
/
r
u
l
e
s
.
m
k
Reference in New Issue
Copy Permalink