Ignore:
Timestamp:
2010-09-01T10:36:46+12:00 (14 years ago)
Author:
mdewsnip
Message:

Lots of makefile tidy ups (both Windows and Linux), for consistency and flexibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gs2-core/common-src/src/lib/Makefile.in

    r22795 r22824  
    4949
    5050# Option: SQLite support
    51 @USE_SQLITE_TRUE@am__append_1 = -I$(COMMON_SRC_DIR)/packages/sqlite/include
     51@USE_SQLITE_TRUE@am__append_1 = -I$(GSDL_DIR)/common-src/packages/sqlite/include
     52
     53# Option: SQLite support
    5254@USE_SQLITE_TRUE@am__append_2 = sqlitedbclass.cpp
    5355subdir = src/lib
     
    183185target_alias = @target_alias@
    184186COMMON_SRC_DIR = @top_srcdir@
     187GSDL_DIR = $(COMMON_SRC_DIR)/..
    185188
    186189# Libraries compiled
Note: See TracChangeset for help on using the changeset viewer.