Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <project name="NativeDirectory" xmlns:cpptasks="antlib:net.sf.antcontrib.cpptasks">
- <target name="build-native">
- <cpptasks:cc outtype="shared" subsystem="console" outfile="NativePosixUtil" objdir="/home/varun/Desktop/lucene/3018-test">
- <fileset file="/home/varun/Desktop/lucene/3018-test/hello.cpp" />
- <!--
- objdir will be set to lucene/contrib/misc/src/java/org/apache/lucene/store
- The fileset will be set to lucene/contrib/misc/src/java/org/apache/lucene/store/NativePosixUtil.cpp
- -->
- </cpptasks:cc>
- <cpptasks:compiler name="g++" >
- </cpptasks:compiler>
- </target>
- </project>
Advertisement
Add Comment
Please, Sign In to add comment