Removed MS specific preprocessor statements from the Makefile

Thu, 27 Nov 2008 22:27:25 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 27 Nov 2008 22:27:25 +0500
changeset 445
f68f39a62ecc
parent 442
722f63c70a77
child 446
5b5732d65792

Removed MS specific preprocessor statements from the Makefile

util-src/Makefile file | annotate | diff | comparison | revisions
--- a/util-src/Makefile	Thu Nov 27 21:49:31 2008 +0500
+++ b/util-src/Makefile	Thu Nov 27 22:27:25 2008 +0500
@@ -1,7 +1,4 @@
 
-!IFDEF WINDIR
-!INCLUDE Makefile.win
-!ELSE
 
 LUA_INCLUDE=/usr/include/lua5.1
 LUA_LIB=lua5.1
@@ -26,4 +23,3 @@
 hashes.so: hashes.c
 	gcc -shared hashes.c -I$(LUA_INCLUDE) -l$(LUA_LIB) -l$(OPENSSL_LIB) -o hashes.so
 	
-!ENDIF

mercurial