mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Make sure files which aren't windows-specific use \n line endings only
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26893 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3d2b1cfa6e
commit
c0bd4173aa
23 changed files with 14136 additions and 14136 deletions
|
|
@ -1,25 +1,25 @@
|
|||
CFLAGS=-Wall -W -D_LARGEFILE64_SOURCE
|
||||
|
||||
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
|
||||
CROSS=
|
||||
CFLAGS+=-mno-cygwin
|
||||
else
|
||||
ifeq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||
CROSS=
|
||||
else
|
||||
CROSS=i586-mingw32msvc-
|
||||
endif
|
||||
endif
|
||||
|
||||
NATIVECC = gcc
|
||||
CC = $(CROSS)gcc
|
||||
WINDRES = $(CROSS)windres
|
||||
|
||||
|
||||
all: bin2c
|
||||
|
||||
bin2c: bin2c.c
|
||||
$(NATIVECC) $(CFLAGS) -o bin2c bin2c.c
|
||||
|
||||
clean:
|
||||
$(RM) bin2c bin2c.exe
|
||||
CFLAGS=-Wall -W -D_LARGEFILE64_SOURCE
|
||||
|
||||
ifeq ($(findstring CYGWIN,$(shell uname)),CYGWIN)
|
||||
CROSS=
|
||||
CFLAGS+=-mno-cygwin
|
||||
else
|
||||
ifeq ($(findstring MINGW,$(shell uname)),MINGW)
|
||||
CROSS=
|
||||
else
|
||||
CROSS=i586-mingw32msvc-
|
||||
endif
|
||||
endif
|
||||
|
||||
NATIVECC = gcc
|
||||
CC = $(CROSS)gcc
|
||||
WINDRES = $(CROSS)windres
|
||||
|
||||
|
||||
all: bin2c
|
||||
|
||||
bin2c: bin2c.c
|
||||
$(NATIVECC) $(CFLAGS) -o bin2c bin2c.c
|
||||
|
||||
clean:
|
||||
$(RM) bin2c bin2c.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue