We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae31ed commit e15e139Copy full SHA for e15e139
1 file changed
Makefile
@@ -122,7 +122,7 @@ GLFW_DEFINES = -D_GLFW_WIN32
122
GLFW_LIBS =
123
124
CFLAGS = -include $(RAYFORCE_DIR)/core/def.h -Wall -Wextra -std=$(STD) -g -O0 -D_CRT_SECURE_NO_WARNINGS -DDEBUG
125
-LIBS = -fuse-ld=lld -static -lws2_32 -lmswsock -lkernel32 -lopengl32 -lgdi32 -luser32 -lshell32 -ldbghelp
+LIBS = -fuse-ld=lld -static -Wl,/subsystem:windows -Wl,/entry:mainCRTStartup -lws2_32 -lmswsock -lkernel32 -lopengl32 -lgdi32 -luser32 -lshell32 -ldbghelp
126
TARGET = rayforce-ui.exe
127
endif
128
0 commit comments