Changeset 687 for Daodan


Ignore:
Timestamp:
Mar 3, 2013, 10:25:38 PM (12 years ago)
Author:
alloc
Message:

Daodan: Fixes to both makefile and binkw32.def to make it work with newer GCC/LD-releases

Location:
Daodan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Daodan/makefile

    r686 r687  
    99
    1010GCCFLAGS = -O0 -Wall -fomit-frame-pointer -fpack-struct
    11 LINKFLAGS = -O0 -Wall -fomit-frame-pointer -fpack-struct -s -mdll -mthread
     11LINKFLAGS = -O0 -Wall -fomit-frame-pointer -fpack-struct -s -mdll
    1212
    1313#LIBS = -lwinmm -lopengl32 -lgdi32
  • Daodan/src/binkw32.def

    r677 r687  
    1 LIBRARY
     1LIBRARY binkw32
    22
    33EXPORTS
Note: See TracChangeset for help on using the changeset viewer.