Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 1156 → Rev 1157

/programs/develop/new libGUI_C/SRC/compilation/MinGW/Makefile
0,0 → 1,11
SRC = libGUI.c
TARGET = libGUI.obj
CFLAGS = -O2 -nostdinc -nostdlib -march=pentium -fomit-frame-pointer -fno-builtin
CC = gcc
AR=ar
 
all:
$(CC) -c $(SRC) $(CFLAGS) -o $(TARGET)
clean:
rm *.obj
rm $(TARGET)
Property changes:
Added: svn:executable