Changeset 18

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

Added a mingw32 target in the Makefile

Files:

Legend:

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

    r16 r18  
    99debug: src/*.d 
    1010    gdc -fdebug -g -o guisterax src/*.d src/derelict/util/*.d src/derelict/sdl/*.d -Isrc/ -Isrc/derelict -ldl 
     11     
     12mingw32: src/*.d 
     13    gdc -fdebug -g -o guisterax src/*.d src/derelict/util/*.d src/derelict/sdl/*.d -Isrc/ -Isrc/derelict -lm 
    1114     
    1215clean: