Skip to content

Commit

Permalink
Updated Neatbeans support
Browse files Browse the repository at this point in the history
  • Loading branch information
Maescool committed Nov 18, 2012
1 parent a07a1cd commit 7071a09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ file.reference.Catacomb_Snatch-res=res
file.reference.Catacomb_Snatch-src=src
file.reference.CodecJOrbis.jar=lib/CodecJOrbis.jar
file.reference.CodecWav.jar=lib/CodecWav.jar
file.reference.jinput.jar=lib/jinput.jar
file.reference.jruby.jar=lib/jruby.jar
file.reference.jython.jar=lib/jython.jar
file.reference.kryonet-1.04-all.jar=lib/kryonet-1.04-all.jar
file.reference.LibraryJavaSound.jar=lib/LibraryJavaSound.jar
file.reference.LibraryLWJGLOpenAL.jar=lib/LibraryLWJGLOpenAL.jar
Expand All @@ -47,7 +50,10 @@ javac.classpath=\
${file.reference.SoundSystem.jar}:\
${file.reference.kryonet-1.04-all.jar}:\
${file.reference.LibraryLWJGLOpenAL.jar}:\
${file.reference.lwjgl.jar}
${file.reference.lwjgl.jar}:\
${file.reference.jinput.jar}:\
${file.reference.jruby.jar}:\
${file.reference.jython.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down

0 comments on commit 7071a09

Please sign in to comment.