Changeset 19908


Ignore:
Timestamp:
2009-06-24T17:43:21+12:00 (15 years ago)
Author:
ak19
Message:

GSDLHOME can be passed in or, if common-src is checked out on its own, it might not be set. In such a case, GSDLHOME defaults to makedir. Will be testing this next.

File:
1 edited

Legend:

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

    r19527 r19908  
    2525###########################################################################
    2626
     27!IF "$(GSDLHOME)"==""
     28GSDLHOME = $(MAKEDIR)
     29!ELSE
    2730GSDLHOME = $(GSDLHOME)
     31!ENDIF
    2832COMMONHOME = $(MAKEDIR)
    2933GSDL_VC4 = 0
Note: See TracChangeset for help on using the changeset viewer.