Skip to content

Commit f594b79

Browse files
committed
fix timer build files
1 parent ad5894d commit f594b79

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

examples/buildall.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,9 @@ cd ../tests-audio
8181
$make clean
8282
$make
8383

84+
cd ../tests-timer
85+
$make clean
86+
$make
87+
8488

8589

examples/buildbundle.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ cp tests-d2d/*.wasm dist/tests-d2d
5555
cp tests-d2d/*.jpg dist/tests-d2d
5656
cp lib/*.wasm dist/lib/
5757
cp tests-audio/*.wasm dist/tests-audio
58-
cp tests-audio/*.mp3 dist/tests-audio
58+
cp tests-audio/*.mp3 dist/tests-audio
59+
cp tests-timer/*.wasm dist/tests-timer
60+

examples/lib/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pre-build:
2828
twrlibex.js: index.html twrlibex.ts
2929
tsc
3030

31-
out/testex.o: testex.c twr-ex.h twr-library.h
31+
out/testex.o: testex.c twr-ex.h
3232
$(CC) $(CFLAGS_DEBUG) $< -o $@
3333
# use CFLAGS_DEBUG to build with debug symbols
3434

twr-wasm.code-workspace

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"uchar.h": "c",
101101
"type_traits": "c",
102102
"twr-ex.h": "c",
103-
"twr-library.h": "c",
104103
"twr-audio.h": "c"
105104
},
106105
//"C_Cpp.default.compilerPath": "C:/msys64/ucrt64/bin/gcc.exe",

0 commit comments

Comments
 (0)