Changeset 19

Show
Ignore:
Timestamp:
12/09/07 07:52:47 (1 year ago)
Author:
charlie137
Message:

Added mingw target in the Makefile

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/guisterax/Makefile

    r18 r19  
    1010    gdc -fdebug -g -o guisterax src/*.d src/derelict/util/*.d src/derelict/sdl/*.d -Isrc/ -Isrc/derelict -ldl 
    1111     
    12 mingw32: src/*.d 
     12mingw: src/*.d 
    1313    gdc -fdebug -g -o guisterax src/*.d src/derelict/util/*.d src/derelict/sdl/*.d -Isrc/ -Isrc/derelict -lm 
    1414