diff options
author | Max Horn | 2002-08-21 16:28:19 +0000 |
---|---|---|
committer | Max Horn | 2002-08-21 16:28:19 +0000 |
commit | 7aac293726c78db715724812ab4bf74800d3b7a6 (patch) | |
tree | e0e9df4830e59def16e7add84cf44aa544366812 /backends | |
parent | 89e8bb2ccba11bcdbbfd4392820e81bb50487c45 (diff) | |
download | scummvm-rg350-7aac293726c78db715724812ab4bf74800d3b7a6.tar.gz scummvm-rg350-7aac293726c78db715724812ab4bf74800d3b7a6.tar.bz2 scummvm-rg350-7aac293726c78db715724812ab4bf74800d3b7a6.zip |
fixed the 'intelligent' GCC build rules; added .cvsignore files
svn-id: r4790
Diffstat (limited to 'backends')
-rw-r--r-- | backends/dc/.cvsignore | 6 | ||||
-rw-r--r-- | backends/morphos/.cvsignore | 1 | ||||
-rw-r--r-- | backends/sdl/.cvsignore | 1 | ||||
-rw-r--r-- | backends/wince/.cvsignore | 1 | ||||
-rw-r--r-- | backends/x11/.cvsignore | 1 |
5 files changed, 5 insertions, 5 deletions
diff --git a/backends/dc/.cvsignore b/backends/dc/.cvsignore index ed6bd2b99e..39a06683b7 100644 --- a/backends/dc/.cvsignore +++ b/backends/dc/.cvsignore @@ -1,5 +1 @@ -scummvm -sound -v3 -v4 -simon +.deps diff --git a/backends/morphos/.cvsignore b/backends/morphos/.cvsignore new file mode 100644 index 0000000000..39a06683b7 --- /dev/null +++ b/backends/morphos/.cvsignore @@ -0,0 +1 @@ +.deps diff --git a/backends/sdl/.cvsignore b/backends/sdl/.cvsignore new file mode 100644 index 0000000000..39a06683b7 --- /dev/null +++ b/backends/sdl/.cvsignore @@ -0,0 +1 @@ +.deps diff --git a/backends/wince/.cvsignore b/backends/wince/.cvsignore new file mode 100644 index 0000000000..39a06683b7 --- /dev/null +++ b/backends/wince/.cvsignore @@ -0,0 +1 @@ +.deps diff --git a/backends/x11/.cvsignore b/backends/x11/.cvsignore new file mode 100644 index 0000000000..39a06683b7 --- /dev/null +++ b/backends/x11/.cvsignore @@ -0,0 +1 @@ +.deps |