You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2013/03/20 15:21:26 UTC

svn commit: r1458847 - /commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/Makefile

Author: mturk
Date: Wed Mar 20 14:21:26 2013
New Revision: 1458847

URL: http://svn.apache.org/r1458847
Log:
Axe duplicate cpu target

Modified:
    commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/Makefile

Modified: commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/Makefile
URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/Makefile?rev=1458847&r1=1458846&r2=1458847&view=diff
==============================================================================
--- commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/Makefile (original)
+++ commons/proper/daemon/branches/1.0.x/src/native/windows/apps/prunsrv/Makefile Wed Mar 20 14:21:26 2013
@@ -32,13 +32,6 @@ SRCDIR = .\..\..
 LFLAGS = $(LFLAGS) /stack:0x64000
 !ENDIF
 
-!IF "$(CPU)" == "X64"
-PREFIX = $(PREFIX)\amd64
-!ENDIF
-!IF "$(CPU)" == "I64"
-PREFIX = $(PREFIX)\ia64
-!ENDIF
-
 LFLAGS = $(LFLAGS) /version:1.0
 LIBS = $(LIBS) user32.lib gdi32.lib winspool.lib comdlg32.lib comctl32.lib shlwapi.lib netapi32.lib
 INCLUDES = -I$(SRCDIR)\include -I$(SRCDIR)\src $(JAVA_INCLUDES)