version 1.49, 2014/12/23 11:17:26
|
version 1.50, 2015/01/03 16:16:07
|
Line 203 LFLAGSOPT= -O3 -g -lm
|
Line 203 LFLAGSOPT= -O3 -g -lm
|
UNIX2DOS= unix2dos |
UNIX2DOS= unix2dos |
SETUPCOMP= wine "C:////Program Files////Inno Setup 4////Compil32.exe" |
SETUPCOMP= wine "C:////Program Files////Inno Setup 4////Compil32.exe" |
BINVERSION=LINUXnative |
BINVERSION=LINUXnative |
|
CP= cp |
endif |
endif |
|
|
SED= sed |
SED= sed |
Line 350 imachopt : imachopt.o
|
Line 351 imachopt : imachopt.o
|
$(CC) $(LFLAGSOPT) -o imachopt imachopt.o |
$(CC) $(LFLAGSOPT) -o imachopt imachopt.o |
ln -f imachopt imach |
ln -f imachopt imach |
$(CP) imachopt Output/imachopt$(VERSION)-$(BINVERSION) |
$(CP) imachopt Output/imachopt$(VERSION)-$(BINVERSION) |
cp -f imach ../bin |
$(CP) -f imach ../bin |
ifdef _intel64onosx |
ifdef _intel64onosx |
$(CP) imachopt Output/imachopt$(VERSION)-$(BINVERSION) |
$(CP) imachopt Output/imachopt$(VERSION)-$(BINVERSION) |
endif |
endif |