Batch support for CreateProcess (1 of 3)

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Fri Nov 29 04:05:10 CST 2002


Changelog:
	programs/Makefile.in:
	Make wcmd run from inside the source tree

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/programs/Makefile.in
===================================================================
RCS file: /home/wine/wine/programs/Makefile.in,v
retrieving revision 1.29
diff -u -w -r1.29 Makefile.in
--- wine/programs/Makefile.in	15 Nov 2002 01:41:20 -0000	1.29
+++ wine/programs/Makefile.in	29 Nov 2002 09:58:46 -0000
@@ -70,7 +70,8 @@
 SYMLINKS = \
 	wineconsole.exe \
 	winedbg.exe \
-	winhelp.exe
+	winhelp.exe \
+	wcmd.exe
 
 @MAKE_RULES@
 
@@ -126,8 +127,12 @@
 winhelp.exe$(DLLEXT): winhelp/winhelp.exe$(DLLEXT)
 	$(RM) $@ && $(LN_S) winhelp/winhelp.exe$(DLLEXT) $@
 
+wcmd.exe$(DLLEXT): wcmd/wcmd.exe$(DLLEXT)
+	$(RM) $@ && $(LN_S) wcmd/wcmd.exe$(DLLEXT) $@
+
 wineconsole/wineconsole.exe$(DLLEXT): wineconsole
 winedbg/winedbg.exe$(DLLEXT): winedbg
 winhelp/winhelp.exe$(DLLEXT): winhelp
+wcmd/wincmd.exe$(DLLEXT): wcmd
 
 ### Dependencies:



More information about the wine-patches mailing list