Skip to content
Snippets Groups Projects
Commit 784c75be authored by deuce's avatar deuce
Browse files

More pasteboard deletion.

parent ddc371ed
No related branches found
No related tags found
No related merge requests found
......@@ -55,12 +55,6 @@ $(CIOLIB-MT_SHLIB_BUILD): $(MTOBJODIR) $(OBJS)
@echo Creating $@
$(QUIET)$(MKSHLIB) $(LDFLAGS) $(OBJS) $(SHLIBOPTS) -o $@
ifeq ($(os),darwin)
$(MTOBJODIR)$(DIRSEP)pasteboard$(OFILE): pasteboard.m
@echo $(COMPILE_MSG) $<
$(QUIET)$(CC) $(CFLAGS) $(CCFLAGS) -o $@ -c $<
endif
ifeq ($(os),win32)
mtlib: $(MTOBJODIR)$(DIRSEP)ciolib_res${OFILE}
......
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