* Add -I../aegisub to libass/Makefile.am
* Remove res.h from config/config_unix.h * Add posix/res.h to config.h (temp) Originally committed to SVN as r2624.
This commit is contained in:
parent
9238c1b992
commit
7e9f898c34
3 changed files with 2 additions and 3 deletions
|
@ -10,5 +10,6 @@
|
|||
|
||||
// Unix specific settings and defines.
|
||||
#include "config/config_unix.h"
|
||||
#include "posix/res.h"
|
||||
|
||||
#endif // __WINDOWS__
|
||||
|
|
|
@ -24,7 +24,5 @@
|
|||
//typedef uint64_t __uint64;
|
||||
#define abs64 llabs
|
||||
|
||||
#include "res.h"
|
||||
|
||||
#endif /* _DEFINES_H */
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
noinst_LIBRARIES = libass_aegisub.a
|
||||
|
||||
AM_CPPFLAGS = @FREETYPE_CFLAGS@ -DCONFIG_ICONV -DCONFIG_FONTCONFIG @FONTCONFIG_CFLAGS@ @ICONV_CFLAGS@
|
||||
AM_CPPFLAGS = -I../aegisub @FREETYPE_CFLAGS@ -DCONFIG_ICONV -DCONFIG_FONTCONFIG @FONTCONFIG_CFLAGS@ @ICONV_CFLAGS@
|
||||
|
||||
if BUILD_DARWIN
|
||||
AM_CPPFLAGS += -DBUILD_DARWIN
|
||||
|
|
Loading…
Reference in a new issue