diff options
Diffstat (limited to 'build/CMakeFiles/rules.ninja')
| -rw-r--r-- | build/CMakeFiles/rules.ninja | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/CMakeFiles/rules.ninja b/build/CMakeFiles/rules.ninja index 4a34568..0408dd1 100644 --- a/build/CMakeFiles/rules.ninja +++ b/build/CMakeFiles/rules.ninja @@ -6,7 +6,7 @@ # It is included in the main 'build.ninja'. # ============================================================================= -# Project: MyProject +# Project: minesweeper # Configurations: # ============================================================================= # ============================================================================= @@ -14,7 +14,7 @@ ############################################# # Rule for compiling CXX files. -rule CXX_COMPILER__my_project_unscanned_ +rule CXX_COMPILER__minesweeper_unscanned_ depfile = $DEP_FILE deps = gcc command = ${LAUNCHER}${CODE_CHECK}D:\MinGW\bin\c++.exe $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in @@ -24,7 +24,7 @@ rule CXX_COMPILER__my_project_unscanned_ ############################################# # Rule for linking CXX executable. -rule CXX_EXECUTABLE_LINKER__my_project_ +rule CXX_EXECUTABLE_LINKER__minesweeper_ command = C:\WINDOWS\system32\cmd.exe /C "$PRE_LINK && D:\MinGW\bin\c++.exe $FLAGS $LINK_FLAGS $in -o $TARGET_FILE -Wl,--out-implib,$TARGET_IMPLIB -Wl,--major-image-version,0,--minor-image-version,0 $LINK_PATH $LINK_LIBRARIES && $POST_BUILD" description = Linking CXX executable $TARGET_FILE restat = $RESTAT |
