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/common-src/packages/gdbm/gdbm-1.8.3/win32.mak

    r19525 r22960  
    3333!IF $(DEBUG)
    3434CXXFLAGS = -DEBUG -Z7 /errorReport:prompt
     35LDFLAGS = -DEBUG -Z7 /errorReport:prompt
    3536!ELSE
    3637CXXFLAGS =
     38LDFLAGS =
    3739!ENDIF
    3840
    3941DEFS = -D__WIN32__ -D_CRT_SECURE_NO_DEPRECATE
    4042INCLUDES = -I"windows"
    41 LDFLAGS =
    4243
    4344COMPILE = $(CC) -nologo -c $(CXXFLAGS) $(DEFS) $(INCLUDES)
Note: See TracChangeset for help on using the changeset viewer.