Added $(CUSTOM_CFLAGS) into all Makefile.in to provide any custom defs directly to all sub make files

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12230 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Lupus
2008-02-22 17:00:59 +00:00
parent 4c32b53443
commit e4f66f0ab9
9 changed files with 15 additions and 11 deletions

View File

@@ -54,7 +54,7 @@ obj_sql:
-mkdir obj_sql
obj_sql/%.o: %.c $(CHAR_H) $(COMMON_H) $(COMMON_SQL_H)
@CC@ @CFLAGS@ @MYSQL_CFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
@CC@ @CFLAGS@ $(CUSTOM_CFLAGS) @MYSQL_CFLAGS@ @CPPFLAGS@ -c $(OUTPUT_OPTION) $<
# missing common object files
../common/obj_all/%.o: