Ignore:
Timestamp:
2004-03-16T16:19:55+13:00 (20 years ago)
Author:
sjboddie
Message:

Added DLL=1 and DLLDEBUG=1 options to the windows makefiles

File:
1 edited

Legend:

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

    r3055 r7060  
    2727GSDLHOME = ..\..
    2828USE_STLPORT = 0
     29DLL = 0
     30DLLDEBUG = 0
    2931STLPATH = "$(GSDLHOME)\packages\windows\stlport\stlport"
    3032
    3133AR = lib
    3234CC = cl
     35
    3336CPPFLAGS = -GX
     37!IF $(DLL)
     38CPPFLAGS = $(CPPFLAGS) -MD
     39!ELSE
     40!IF ($(DLLDEBUG))
     41CPPFLAGS = $(CPPFLAGS) -MDd
     42!ENDIF
     43!ENDIF
     44
    3445LDFLAGS =
    3546DEFS = -D__WIN32__ -DHAVE_CONFIG_H -DPARADOCNUM -D_LITTLE_ENDIAN -DSHORT_SUFFIX
Note: See TracChangeset for help on using the changeset viewer.