From 54ddbce7f6fb2958859a8a89577ecd7e1edaee26 Mon Sep 17 00:00:00 2001 From: Roy Qu Date: Fri, 25 Feb 2022 20:04:31 +0800 Subject: [PATCH] update templates --- windows/templates/CL_GLUT.template | 3 +-- windows/templates/CL_Turtle.template | 2 +- windows/templates/raylib_3d_shader.template | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/windows/templates/CL_GLUT.template b/windows/templates/CL_GLUT.template index e16db4bc..6faecdd2 100644 --- a/windows/templates/CL_GLUT.template +++ b/windows/templates/CL_GLUT.template @@ -23,7 +23,6 @@ C=CL_GLUT_glmatrix.c.txt UnitCount=3 Type=0 IsCpp=0 -linker=-lm -lfreeglut.dll -lopengl32 -lwinmm -lgdi32_@@__@@_ - +linker=-lm -lfreeglut.dll -lopengl32 -lwinmm -lgdi32 diff --git a/windows/templates/CL_Turtle.template b/windows/templates/CL_Turtle.template index 5bf6697d..6ea7fb15 100644 --- a/windows/templates/CL_Turtle.template +++ b/windows/templates/CL_Turtle.template @@ -16,5 +16,5 @@ Cpp=CL_Turtle_cpp.txt UnitCount=1 Type=0 IsCpp=1 -linker=-lturtle -lgraphics -luuid -lmsimg32 -lgdi32 -limm32 -lole32 -loleaut32 -lwinmm -lgdiplus_@@__@@_ +linker=-lturtle -lgraphics -luuid -lmsimg32 -lgdi32 -limm32 -lole32 -loleaut32 -lwinmm -lgdiplus diff --git a/windows/templates/raylib_3d_shader.template b/windows/templates/raylib_3d_shader.template index 5fe22e98..c854c02a 100644 --- a/windows/templates/raylib_3d_shader.template +++ b/windows/templates/raylib_3d_shader.template @@ -24,5 +24,5 @@ Target=fragment_shader.fs UnitCount=3 Type=1 IsCpp=0 -linker=-lraylib -lopengl32 -lgdi32 -lwinmm_@@__@@_ +linker=-lraylib -lopengl32 -lgdi32 -lwinmm