More longterming.

This commit is contained in:
Pietro Gagliardi 2016-05-24 23:13:44 -04:00
parent 31d6939c48
commit ff1971d8d6
6 changed files with 6 additions and 6 deletions

View File

@ -38,7 +38,7 @@ MFILES += \
HFILES += \
darwin/uipriv_darwin.h
# TODO split into a separate file or put in GNUmakefile.libui somehow?
# LONGTERM split into a separate file or put in GNUmakefile.libui somehow?
# flags for Cocoa
LDFLAGS += \

View File

@ -9,5 +9,5 @@ USESSONAME = 1
SOVERSION = $(SOVERSIONA)
SONAMEEXT = .$(SOVERSION)$(LIBSUFFIX)
# note the explicit need for @rpath
# TODO -current_version, -compatibility_version
# LONGTERM -current_version, -compatibility_version
SONAMEFLAG = -Wl,-install_name,@rpath/

View File

@ -1,7 +1,7 @@
// 7 april 2015
#import "uipriv_darwin.h"
// TODO do we really want to do this? make it an option?
// LONGTERM do we really want to do this? make it an option?
void disableAutocorrect(NSTextView *tv)
{
[tv setEnabledTextCheckingTypes:0];

View File

@ -39,7 +39,7 @@ HFILES += \
unix/draw.h \
unix/uipriv_unix.h
# TODO split into a separate file or put in GNUmakefile.libui somehow?
# LONGTERM split into a separate file or put in GNUmakefile.libui somehow?
# flags for GTK+
CFLAGS += \

View File

@ -5,7 +5,7 @@ LIBSUFFIX = .so
OSHSUFFIX = .h
TOOLCHAIN = gcc
# TODO clean up all the NAMEs and SUFFIXs and NOSOSUFFIXs or whatever it was
# LONGTERM clean up all the NAMEs and SUFFIXs and NOSOSUFFIXs or whatever it was
USESSONAME = 1
SOVERSION = $(SOVERSION0)
SONAMEEXT = $(LIBSUFFIX).$(SOVERSION)

View File

@ -63,7 +63,7 @@ HFILES += \
RCFILES += \
windows/resources.rc
# TODO split into a separate file or put in GNUmakefile.libui somehow?
# LONGTERM split into a separate file or put in GNUmakefile.libui somehow?
# flags for the Windows API
# TODO prune this list