From d920e5d62020d751ccaa3491cc66275ade749011 Mon Sep 17 00:00:00 2001 From: quou Date: Fri, 27 Dec 2024 18:52:48 +1100 Subject: building and running on windows with visual studio --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68b6b62..1ac5f97 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ target = c2 data_dir = data shaders = $(data_dir)/triangle.csh $(data_dir)/ui.csh textures = $(data_dir)/22.tex $(data_dir)/kita.tex -packed_files = $(shaders) $(textures) +packed_files = $(notdir $(shaders)) $(notdir $(textures)) tools = qstd cfg sc objects = app.o c2.o video.o pipeline.o asset.o ui.o maths.o includes = -Iqstd -- cgit v1.2.3-54-g00ecf