From 8ead043a524ffedc634663779a49730cc5da8d97 Mon Sep 17 00:00:00 2001 From: Jonas Kümmerlin Date: Fri, 28 Dec 2018 22:55:27 +0100 Subject: create class name automatically --- Makefile.mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.mingw') diff --git a/Makefile.mingw b/Makefile.mingw index 5a0d289..796496a 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -2,7 +2,7 @@ CXX = i686-w64-mingw32-c++ CFLAGS = -std=c++98 -Wall -Wextra -mwindows -municode -DUNICODE -D_UNICODE -fno-exceptions -fno-rtti -gstabs -LDFLAGS = -luser32 -lcomctl32 -lshell32 -lversion -static +LDFLAGS = -luser32 -lcomctl32 -lshell32 -lrpcrt4 -lversion -static out/widgetfactory.exe: out/widgetfactory.o out/alfbutton.o out/alfcompat.o out/alf.o out/alfdpiaware.o out/alfedit.o out/alflabel.o $(CXX) $(CFLAGS) -o $@ $^ $(LDFLAGS) -- cgit v1.2.3