Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9775 → Rev 9776

/programs/cmm/c--/c--.elf
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/cmm/c--/c--.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/programs/develop/cmm/Makefile.lin32
1,5 → 1,5
CPPFLAGS= -m32 -fpack-struct=2 -fno-exceptions -std=c++03 -Wno-write-strings -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DO_BINARY=0 -D_UNIX_
LDFLAGS= -m32
LDFLAGS= -m32 -static
 
OBJS=$(patsubst %.cpp, %.o, $(wildcard *.cpp))
 
13,3 → 13,6
 
clean:
rm -f $(OBJS) $(TARGET)
 
install: $(TARGET)
cp c-- ../../cmm/c--/c--.elf
/programs/develop/cmm/Makefile.win32
15,3 → 15,6
 
clean:
rm -f $(OBJS) $(TARGET)
 
install: $(TARGET)
cp c--.exe ../../cmm/c--/c--.exe
/programs/develop/cmm/struct.h
414,7 → 414,7
 
struct MEOSheader
{
unsigned char sign[25];
unsigned char sign[8];
unsigned long vers;
unsigned long start;
unsigned long size;