summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorfcolin2008-04-11 16:53:04 +0000
committerfcolin2008-04-11 16:53:04 +0000
commite5f003a19c21917cef2cf174091d9a018281b79d (patch)
tree797e323925935fd27513d661e5511e88f27b0d93 /tools
parentdb656ec297cd2bdfdbfdf1ee4dab0085f3198492 (diff)
downloadivy-c-e5f003a19c21917cef2cf174091d9a018281b79d.zip
ivy-c-e5f003a19c21917cef2cf174091d9a018281b79d.tar.gz
ivy-c-e5f003a19c21917cef2cf174091d9a018281b79d.tar.bz2
ivy-c-e5f003a19c21917cef2cf174091d9a018281b79d.tar.xz
adaptation au chgt de repertoire
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.win3217
1 files changed, 9 insertions, 8 deletions
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: