mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Makefile(s) updated
This commit is contained in:
parent
ec716c9924
commit
d3dd8d522f
4 changed files with 8 additions and 8 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue