Remove linux native libraries and automate configure.

This commit is contained in:
Paul Chote
2014-11-30 09:41:26 +13:00
parent c4967db0cc
commit 97e5473126
9 changed files with 5 additions and 26 deletions

View File

@@ -270,11 +270,6 @@ clean:
distclean: clean
platformdeps = "linux"
ifeq ($(shell uname),Darwin)
platformdeps = "osx"
endif
dependencies: cli-dependencies native-dependencies
cli-dependencies:
@@ -282,7 +277,7 @@ cli-dependencies:
@ $(CP_R) thirdparty/*.dll.config .
native-dependencies:
@ $(CP_R) thirdparty/${platformdeps}/* .
@./configure
version: mods/ra/mod.yaml mods/cnc/mod.yaml mods/d2k/mod.yaml mods/modchooser/mod.yaml
@for i in $? ; do \