mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 05:50:37 +00:00
* Source/NSPrintInfo.m ([NSPrintInfo -paperSize]): Avoid returning
a nil object return value into a struct. * Printing/GSLPR/GNUmakefile.preamble: Add Source/$(GNUSTEP_TARGET_DIR) includes * Tools/GNUmakefile.preamble: Likewise. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@19970 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ab6a805021
commit
19e45d5c7b
4 changed files with 19 additions and 3 deletions
|
@ -21,7 +21,8 @@
|
|||
# ADDITIONAL_CFLAGS +=
|
||||
|
||||
# Additional include directories the compiler should search
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions -I../Headers -I../Source
|
||||
ADDITIONAL_INCLUDE_DIRS += -I../Headers/Additions -I../Headers \
|
||||
-I../Source/$(GNUSTEP_TARGET_DIR)
|
||||
|
||||
# Additional LDFLAGS to pass to the linker
|
||||
# ADDITIONAL_LDFLAGS +=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue