replaced by scons
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4047 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0abaf2951a
commit
d7592d0f84
42 changed files with 0 additions and 4060 deletions
|
@ -1,17 +0,0 @@
|
|||
OBJS = biblio.o bk_xhtml.o contents.o error.o help.o index.o input.o keywords.o licence.o main.o malloc.o misc.o style.o tree234.o ustring.o version.o
|
||||
LIBS =
|
||||
|
||||
CC = gcc
|
||||
RM = rm -f
|
||||
DEFINES = -DVERSION="\"1.0 (NSIS Custom Build)\""
|
||||
CFLAGS = -Wall -W $(DEFINES) -mno-cygwin
|
||||
LFLAGS = -s
|
||||
|
||||
all : halibut
|
||||
|
||||
halibut : $(OBJS)
|
||||
$(CC) $(CFLAGS) $(LFLAGS) -o ../halibut.exe $(OBJS) $(LIBS)
|
||||
|
||||
clean ::
|
||||
$(RM) *.o
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue