Experimental support for Symbian S60 3rd edition

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3064 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
gewlitys
2008-08-31 00:34:29 +00:00
parent 7310148db6
commit 50664a6f71
24 changed files with 939 additions and 60 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ define act_mkdep_c
endef
define act_link
$(LINK) --create "$@".lib $^ $(LDFLAGS)
$(LINK) --create "$@" $^ $(LDFLAGS)
endef