Ignore:
Timestamp:
2008-05-16T10:27:09+12:00 (16 years ago)
Author:
mdewsnip
Message:

Fixed a couple of problems with the Windows makefile.

File:
1 edited

Legend:

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

    r15520 r15521  
    2525###########################################################################
    2626
    27 GSDL_DIR = ../..
    28 INDEXERS_DIR = $(GSDL_DIR)/indexers
    29 COLSERVR_DIR = $(GSDL_DIR)/src/colservr
     27GSDL_DIR = ..\..
     28INDEXERS_DIR = $(GSDL_DIR)\indexers
     29COLSERVR_DIR = $(GSDL_DIR)\src\colservr
    3030
    3131
     
    5555DEFS = -D__WIN32__ -DHAVE_CONFIG_H -DPARADOCNUM -D_LITTLE_ENDIAN -DSHORT_SUFFIX -DXML_STATIC -D_CRT_SECURE_NO_DEPRECATE
    5656# Do NOT add the "recpt" directory here: the protocol should be independent of the receptionist!
    57 INCLUDES = -I$(GSDL_DIR) -I$(GSDL_DIR)/lib -I$(COLSERVR_DIR) -I$(INDEXERS_DIR)/mgpp/text
     57INCLUDES = -I$(GSDL_DIR) -I$(GSDL_DIR)\lib -I$(COLSERVR_DIR) -I$(INDEXERS_DIR)\mgpp\text \
     58     -I$(GSDL_DIR)\packages\windows\gdbm\gdbm
    5859
    5960!IF $(GSDL_VC4)
Note: See TracChangeset for help on using the changeset viewer.