mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
assume HOST is set to mingw32-windows until someone who knows how can have make fail when HOST isn't set
svn path=/branches/xmlbuildsystem/; revision=12822
This commit is contained in:
@@ -34,14 +34,16 @@ HOST_LFLAGS = -g
|
||||
rbuild$(EXE_POSTFIX): $(OBJECTS)
|
||||
$(HOST_CXX) $(OBJECTS) $(HOST_LFLAGS) -o rbuild$(EXE_POSTFIX)
|
||||
|
||||
ifeq ($(HOST),"")
|
||||
echo Please set HOST variable to mingw32-windows or mingw32-linux
|
||||
endif
|
||||
ifeq ($(HOST),mingw32-linux)
|
||||
clean:
|
||||
-rm -f *.o
|
||||
-rm -f rbuild$(EXE_POSTFIX)
|
||||
-rm -f tests/*.o
|
||||
-rm -f rbuild_tests$(EXE_POSTFIX)
|
||||
endif
|
||||
ifeq ($(HOST),mingw32-windows)
|
||||
else
|
||||
clean:
|
||||
-del *.o
|
||||
-del rbuild$(EXE_POSTFIX)
|
||||
|
||||
Reference in New Issue
Block a user