mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
64
samples/java/adm/SunOS/SampleImportExportJni.lnk
Executable file
64
samples/java/adm/SunOS/SampleImportExportJni.lnk
Executable file
@@ -0,0 +1,64 @@
|
||||
if (!($?CCHOME)) setenv CCHOME "/opt/DEV5_1/SUNWspro/bin/CC "
|
||||
if (!($?CCFLAGS)) setenv CCFLAGS " -xchip=ultra -xarch=v8 -G -mt "
|
||||
|
||||
if (!($?STLPortHome)) then
|
||||
setenv STLPortLib "."
|
||||
else
|
||||
if (!($?STLPortLib_CC)) setenv STLPortLib_CC "stlport_gcc"
|
||||
if (!($?STLPortLib)) setenv STLPortLib "$STLPortHome/lib"
|
||||
setenv STLPortLib "$STLPortLib -l$STLPortLib_CC"
|
||||
endif
|
||||
|
||||
${CCHOME} ${CCFLAGS} -o ${SAMPLE_ROOT}/${STATION}/lib//libSampleImportExportJni.so \
|
||||
-L${SAMPLE_ROOT}/${STATION}/lib \
|
||||
-L${CASROOT}/${STATION}/lib -L${STLPortLib} \
|
||||
\
|
||||
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_AIS_InteractiveContext_java.o \
|
||||
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_SampleImportExportPackage_java.o \
|
||||
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_TCollection_AsciiString_java.o \
|
||||
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_Viewer_java.o \
|
||||
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_V3d_View_java.o \
|
||||
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_Viewer_java.o \
|
||||
${SAMPLE_ROOT}/${STATION}/obj/SampleImportExportJni/SampleImportExportJni_Viewer_View_java.o \
|
||||
\
|
||||
-lTKFillet \
|
||||
-lTKFeat \
|
||||
-lTKSamples \
|
||||
-lTKPShape \
|
||||
-lTKPCAF \
|
||||
-lTKCDF \
|
||||
-lTKernel \
|
||||
-lTKIGES \
|
||||
-lPTKernel \
|
||||
-lTKjcas \
|
||||
-lTKSTEP \
|
||||
-lTKXSBase \
|
||||
-lTKShHealing \
|
||||
-lTKOffset \
|
||||
-lTKBool \
|
||||
-lTKGeomBase \
|
||||
-lTKTopAlgo \
|
||||
-lTKPrim \
|
||||
-lTKGeomAlgo \
|
||||
-lTKV3d \
|
||||
-lTKBRep \
|
||||
-lTKHLR \
|
||||
-lTKG2d \
|
||||
-lTKV2d \
|
||||
-lTKService \
|
||||
-lTKMath \
|
||||
-lTKG3d \
|
||||
-lsocket -lnsl -lsunmath -lm -ldl \
|
||||
\
|
||||
\
|
||||
\
|
||||
\
|
||||
-L/usr/openwin/lib -lX11 -lXext -lXmu \
|
||||
\
|
||||
-L/usr/openwin/lib -ldps \
|
||||
-lC -lc ;
|
||||
set ld_status=$status
|
||||
if ( $?LD_LIBRARY_PATH ) then
|
||||
set ld_library_path=$LD_LIBRARY_PATH
|
||||
endif
|
||||
|
Reference in New Issue
Block a user