From e5f003a19c21917cef2cf174091d9a018281b79d Mon Sep 17 00:00:00 2001 From: fcolin Date: Fri, 11 Apr 2008 16:53:04 +0000 Subject: adaptation au chgt de repertoire --- tools/Makefile.win32 | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'tools/Makefile.win32') diff --git a/tools/Makefile.win32 b/tools/Makefile.win32 index d1df4f7..9149241 100644 --- a/tools/Makefile.win32 +++ b/tools/Makefile.win32 @@ -1,7 +1,8 @@ -PCREINC = -I "C:\Documents and Settings\fcolin\My Documents\Visual Studio 2005\Projects\pcre-6.4\\" -PCRELIB = Debug\pcre.lib -EXTRALIB= -L../src -EXTRAINC=-I../src +PCREINC = -I "C:\Users\fcolin\Documents\Projects Visual Studio\pcre-6.4\\" +PCRELIB = ..\Release\pcre.lib +IVYLIB = ..\Release\ivy.lib +EXTRALIB= -L..\Release +EXTRAINC=-I.. #PCREINC = -I "C:\Program Files\GnuWin32\include" #`pcre-config --cflags` #PCRELIB = "C:\Program Files\GnuWin32\lib\libpcre.lib" #`pcre-config --libs` @@ -39,14 +40,14 @@ all: commands commands: $(TARGETS) -ivyprobe.exe: ivyprobe.obj libivy.lib - $(CC) $(CFLAGS) $(EXTRAINC) /Fe$@ ivyprobe.obj libivy.lib wsock32.lib $(PCRELIB) $(EXTRALIB) +ivyprobe.exe: ivyprobe.obj $(IVYLIB) + $(CC) $(CFLAGS) $(EXTRAINC) /Fe$@ ivyprobe.obj $(IVYLIB) wsock32.lib $(PCRELIB) $(EXTRALIB) ivyprobe.obj : ivyprobe.c $(CC) $(CFLAGS) $(REGEXP) $(PCREINC) $(EXTRAINC) /c ivyprobe.c -ivyperf.exe: ivyperf.obj libivy.lib - $(CC) $(CFLAGS) /Fe$@ ivyperf.obj libivy.lib wsock32.lib $(PCRELIB) $(EXTRALIB) +ivyperf.exe: ivyperf.obj $(IVYLIB) + $(CC) $(CFLAGS) /Fe$@ ivyperf.obj $(IVYLIB) wsock32.lib $(PCRELIB) $(EXTRALIB) clean: -- cgit v1.1