Skip to content

Commit

Permalink
Add tlblib command-line for debugging why win32ole tlb hangs
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Jul 13, 2010
1 parent 4a1c9f4 commit bf4f1e4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions nbproject/configs/tlbimp.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
run.jvmargs=-Djava.library.path=native/Debug
1 change: 1 addition & 0 deletions nbproject/private/config.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config=tlbimp
1 change: 1 addition & 0 deletions nbproject/private/configs/tlbimp.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
work.dir=
2 changes: 2 additions & 0 deletions nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
application.args=-v -o ole32 -p ole32 C:/WINDOWS/system32/stdole32.tlb
compile.on.save=true
do.depend=false
do.jar=true
javac.debug=true
javadoc.preview=true
jaxbwiz.endorsed.dirs=C:\\Program Files\\NetBeans 6.8\\ide12\\modules\\ext\\jaxb\\api
user.properties.file=C:\\Documents and Settings\\Fuebo\\.netbeans\\6.8\\build.properties
work.dir=C:\\opt\\com4j
4 changes: 2 additions & 2 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ javadoc.use=true
javadoc.version=false
javadoc.windowtitle=
jaxbwiz.endorsed.dirs="${netbeans.home}/../ide12/modules/ext/jaxb/api"
main.class=
main.class=com4j.tlbimp.driver.Main
manifest.file=manifest.mf
meta.inf.dir=${src.dir}/META-INF
platform.active=default_platform
Expand All @@ -68,7 +68,7 @@ run.classpath=\
# Space-separated list of JVM arguments used when running the project
# (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value
# or test-sys-prop.name=value to set system properties for unit tests):
run.jvmargs=
run.jvmargs=-Djava.library.path=C:/opt/com4j/native/Debug
run.test.classpath=\
${javac.test.classpath}:\
${build.test.classes.dir}
Expand Down

0 comments on commit bf4f1e4

Please sign in to comment.