Makefile(s) updated

This commit is contained in:
Mirek Fidler 2021-09-10 19:00:07 +02:00
parent ec716c9924
commit d3dd8d522f
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
UPPDIR1 = ./uppsrc/
UPPOUT = .cache/upp.out/
CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags x11` `pkg-config --cflags fontconfig` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
CINC = -I$(UPPDIR1) `pkg-config --cflags libpng` `pkg-config --cflags freetype2` `pkg-config --cflags fontconfig` `pkg-config --cflags x11` `pkg-config --cflags xcb` `pkg-config --cflags expat` -I./ -I$(UPPOUT)
Macro = -DflagGCC -DflagSHARED -DflagPOSIX -DflagLINUX
CXX = c++
LINKER = $(CXX)
@ -111,8 +111,8 @@ $(OutFile): build_info \
$(OutDir_plugin_pcre)pcre.a \
`pkg-config --libs libpng` \
`pkg-config --libs freetype2` \
`pkg-config --libs x11` \
`pkg-config --libs fontconfig` \
`pkg-config --libs x11` \
`pkg-config --libs xcb` \
`pkg-config --libs expat` \
-lbz2 \