Skip to content
Snippets Groups Projects
Commit 4784f10e authored by deuce's avatar deuce
Browse files

Fix my wild and crazy file copying ways...

parent 84e3bf9b
No related branches found
No related tags found
No related merge requests found
UIFCLIB = $(CONIO_SRC)$(DIRSEP)$(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc$(LIBFILE)
UIFCLIB-MT = $(CONIO_SRC)$(DIRSEP)$(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc-mt$(LIBFILE)
UIFCLIB = $(UIFC_SRC)$(DIRSEP)$(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc$(LIBFILE)
UIFCLIB-MT = $(UIFC_SRC)$(DIRSEP)$(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc-mt$(LIBFILE)
UIFC_CFLAGS = -I$(UIFC_SRC)
UIFC_LDFLAGS = -L$(UIFC_SRC)$(DIRSEP)$(LIBODIR)
......
UIFCLIB = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc$(LIBFILE)
UIFCLIB-MT = $(LIBODIR)$(DIRSEP)$(LIBPREFIX)uifc-mt$(LIBFILE)
all: lib mtlib
lib: $(LIBODIR) $(UIFCLIB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment