mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
DtHelp: remove unused forced bit order depending on OS type
This commit is contained in:
parent
a77253f9ce
commit
4a0f9701ab
1 changed files with 0 additions and 9 deletions
|
@ -16,18 +16,9 @@ libDtHelp_la_CFLAGS = -I./il -I./jpeg -I../DtSvc/DtUtil2 -DDTLIB \
|
||||||
libDtHelp_la_LIBADD = $(JPEGLIB) il/libil.la $(LTLIBICONV)
|
libDtHelp_la_LIBADD = $(JPEGLIB) il/libil.la $(LTLIBICONV)
|
||||||
|
|
||||||
if SOLARIS
|
if SOLARIS
|
||||||
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
|
|
||||||
libDtHelp_la_LIBADD += -lw -lgen -lm -lc
|
libDtHelp_la_LIBADD += -lw -lgen -lm -lc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if LINUX
|
|
||||||
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
|
|
||||||
endif
|
|
||||||
|
|
||||||
if BSD
|
|
||||||
libDtHelp_la_CFLAGS += -DLSB_BIT_ORDER
|
|
||||||
endif
|
|
||||||
|
|
||||||
|
|
||||||
libDtHelp_la_SOURCES = Actions.c AsciiSpc.c Callbacks.c \
|
libDtHelp_la_SOURCES = Actions.c AsciiSpc.c Callbacks.c \
|
||||||
Destroy.c Environ_c.c FileListUtils.c \
|
Destroy.c Environ_c.c FileListUtils.c \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue