Ignore:
Timestamp:
2008-07-28T23:46:12+12:00 (16 years ago)
Author:
davidb
Message:

Adjustments to Windows makes file for new common-src, build-src and runtime-src file structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/runtime-src/src/protocol/win32.mak

    r15907 r16574  
    2525###########################################################################
    2626
    27 GSDL_DIR = ..\..
    28 INDEXERS_DIR = $(GSDL_DIR)\indexers
    29 PACKAGES_DIR = $(GSDL_DIR)\packages
    30 COLSERVR_DIR = $(GSDL_DIR)\src\colservr
     27GSDL_DIR = ..\..\..
     28COMMON_DIR = $(GSDL_DIR)\common-src
     29RUNTIME_DIR = $(GSDL_DIR)\runtime-src
     30
     31INDEXERS_DIR = $(COMMON_DIR)\indexers
     32PACKAGES_DIR = $(RUNTIME_DIR)\packages
     33COLSERVR_DIR = $(RUNTIME_DIR)\src\colservr
    3134
    3235
     
    5558DEFS = -D__WIN32__ -DHAVE_CONFIG_H -DPARADOCNUM -D_LITTLE_ENDIAN -DSHORT_SUFFIX -D_CRT_SECURE_NO_DEPRECATE
    5659# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
    57 INCLUDES = -I"$(GSDL_DIR)" -I"$(GSDL_DIR)\src\lib" -I"$(COLSERVR_DIR)" -I"$(INDEXERS_DIR)\mgpp\text" \
     60INCLUDES = -I"$(GSDL_DIR)" -I"$(COMMON_DIR)\src\lib" -I"$(COLSERVR_DIR)" -I"$(INDEXERS_DIR)\mgpp\text" \
    5861     -I"$(PACKAGES_DIR)\windows\gdbm\gdbm"
    5962
Note: See TracChangeset for help on using the changeset viewer.