Skip to content

Commit cbf2e8c

Browse files
author
Redirect "Slash" NIL
committed
v0.4
0 parents  commit cbf2e8c

22 files changed

+8046
-0
lines changed

Makefile.linux

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dvdzone: *.c*
2+
g++ -o dvdzone -Wall *.c*

Makefile.macosx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FRAMEWORKS=-framework IOKit -framework CoreFoundation -framework CoreServices
2+
3+
dvdzone: *.c*
4+
g++ -o dvdzone $(FRAMEWORKS) -Wall *.c*

Makefile.windows

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
dvdzone: *.c*
2+
gcc -o dvdzone -Wall *.c*

0 commit comments

Comments
 (0)