Ignore:
Timestamp:
2009-05-19T16:54:40+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 up all object and lib files that its make generates.

File:
1 edited

Legend:

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

    r19344 r19521  
    3131LOCAL_LIBRARY = 0
    3232APACHE_HTTPD = 0
     33DEBUG = 0
    3334DLL = 0
    3435DLLDEBUG = 0
     
    5859MAKECMD = $(MAKECMD) APACHE_HTTPD=1
    5960INSTALLDIRS = $(INSTALLDIRS) packages\apache-httpd
     61!ENDIF
     62!IF $(DEBUG)
     63MAKECMD = $(MAKECMD) DEBUG=1
    6064!ENDIF
    6165!IF $(DLL)
Note: See TracChangeset for help on using the changeset viewer.