This commit is contained in:
2024-10-18 14:03:24 +08:00
parent e15c6843cc
commit 96588c78f7
4 changed files with 2 additions and 5 deletions

Binary file not shown.

View File

@@ -1,3 +0,0 @@
#!/bin/bash
gcc -o iptrans iptrmain.c -L../lib/ -liptrans -L../../debug/lib -ldebug -lcurses -L../../snmp/lib -lsnmp -L../../public/lib -lpublic -lm

Binary file not shown.

View File

@@ -9,8 +9,8 @@ for mod in $platModuleList; do
make make
if [ $mod == "iptrans" ] ; then if [ $mod == "iptrans" ] ; then
./generate_iptrans ./mkiptrans.sh
#cp -f ./iptrans /usr/local/omc/bin/ cp -f ./iptrans ../../bin/
fi fi
cd - cd -