mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 19:25:59 +00:00
bugfix - patch by filip navara
svn path=/branches/xmlbuildsystem/; revision=12943
This commit is contained in:
parent
6858112b10
commit
4846c7b4a2
1 changed files with 3 additions and 3 deletions
|
@ -5,12 +5,12 @@ TARGET = rbuild$(EXE_POSTFIX)
|
|||
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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue