Changeset 19522 for gsdl/trunk/win32.mak


Ignore:
Timestamp:
2009-05-19T16:57:38+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/win32.mak

    r19017 r19522  
    2929LOCAL_LIBRARY = 0
    3030APACHE_HTTPD = 0
     31DEBUG = 0
    3132DLL = 0
    3233DLLDEBUG = 0
     
    5051!IF $(APACHE_HTTPD)
    5152MAKECMD = $(MAKECMD) APACHE_HTTPD=1
     53!ENDIF
     54!IF $(DEBUG)
     55MAKECMD = $(MAKECMD) DEBUG=1
    5256!ENDIF
    5357!IF $(DLL)
Note: See TracChangeset for help on using the changeset viewer.