summaryrefslogtreecommitdiffstats
path: root/ldap/synctools/passwordsync/passsync
diff options
context:
space:
mode:
authorThomas Lackey <tlackey@redhat.com>2005-05-16 19:41:38 +0000
committerThomas Lackey <tlackey@redhat.com>2005-05-16 19:41:38 +0000
commit6290f68b69504be64aa105ffe497da129c3095f9 (patch)
treeaaaf6b42872b83b7467601981533edd16a02bc27 /ldap/synctools/passwordsync/passsync
parent582a2c5f1fe8801c22a076ad1d8128d8f82fc4c9 (diff)
Modify NTDS and PassSync to build in the 'built' directory.
Diffstat (limited to 'ldap/synctools/passwordsync/passsync')
-rw-r--r--ldap/synctools/passwordsync/passsync/passsync.mak12
1 files changed, 6 insertions, 6 deletions
diff --git a/ldap/synctools/passwordsync/passsync/passsync.mak b/ldap/synctools/passwordsync/passsync/passsync.mak
index e83a779d..2980e081 100644
--- a/ldap/synctools/passwordsync/passsync/passsync.mak
+++ b/ldap/synctools/passwordsync/passsync/passsync.mak
@@ -27,10 +27,10 @@ NULL=nul
!IF "$(CFG)" == "passsync - Win32 Release"
-OUTDIR=.\Release
-INTDIR=.\Release
+OUTDIR=$(OBJDEST)\passsync
+INTDIR=$(OBJDEST)\passsync
# Begin Custom Macros
-OutDir=.\Release
+OutDir=$(OBJDEST)\passsync
# End Custom Macros
ALL : "$(OUTDIR)\passsync.exe"
@@ -102,10 +102,10 @@ LINK32_OBJS= \
!ELSEIF "$(CFG)" == "passsync - Win32 Debug"
-OUTDIR=.\Debug
-INTDIR=.\Debug
+OUTDIR=$(OBJDEST)\passsync
+INTDIR=$(OBJDEST)\passsync
# Begin Custom Macros
-OutDir=.\Debug
+OutDir=$(OBJDEST)\passsync
# End Custom Macros
ALL : "$(OUTDIR)\passsync.exe"