Ignore:
Timestamp:
2009-05-19T16:52:48+12:00 (15 years ago)
Author:
ak19
Message:

Dr Bainbridge updated the Windows makefiles to 1. Take the DEBUG flag so that we can recompile all of GS2 in the Vis C++ 2005 Express Edition command prompt and then use its Debugger on the C code. 2. Now GS2 make clean command cleans

File:
1 edited

Legend:

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

    r18176 r19520  
    2929
    3030GSDL_VC4 = 0
     31DEBUG = 0
    3132DLL = 0
    3233DLLDEBUG = 0
     
    4142!IF $(GSDL_VC4)
    4243MAKECMD = $(MAKECMD) GSDL_VC4=1
     44!ENDIF
     45!IF $(DEBUG)
     46MAKECMD = $(MAKECMD) DEBUG=1
    4347!ENDIF
    4448!IF $(DLL)
Note: See TracChangeset for help on using the changeset viewer.