diff options
| author | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 21:43:24 +0100 |
|---|---|---|
| committer | Jonas Kümmerlin <jonas@kuemmerlin.eu> | 2018-12-28 21:43:24 +0100 |
| commit | 774cbae7824e4410b5523762496c0ddb35da13d8 (patch) | |
| tree | 2e5474c2d7ca78059616fd61a8401a1c61da2935 /Makefile.mingw | |
| parent | 416fe35c67352dd23ad698d8f732545caee3d82d (diff) | |
create alfcompat.h header
Diffstat (limited to 'Makefile.mingw')
| -rw-r--r-- | Makefile.mingw | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 0ebb4f6..5a0d289 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -7,22 +7,22 @@ LDFLAGS = -luser32 -lcomctl32 -lshell32 -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) -out/alfbutton.o: alf/alfbutton.cpp alf/alf.h alf/alflist.h alf/alfpriv.h +out/alfbutton.o: alf/alfbutton.cpp alf/alfcompat.h alf/alf.h alf/alflist.h alf/alfpriv.h $(CXX) $(CFLAGS) -c -o $@ $< -out/alfcompat.o: alf/alfcompat.cpp alf/alf.h alf/alflist.h alf/alfpriv.h +out/alfcompat.o: alf/alfcompat.cpp alf/alfcompat.h alf/alf.h alf/alflist.h alf/alfpriv.h $(CXX) $(CFLAGS) -c -o $@ $< -out/alf.o: alf/alf.cpp alf/alf.h alf/alflist.h alf/alfpriv.h +out/alf.o: alf/alf.cpp alf/alfcompat.h alf/alf.h alf/alflist.h alf/alfpriv.h $(CXX) $(CFLAGS) -c -o $@ $< -out/alfdpiaware.o: alf/alfdpiaware.cpp alf/alf.h alf/alflist.h alf/alfpriv.h +out/alfdpiaware.o: alf/alfdpiaware.cpp alf/alfcompat.h alf/alf.h alf/alflist.h alf/alfpriv.h $(CXX) $(CFLAGS) -c -o $@ $< -out/alfedit.o: alf/alfedit.cpp alf/alf.h alf/alflist.h alf/alfpriv.h +out/alfedit.o: alf/alfedit.cpp alf/alfcompat.h alf/alf.h alf/alflist.h alf/alfpriv.h $(CXX) $(CFLAGS) -c -o $@ $< -out/alflabel.o: alf/alflabel.cpp alf/alf.h alf/alflist.h alf/alfpriv.h +out/alflabel.o: alf/alflabel.cpp alf/alfcompat.h alf/alf.h alf/alflist.h alf/alfpriv.h $(CXX) $(CFLAGS) -c -o $@ $< out/widgetfactory.o: widgetfactory.cpp alf/alf.h |
