Changeset 06e7c958298d05805f80cde1b35257db194d7dd4
- Timestamp:
- 28/11/06 22:49:28
(2 years ago)
- Author:
- Philippe Morin <phmo95@videolan.org>
- git-committer:
- Philippe Morin <phmo95@videolan.org> 1164750568 +0000
- git-parent:
[60672abc1c666289ee98f13f3b5ef9ee22c1e05e]
- git-author:
- Philippe Morin <phmo95@videolan.org> 1164750568 +0000
- Message:
Fix missing output directory in JNI header generation in win32 part.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra232e03 |
r06e7c95 |
|
| 56 | 56 | %.class: %.java |
|---|
| 57 | 57 | $(JAVAC) $? |
|---|
| 58 | | $(JCH) org.videolan.jvlc.$(*F) |
|---|
| | 58 | $(JCH) -o includes/$(*F).h org.videolan.jvlc.$(*F) |
|---|
| 59 | 59 | else |
|---|
| 60 | 60 | %.class: %.java |
|---|