diff options
author | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-12-06 09:18:00 +0000 |
commit | 8fdc4baaee82a63247a9f4203dace4ee910881bb (patch) | |
tree | f9ff045a8756d695c3afafadb5256c86813eecef /demos/makefile | |
parent | 5a67c0f5302dbd445d744450db58d1122096b742 (diff) |
2.8.1 rc 0rel-2-8-1-0-rc
Diffstat (limited to 'demos/makefile')
-rw-r--r-- | demos/makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/makefile b/demos/makefile index 56422c8..2ded077 100644 --- a/demos/makefile +++ b/demos/makefile @@ -28,9 +28,4 @@ cleanall: clean rm -f *.class ${C_APPL_FILES:.c=} rm -f $(find . -name \*.o -o -name \*.exe ) -windllcpy: - cp /WIN_NT/system32/opengl32.dll . - cp /WIN_NT/system32/opengl.dll . - cp /WIN_NT/system32/gl4java.dll . - cp /WIN_NT/system32/gl4java32.dll . |