Changeset

445:f68f39a62ecc

Removed MS specific preprocessor statements from the Makefile
author Waqas Hussain <waqas20@gmail.com>
date Thu, 27 Nov 2008 22:27:25 +0500
parents 442:722f63c70a77
children 446:5b5732d65792
files util-src/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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