[ros-diffs] [chorns] 19351: Create parent directory before creating the definition file

chorns at svn.reactos.com chorns at svn.reactos.com
Sat Nov 19 22:07:37 CET 2005


Create parent directory before creating the definition file
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
  _____  

Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
--- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
2005-11-19 19:20:51 UTC (rev 19350)
+++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
2005-11-19 21:07:25 UTC (rev 19351)
@@ -1081,9 +1081,10 @@

 	CLEAN_FILE(stub_file)
 
 	fprintf ( fMakefile,
-	          "%s: %s $(WINEBUILD_TARGET)\n",
+	          "%s: %s $(WINEBUILD_TARGET) | %s\n",
 	          def_file.c_str (),
-	          dependencies.c_str () );
+	          dependencies.c_str (),
+	          GetDirectory ( def_file ).c_str () );
 	fprintf ( fMakefile, "\t$(ECHO_WINEBLD)\n" );
 	fprintf ( fMakefile,
 	          "\t%s -o %s --def -E %s\n",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051119/48d726e0/attachment.html


More information about the Ros-diffs mailing list