Skip to content

Commit

Permalink
added compile shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoNet committed Feb 2, 2014
1 parent 929a23c commit 4ed3d0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions compile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c aes.c -o aes.o
gcc -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c DRMDecrypt.c -o DRMDecrypt.o
gcc -o drmdecrypt aes.o DRMDecrypt.o

0 comments on commit 4ed3d0a

Please sign in to comment.