This website requires JavaScript.
Explore
Help
janware
/
jw-pkg
Watch
1
mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced
2026-01-15 20:13:32 +01:00
Code
Activity
3dd55cf067
jw-pkg
/
make
/
platform.mk
7 lines
109 B
Makefile
Raw
Normal View
History
Unescape
Escape
platform.mk: Fix ifndef TARGET condition
2009-07-12 19:30:17 +00:00
i
f
n
d
e
f
T
A
R
G
E
T
$(MODDIR)/make/defs.mk: Split off defs-cpp.mk with C++ definitions C++ definitions are numerous, and they shouldn't pollute variable space and performance outside of directories containing C++ files. This commit pushes them into a defs-cpp.mk file. Signed-off-by: Jan Lindemann <jan@janware.com>
2019-02-27 20:46:54 +00:00
ifneq
(
$(
findstring mingw,
$(
shell
pwd
)
)
,
)
TARGET :
=
mingw
endif
platform.mk: Add file
2009-07-09 11:53:53 +00:00
e
n
d
i
f
Copy permalink