# HG changeset patch # User mhessling@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1048066961 0 # Node ID 92367f4c0836a339721dfd7906a695bd025b2b50 # Parent c7d5194bf4adeaeaaae99d45d51019ab1e36f8bb Had to add -D__OS2__ to compile line to build properly. diff -r c7d5194bf4ad -r 92367f4c0836 makefile.emx --- a/makefile.emx Wed Mar 19 09:41:03 2003 +0000 +++ b/makefile.emx Wed Mar 19 09:42:41 2003 +0000 @@ -11,7 +11,7 @@ DEFS = LIBS = -CFLAGS = -O -g -Zomf -Zmt -D__ST_MT_ERRNO__ -I. -Wall +CFLAGS = -O -g -Zomf -Zmt -D__OS2__ -D__ST_MT_ERRNO__ -I. -Wall LDFLAGS = -Zdll -Zcrtdll RCFLAGS = -r