Browse Source

Add libRack to SDK dist

tags/v0.6.0
Andrew Belt 7 years ago
parent
commit
efd8fdf798
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@@ -192,6 +192,9 @@ endif
cp *.mk dist/Rack-SDK/
mkdir -p dist/Rack-SDK/dep/
cp -R dep/include dist/Rack-SDK/dep/
ifeq ($(ARCH), win)
cp libRack.a dist/Rack-SDK/
endif
cd dist && zip -5 -r Rack-SDK-$(VERSION)-$(ARCH).zip Rack-SDK




Loading…
Cancel
Save