V1.0
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#############################################
|
||||
# Rule for compiling CXX files.
|
||||
|
||||
rule CXX_COMPILER__BIPY_App_unscanned_Debug
|
||||
rule CXX_COMPILER__Xenith_Studio_unscanned_Debug
|
||||
depfile = $DEP_FILE
|
||||
deps = gcc
|
||||
command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in
|
||||
@@ -24,7 +24,7 @@ rule CXX_COMPILER__BIPY_App_unscanned_Debug
|
||||
#############################################
|
||||
# Rule for linking CXX executable.
|
||||
|
||||
rule CXX_EXECUTABLE_LINKER__BIPY_App_Debug
|
||||
rule CXX_EXECUTABLE_LINKER__Xenith_Studio_Debug
|
||||
command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD
|
||||
description = Linking CXX executable $TARGET_FILE
|
||||
restat = $RESTAT
|
||||
|
||||
Reference in New Issue
Block a user