mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:25:49 +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)
|
all: $(TARGET)
|
||||||
|
|
||||||
BACKEND_MINGW_BASE_OBJECTS = \
|
BACKEND_MINGW_BASE_OBJECTS = \
|
||||||
backend/mingw/mingw.cpp \
|
backend/mingw/mingw.o \
|
||||||
backend/mingw/modulehandler.cpp
|
backend/mingw/modulehandler.o
|
||||||
|
|
||||||
BACKEND_BASE_OBJECTS = \
|
BACKEND_BASE_OBJECTS = \
|
||||||
$(BACKEND_MINGW_BASE_OBJECTS) \
|
$(BACKEND_MINGW_BASE_OBJECTS) \
|
||||||
backend/backend.cpp
|
backend/backend.o
|
||||||
|
|
||||||
BASE_OBJECTS = \
|
BASE_OBJECTS = \
|
||||||
$(BACKEND_BASE_OBJECTS) \
|
$(BACKEND_BASE_OBJECTS) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue