| @@ -92,18 +92,6 @@ dist: all | |||||
| rm -rf dist | rm -rf dist | ||||
| mkdir -p dist | mkdir -p dist | ||||
| # Rack SDK | |||||
| mkdir -p dist/Rack-SDK | |||||
| cp LICENSE* dist/Rack-SDK/ | |||||
| cp *.mk dist/Rack-SDK/ | |||||
| cp -R include dist/Rack-SDK/ | |||||
| mkdir -p dist/Rack-SDK/dep/ | |||||
| cp -R dep/include dist/Rack-SDK/dep/ | |||||
| ifdef ARCH_WIN | |||||
| cp libRack.a dist/Rack-SDK/ | |||||
| endif | |||||
| cd dist && zip -5 -r Rack-SDK-$(VERSION)-$(ARCH).zip Rack-SDK | |||||
| # Rack | # Rack | ||||
| $(MAKE) -C plugins/Fundamental dist | $(MAKE) -C plugins/Fundamental dist | ||||
| @@ -160,6 +148,18 @@ ifdef ARCH_LIN | |||||
| cd dist && zip -5 -r Rack-$(VERSION)-$(ARCH).zip Rack | cd dist && zip -5 -r Rack-$(VERSION)-$(ARCH).zip Rack | ||||
| endif | endif | ||||
| # Rack SDK | |||||
| mkdir -p dist/Rack-SDK | |||||
| cp LICENSE* dist/Rack-SDK/ | |||||
| cp *.mk dist/Rack-SDK/ | |||||
| cp -R include dist/Rack-SDK/ | |||||
| mkdir -p dist/Rack-SDK/dep/ | |||||
| cp -R dep/include dist/Rack-SDK/dep/ | |||||
| ifdef ARCH_WIN | |||||
| cp libRack.a dist/Rack-SDK/ | |||||
| endif | |||||
| cd dist && zip -5 -r Rack-SDK-$(VERSION)-$(ARCH).zip Rack-SDK | |||||
| # Obviously this will only work if you have the private keys to my server | # Obviously this will only work if you have the private keys to my server | ||||
| UPLOAD_URL := vortico@vcvrack.com:files/ | UPLOAD_URL := vortico@vcvrack.com:files/ | ||||