More longterming.
This commit is contained in:
parent
31d6939c48
commit
ff1971d8d6
|
@ -38,7 +38,7 @@ MFILES += \
|
||||||
HFILES += \
|
HFILES += \
|
||||||
darwin/uipriv_darwin.h
|
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
|
# flags for Cocoa
|
||||||
LDFLAGS += \
|
LDFLAGS += \
|
||||||
|
|
|
@ -9,5 +9,5 @@ USESSONAME = 1
|
||||||
SOVERSION = $(SOVERSIONA)
|
SOVERSION = $(SOVERSIONA)
|
||||||
SONAMEEXT = .$(SOVERSION)$(LIBSUFFIX)
|
SONAMEEXT = .$(SOVERSION)$(LIBSUFFIX)
|
||||||
# note the explicit need for @rpath
|
# note the explicit need for @rpath
|
||||||
# TODO -current_version, -compatibility_version
|
# LONGTERM -current_version, -compatibility_version
|
||||||
SONAMEFLAG = -Wl,-install_name,@rpath/
|
SONAMEFLAG = -Wl,-install_name,@rpath/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
// 7 april 2015
|
// 7 april 2015
|
||||||
#import "uipriv_darwin.h"
|
#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)
|
void disableAutocorrect(NSTextView *tv)
|
||||||
{
|
{
|
||||||
[tv setEnabledTextCheckingTypes:0];
|
[tv setEnabledTextCheckingTypes:0];
|
||||||
|
|
|
@ -39,7 +39,7 @@ HFILES += \
|
||||||
unix/draw.h \
|
unix/draw.h \
|
||||||
unix/uipriv_unix.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+
|
# flags for GTK+
|
||||||
CFLAGS += \
|
CFLAGS += \
|
||||||
|
|
|
@ -5,7 +5,7 @@ LIBSUFFIX = .so
|
||||||
OSHSUFFIX = .h
|
OSHSUFFIX = .h
|
||||||
TOOLCHAIN = gcc
|
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
|
USESSONAME = 1
|
||||||
SOVERSION = $(SOVERSION0)
|
SOVERSION = $(SOVERSION0)
|
||||||
SONAMEEXT = $(LIBSUFFIX).$(SOVERSION)
|
SONAMEEXT = $(LIBSUFFIX).$(SOVERSION)
|
||||||
|
|
|
@ -63,7 +63,7 @@ HFILES += \
|
||||||
RCFILES += \
|
RCFILES += \
|
||||||
windows/resources.rc
|
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
|
# flags for the Windows API
|
||||||
# TODO prune this list
|
# TODO prune this list
|
||||||
|
|
Loading…
Reference in New Issue