Subversion Repositories Kolibri OS

Rev

Rev 7980 | Rev 9702 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7980 Rev 9695
Line 1... Line 1...
1
CPPFLAGS=-m32 -fno-exceptions -std=c++03 -Wno-write-strings -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DO_BINARY=0 -D_UNIX_
1
CPPFLAGS=-m32 -fpack-struct=2 -fno-exceptions -std=c++03 -Wno-write-strings -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DO_BINARY=0 -D_UNIX_
2
LDFLAGS=-m32
2
LDFLAGS=-m32
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
OBJS=$(patsubst %.cpp, %.o, $(wildcard *.cpp))
4
OBJS=$(patsubst %.cpp, %.o, $(wildcard *.cpp))