|
|
Classification: |
Java |
Category: |
JNI |
Created: |
05/26/99 |
Modified: |
09/04/2001 |
Number: |
FAQ-0220 |
Platform: |
Not Applicable |
|
Question: I've successfully built the 'PowerInfo' JNI example, but for my own project I need to include additional C++ libraries. How
do I do this?
Answer: To include extra libraries in the build add a line to the file "MakeFile" of the form EXTRA_LIBS = $(TRGDIR)\euser.lib $(TRGDIR)\efsrv.lib $(TRGDIR)\c32.lib
|
|
|