diff options
Diffstat (limited to 'util-src')
-rw-r--r-- | util-src/Makefile | 4 | ||||
-rw-r--r-- | util-src/make.bat | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/util-src/Makefile b/util-src/Makefile index 205e51d2..a4901c95 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -1,7 +1,4 @@ -!IFDEF WINDIR -!INCLUDE Makefile.win -!ELSE LUA_INCLUDE=/usr/include/lua5.1 LUA_LIB=lua5.1 @@ -26,4 +23,3 @@ encodings.so: encodings.c hashes.so: hashes.c gcc -shared hashes.c -I$(LUA_INCLUDE) -l$(LUA_LIB) -l$(OPENSSL_LIB) -o hashes.so -!ENDIF diff --git a/util-src/make.bat b/util-src/make.bat new file mode 100644 index 00000000..07858296 --- /dev/null +++ b/util-src/make.bat @@ -0,0 +1 @@ +@nmake /nologo /f Makefile.win %*
\ No newline at end of file |