Skip to content
Snippets Groups Projects
Commit a915c7f5 authored by Ondrej Vysocky's avatar Ondrej Vysocky
Browse files

general compilation rules has links to READEX libs

parent 0c476118
No related branches found
No related tags found
No related merge requests found
CPP = cpp -traditional-cpp $(GFLAGS)
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
PROJECT_LIBS = -l$(WM_PROJECT) -ldl \
$(READEX_LIBS)
include $(GENERAL_RULES)/standard
......
CPP = /lib/cpp -traditional-cpp $(GFLAGS)
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
PROJECT_LIBS = -l$(WM_PROJECT) -ldl \
$(READEX_LIBS)
include $(GENERAL_RULES)/standard
......
CPP = cpp -traditional-cpp $(GFLAGS)
LD = ld -melf_i386
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
PROJECT_LIBS = -l$(WM_PROJECT) -ldl \
$(READEX_LIBS)
include $(GENERAL_RULES)/standard
......
CPP = /lib/cpp -traditional-cpp $(GFLAGS)
LD = ld -melf_i386
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
PROJECT_LIBS = -l$(WM_PROJECT) -ldl \
$(READEX_LIBS)
include $(GENERAL_RULES)/standard
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment