Codebase list crossguid / 6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main mac.sh
6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main

Tree @6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main (Download .tar.gz)

mac.sh @6b9bd09c-c7c8-4594-9134-c0c14ec7d25a/main

476519d
 
 
 
 
 
 
 
 
 
#!/usr/bin/env bash

./clean.sh

clang++ -c guid.cpp -o guid.o -Wall -std=c++11 -DGUID_CFUUID
clang++ -c test.cpp -o test.o -Wall -std=c++11
clang++ -c testmain.cpp -o testmain.o -Wall -std=c++11
clang++ test.o guid.o testmain.o -o test -framework CoreFoundation
chmod +x test
./test