Mercurial > hg > Papers > 2017 > ikkun-osc
diff sample/build.ninja @ 8:df645e67040a
fix
author | ikkun <ikkun@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 16 Jun 2017 01:06:22 +0900 |
parents | 4153915c519f |
children | 33cbafd41036 |
line wrap: on
line diff
--- a/sample/build.ninja Thu Jun 15 23:38:07 2017 +0900 +++ b/sample/build.ninja Fri Jun 16 01:06:22 2017 +0900 @@ -72,29 +72,6 @@ TARGET_FILE = hello TARGET_PDB = hello.dbg # ============================================================================= -# Object build statements for EXECUTABLE target fizzbizz - -build CMakeFiles/fizzbizz.dir/fizzbizz.c.o: C_COMPILER__fizzbizz fizzbizz.c - DEP_FILE = CMakeFiles/fizzbizz.dir/fizzbizz.c.o.d - FLAGS = -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk - OBJECT_DIR = CMakeFiles/fizzbizz.dir - OBJECT_FILE_DIR = CMakeFiles/fizzbizz.dir - -# ============================================================================= -# Link build statements for EXECUTABLE target fizzbizz - - -############################################# -# Link the executable fizzbizz - -build fizzbizz: C_EXECUTABLE_LINKER__fizzbizz CMakeFiles/fizzbizz.dir/fizzbizz.c.o - FLAGS = -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk - OBJECT_DIR = CMakeFiles/fizzbizz.dir - POST_BUILD = : - PRE_LINK = : - TARGET_FILE = fizzbizz - TARGET_PDB = fizzbizz.dbg -# ============================================================================= # Target aliases. # ============================================================================= @@ -113,7 +90,7 @@ ############################################# # The main all target. -build all: phony hello fizzbizz +build all: phony hello ############################################# # Make the all target the default.