[ros-diffs] [royce] 12943: bugfix - patch by filip navara

royce at svn.reactos.com royce at svn.reactos.com
Wed Jan 12 06:01:50 CET 2005


bugfix - patch by filip navara
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/makefile
  _____  

Modified: branches/xmlbuildsystem/reactos/tools/rbuild/makefile
--- branches/xmlbuildsystem/reactos/tools/rbuild/makefile
2005-01-11 23:31:58 UTC (rev 12942)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/makefile
2005-01-12 05:01:49 UTC (rev 12943)
@@ -5,12 +5,12 @@

 all: $(TARGET)
 
 BACKEND_MINGW_BASE_OBJECTS = \
-	backend/mingw/mingw.cpp \
-	backend/mingw/modulehandler.cpp
+	backend/mingw/mingw.o \
+	backend/mingw/modulehandler.o
 	
 BACKEND_BASE_OBJECTS = \
 	$(BACKEND_MINGW_BASE_OBJECTS) \
-	backend/backend.cpp
+	backend/backend.o
 
 BASE_OBJECTS = \
 	$(BACKEND_BASE_OBJECTS) \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050112/1a997dc9/attachment.html


More information about the Ros-diffs mailing list