updated "dist" Makefile target to use cp instead of svn export; added dist to .hgignore
This commit is contained in:
parent
4d726dbf62
commit
66b0bd3da5
@ -4,3 +4,4 @@ glob:*.o
|
|||||||
^anaglym$
|
^anaglym$
|
||||||
^sdl_keymap.cc$
|
^sdl_keymap.cc$
|
||||||
^sdl_keymap.h$
|
^sdl_keymap.h$
|
||||||
|
glob:dist
|
||||||
|
4
Makefile
4
Makefile
@ -113,8 +113,8 @@ sdl_keymap.cc: gen-sdl-keymap.pl
|
|||||||
dist: all
|
dist: all
|
||||||
-rm -rf $@
|
-rm -rf $@
|
||||||
-mkdir -p $@
|
-mkdir -p $@
|
||||||
svn export lib $@/lib
|
cp -a lib $@/lib
|
||||||
svn export doc $@/doc
|
cp -a doc $@/doc
|
||||||
cp $(TARGET) $@
|
cp $(TARGET) $@
|
||||||
ifeq ($(PLATFORM),PLATFORM_WINDOWS)
|
ifeq ($(PLATFORM),PLATFORM_WINDOWS)
|
||||||
# copy DLLs to distribution directory
|
# copy DLLs to distribution directory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user