ccextractor/mac/build.command

2 lines
202 B
Plaintext
Raw Normal View History

2014-08-11 12:33:52 +00:00
gcc -std=gnu99 -Wno-write-strings -Dfopen64=fopen -Dopen64=open -Dlseek64=lseek -I../src/gpacmp4 -I ../src/libpng -I ../src/zlib -o ccextractor $(find ../src/ -name '*.cpp') $(find ../src/ -name '*.c')