Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sffe/asm/build_win.sh
blob: 8f1214bc3a38b2c7952de067f4207bfe1b0bd17b (plain)
1
2
3
#!/bin/bash
nasm -f coff cmplx.asm -ocmplx.o
# Not used anymore because ../Makefile already contains this compilation.