Commit 12dedc5f authored by chenhaowen's avatar chenhaowen

add: shared lib name with version

parent dcf30090
...@@ -22,9 +22,9 @@ endif ...@@ -22,9 +22,9 @@ endif
ifeq ($(LANG),) ifeq ($(LANG),)
LIBS+= -lws2_32 LIBS+= -lws2_32
DLLNAME=gdut-drcom.dll DLLNAME=gdut-drcom.dll.$(VERSION)
else else
DLLNAME=gdut-drcom.so DLLNAME=gdut-drcom.so.$(VERSION)
endif endif
gdut-drcom: $(objects) gdut-drcom.o gdut-drcom: $(objects) gdut-drcom.o
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment