Skip to content

Commit 920f88b

Browse files
pgervaisfundamental
authored andcommitted
Renamed test-libversion.c to zest.c
The 'zest' binary's main lives in this file, it is more logical to call it by the name of the generated binary.
1 parent 2b2a60c commit 920f88b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ linux:
2222
$(CFLAGS) \
2323
`pkg-config --libs libuv` -lm -lX11 -lGL -lpthread \
2424
$(LDFLAGS)
25-
$(CC) test-libversion.c deps/pugl/pugl/pugl_x11.c \
25+
$(CC) zest.c deps/pugl/pugl/pugl_x11.c \
2626
$(CFLAGS) \
2727
-DPUGL_HAVE_GL \
2828
-ldl -o zest -lX11 -lGL -lpthread -I deps/pugl -std=gnu99 -Wno-trigraphs \
@@ -41,7 +41,7 @@ osx: deps/libuv.a
4141
./deps/libnanovg.a \
4242
src/osc-bridge/libosc-bridge.a \
4343
./deps/libuv/.libs/libuv.a -lm -framework OpenGL -lpthread
44-
$(CC) test-libversion.c deps/pugl/build/libpugl-0.a -ldl -o zest -framework OpenGL -framework AppKit -lpthread -I deps/pugl -std=gnu99
44+
$(CC) zest.c deps/pugl/build/libpugl-0.a -ldl -o zest -framework OpenGL -framework AppKit -lpthread -I deps/pugl -std=gnu99
4545

4646
windows: buildpuglwin deps/libuv-win.a
4747
ruby ./rebuild-fcache.rb
@@ -54,7 +54,7 @@ windows: buildpuglwin deps/libuv-win.a
5454
src/osc-bridge/libosc-bridge.a \
5555
./deps/libuv-win.a \
5656
-lm -lpthread -lws2_32 -lkernel32 -lpsapi -luserenv -liphlpapi -lglu32 -lgdi32 -lopengl32
57-
$(CC) -mstackrealign -DWIN32 test-libversion.c deps/pugl/build/libpugl-0.a -o zest.exe -lpthread -I deps/pugl -std=c99 -lws2_32 -lkernel32 -lpsapi -luserenv -liphlpapi -lglu32 -lgdi32 -lopengl32
57+
$(CC) -mstackrealign -DWIN32 zest.c deps/pugl/build/libpugl-0.a -o zest.exe -lpthread -I deps/pugl -std=c99 -lws2_32 -lkernel32 -lpsapi -luserenv -liphlpapi -lglu32 -lgdi32 -lopengl32
5858

5959
# Bypass PUGL's WAF builder by manually build according to WAF-generated cmdline
6060
buildpuglwin:

test-libversion.c zest.c

File renamed without changes.

0 commit comments

Comments
 (0)