Browse Source

Tried to fix makefile...

hutattedonmyarm 12 years ago
parent
commit
65488037cc
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      CubeControl/makefile

+ 4
- 0
CubeControl/makefile View File

@@ -3,6 +3,10 @@ CC = gcc
3 3
 # Path to jni.h
4 4
 HEADERPATH = /System/Library/Frameworks/JavaVM.framework/Headers
5 5
 
6
+ifdef SystemRoot
7
+HEADERPATH = C:\Program\ Files\Java\jdk1.6.0_29\include
8
+endif
9
+
6 10
 # All java files to be compiled
7 11
 # List so it works as target
8 12
 JAVAFILES = HelperUtility.java AnimationUtility.java Animation.java AFrame.java cubeWorker.java layerEditFrame.java Led3D.java Frame.java

Loading…
Cancel
Save