Browse Source

shell scripts

frankinshtein 9 years ago
parent
commit
11345eecbd

+ 1 - 1
3rdPartyTools/linux/PVRTexToolCLI

@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
 #!/usr/bin/env sh
-python ../../tools/oxyresbuild.py -x xmls/res.xml --src_data data --dest_data data
+./../../tools/oxyresbuild -x xmls/res.xml --src_data data --dest_data data

+ 1 - 1
examples/Demo/prepare_res_pvrtc.sh

@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
 #!/usr/bin/env sh
-python ../../tools/oxyresbuild.py -x xmls/res.xml --src_data data --dest_data data --compress pvrtc
+./../../tools/oxyresbuild -x xmls/res.xml --src_data data --dest_data data --compress pvrtc

+ 1 - 1
examples/Demo/prepare_res_pvrtc_high_quality.sh

@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
 #!/usr/bin/env sh
-python ../../tools/oxyresbuild.py -x xmls/res.xml --src_data data --dest_data data --compress pvrtc -q best
+./../../tools/oxyresbuild -x xmls/res.xml --src_data data --dest_data data --compress pvrtc -q best

BIN
examples/Game/part5/data/ui.xml.ox/atlas/1_0.png


BIN
examples/Game/part5/data/ui.xml.ox/atlas/2_0.png


File diff suppressed because it is too large
+ 0 - 0
examples/Game/part5/data/ui.xml.ox/meta.xml


+ 1 - 1
examples/Game/part5/gen-atlasses-android(ETC1).sh

@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
 #!/usr/bin/env sh
-python ../../../tools/oxyresbuild.py -x xmls/ui.xml --src_data data --dest_data data --compress etc1
+./../../../tools/oxyresbuild -x xmls/ui.xml --src_data data --dest_data data --compress etc1

+ 1 - 1
examples/Game/part5/gen-atlasses-ios(PVRTC).sh

@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
 #!/usr/bin/env sh
-python ../../../tools/oxyresbuild.py -x xmls/ui.xml --src_data data --dest_data data --compress pvrtc --quality best
+./../../../tools/oxyresbuild -x xmls/ui.xml --src_data data --dest_data data --compress pvrtc --quality best

+ 1 - 1
examples/Game/part5/gen-atlasses-low-definition.sh

@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
 #!/usr/bin/env sh
-python ../../../tools/oxyresbuild.py -x xmls/ui.xml --src_data data --dest_data data -s 0.5 -r
+./../../../tools/oxyresbuild -x xmls/ui.xml --src_data data --dest_data data -s 0.5 -r

+ 1 - 1
examples/Game/part5/gen-atlasses.sh

@@ -1,2 +1,2 @@
 #!/usr/bin/env sh
 #!/usr/bin/env sh
-python ../../../tools/oxyresbuild.py -x xmls/ui.xml --src_data data --dest_data data
+./../../../tools/oxyresbuild -x xmls/ui.xml --src_data data --dest_data data

Some files were not shown because too many files changed in this diff