set eol-style native on new files

This commit is contained in:
raburton 2008-06-05 18:35:58 +00:00
parent b827c29b03
commit 1e1a1bb620
4 changed files with 58 additions and 58 deletions

View File

@ -1,16 +1,16 @@
WXDIR = $(WXWIN)
TARGET = libkbool.a
all: $(TARGET)
include makefile.include
$(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS)
ranlib $@
clean:
rm -f *.bak
rm -f *.o
rm -f $(TARGET)
WXDIR = $(WXWIN)
TARGET = libkbool.a
all: $(TARGET)
include makefile.include
$(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS)
ranlib $@
clean:
rm -f *.bak
rm -f *.o
rm -f $(TARGET)

View File

@ -1,16 +1,16 @@
WXDIR = $(WXWIN)
TARGET = libkbool.a
all: $(TARGET)
include makefile.include
$(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS)
ranlib $@
clean:
rm -f *.bak
rm -f *.o
rm -f $(TARGET)
WXDIR = $(WXWIN)
TARGET = libkbool.a
all: $(TARGET)
include makefile.include
$(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS)
ranlib $@
clean:
rm -f *.bak
rm -f *.o
rm -f $(TARGET)

View File

@ -1,10 +1,10 @@
OBJECTS =\
booleng.o\
graph.o\
graphlst.o\
line.o\
link.o\
lpoint.o\
node.o\
record.o\
scanbeam.o
OBJECTS =\
booleng.o\
graph.o\
graphlst.o\
line.o\
link.o\
lpoint.o\
node.o\
record.o\
scanbeam.o

View File

@ -1,16 +1,16 @@
WXDIR = $(WXWIN)
TARGET = libkbool.a
all: $(TARGET)
include makefile.include
$(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS)
ranlib $@
clean:
rm -f *.bak
rm -f *.o
rm -f $(TARGET)
WXDIR = $(WXWIN)
TARGET = libkbool.a
all: $(TARGET)
include makefile.include
$(TARGET): $(OBJECTS) makefile.include
ar ruv $@ $(OBJECTS)
ranlib $@
clean:
rm -f *.bak
rm -f *.o
rm -f $(TARGET)