Ignore:
Timestamp:
2010-09-24T19:51:54+12:00 (14 years ago)
Author:
ak19
Message:

Added in DEBUG flags to LDFLAGS where missing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/win32.mak

    r22926 r22960  
    5555!IF $(DEBUG)
    5656CXXFLAGS = -DEBUG -Z7 /errorReport:prompt
     57LDFLAGS = -DEBUG -Z7 /errorReport:prompt
    5758!ELSE
    5859CXXFLAGS =
     60LDFLAGS =
    5961!ENDIF
    6062
     
    192194    $(GDBM_INCLUDES) \
    193195    $(Z3950_INCLUDES)
    194 LDFLAGS = -Z7 /errorReport:prompt
    195196LIBS = "$(COMMON_PACKAGES_DIR)\windows\crypt\crypt\crypt.lib" "$(COMMON_PACKAGES_DIR)\expat\lib\libexpat.lib" \
    196197       $(GDBM_LIBS) $(ACCENTFOLD_LIBS) $(SQLITE_LIBS) $(Z3950_LIBS)
     
    206207
    207208COMPILE = $(CC) -nologo -c $(CXXFLAGS) $(DEFS) $(INCLUDES)
    208 LINK = $(CC) -nologo -Fe"$@" $(LDFLAGS)
     209LINK = $(CC) -nologo $(LDFLAGS) -Fe"$@"
    209210
    210211
Note: See TracChangeset for help on using the changeset viewer.