Makefile Wizard: Select Makefile Type and Platform

See Also

On the Select Makefile Type and Platform page of the Makefile Wizard, you can select the compilers with which you want to build your application and the platform on which you want to run the executable.

  1. Select the compiler set to use.
  2. Select the platform on which you want to run the binary that is generated by the makefile. The linker flags and system libraries that the wizard writes to the makefile are based on the platform that you choose.
  3. Click Next.
See Also
Creating a Makefile
        Name and Location
        Enter Base Directory
        Enter Target Name
        Create List of Targets
        Build Output Directory
        Enter Source Files
        Enter Include Directories
        Select Standard Libraries
        Enter Libraries
        Set Basic Options
        Enter Advanced Options
        Define Recursive Make Target
        Define Custom Make Target
        Edit Compiler Paths
        Set Compiling Preference
        Review Makefile

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.