parent
46d1179b17
commit
b4da3c68f0
@ -1,10 +0,0 @@ |
||||
#!/bin/sh |
||||
|
||||
tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \ |
||||
--exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \ |
||||
--exclude 'build-*' --exclude data --exclude tags --exclude Makefile \ |
||||
--exclude 'doc' --exclude 'nvidia-texture-tools-*.tar.gz' \ |
||||
--exclude '*.user' -s ',^,nvidia-texture-tools/,' * |
||||
# --exclude '*.user' --transform 's,^,nvidia-texture-tools/,' * |
||||
# --exclude '*.user' * |
||||
|
@ -0,0 +1,23 @@ |
||||
|
||||
mkdir dist |
||||
|
||||
mkdir dist\lib |
||||
mkdir dist\lib64 |
||||
mkdir dist\bin |
||||
mkdir dist\bin64 |
||||
mkdir dist\include |
||||
mkdir dist\include\nvtt |
||||
|
||||
copy Release.Win32\bin\nvcompress.exe dist\bin |
||||
copy Release.Win32\bin\nvdecompress.exe dist\bin |
||||
copy Release.Win32\bin\nvtt.dll dist\bin |
||||
copy Release.Win32\bin\nvtt.pdb dist\bin |
||||
copy Release.Win32\lib\nvtt.lib dist\lib |
||||
|
||||
copy Release.x64\bin\nvcompress.exe dist\bin64 |
||||
copy Release.x64\bin\nvdecompress.exe dist\bin64 |
||||
copy Release.x64\bin\nvtt.dll dist\bin64 |
||||
copy Release.x64\bin\nvtt.pdb dist\bin64 |
||||
copy Release.x64\lib\nvtt.lib dist\lib64 |
||||
|
||||
copy Release.Win32\include\nvtt\nvtt.h dist\include\nvtt\nvtt.h |
Loading…
Reference in new issue