Commit fe1f9481 authored by captainwong's avatar captainwong

ignore exp

parent f952d1c6
...@@ -85,6 +85,7 @@ obj/ ...@@ -85,6 +85,7 @@ obj/
*.so *.so
*.dylib *.dylib
*.dll *.dll
*.exp
# Compiled Static libraries # Compiled Static libraries
*.lai *.lai
...@@ -92,6 +93,7 @@ obj/ ...@@ -92,6 +93,7 @@ obj/
*.a *.a
*.lib *.lib
# Executables # Executables
*.exe *.exe
#AlarmCenter_Setup.exe #AlarmCenter_Setup.exe
......
#/bin/bash
mkdir -p com/hb3344/ademco
swig -java -package com.hb3344.ademco -outdir com/hb3344/ademco -o libademco_java_wrap.c libademco.swig
gcc -fpic -c ../ademco.c libademco_java_wrap.c -I"../" -I"%JAVA_HOME%include" -I"%JAVA_HOME%include/win32"
gcc -shared ademco.o libademco_java_wrap.o -o libademco.so
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment