1.) Create new Makefile Project (Visual C++) with Build ... · View Project Build Makefile xo Debug...

5
1.) Create new Makefile Project (Visual C++) with Build command line: set to nmake:

Transcript of 1.) Create new Makefile Project (Visual C++) with Build ... · View Project Build Makefile xo Debug...

Page 1: 1.) Create new Makefile Project (Visual C++) with Build ... · View Project Build Makefile xo Debug Team Debug Tools Test Analyze Quick Launch (Ctrl+Q) Solution Explorer Search Solution

1.) Create new Makefile Project (Visual C++) with Build command line: set to nmake:

Page 2: 1.) Create new Makefile Project (Visual C++) with Build ... · View Project Build Makefile xo Debug Team Debug Tools Test Analyze Quick Launch (Ctrl+Q) Solution Explorer Search Solution

2.) Add minimal main.c:

Page 3: 1.) Create new Makefile Project (Visual C++) with Build ... · View Project Build Makefile xo Debug Team Debug Tools Test Analyze Quick Launch (Ctrl+Q) Solution Explorer Search Solution

3.) Add corresponding Makefile:

Page 4: 1.) Create new Makefile Project (Visual C++) with Build ... · View Project Build Makefile xo Debug Team Debug Tools Test Analyze Quick Launch (Ctrl+Q) Solution Explorer Search Solution

4.) Errors building in the IDE:

Page 5: 1.) Create new Makefile Project (Visual C++) with Build ... · View Project Build Makefile xo Debug Team Debug Tools Test Analyze Quick Launch (Ctrl+Q) Solution Explorer Search Solution

Building works only in the command prompt: