]> git.pld-linux.org Git - packages/e3.git/blob - e3-makefile.patch
- Sorry, I've got '.' instead of some Polish capital letters,
[packages/e3.git] / e3-makefile.patch
1 --- Makefile.old        Wed Dec 20 21:56:20 2000
2 +++ Makefile    Wed Dec 20 21:56:28 2000
3 @@ -35,7 +35,7 @@
4  ifeq   ($(OS),LINUX)
5         nasm -f bin -l e3.lst -o e3 $(ASOURCES) -DCRIPLED_ELF=1 -D$(OS) -D$(EXMODE)
6         chmod +x e3
7 -       upx -q -q -q -k -9 e3
8 +#      upx -q -q -q -k -9 e3
9  else
10         nasm $(AFLAGS) -o e3.o $(ASOURCES) -l e3.lst -D$(OS) -D$(EXMODE)
11         ld -s -o e3 e3.o
This page took 0.049308 seconds and 3 git commands to generate.