Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. erasing makefile / make DEFINES ?

erasing makefile / make DEFINES ?

Scheduled Pinned Locked Moved C / C++ / MFC
debuggingquestionlearning
2 Posts 1 Posters 12 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    I am using makefile / make DEFINES as common resource for project.

    DEFINES += define PORT_CONFIGURATION
    DEFINES += undefine SERIAL_SETUP
    DEFINES += define STATUS_BAR

    DEFINES += define TRACE_MENU
    DEFINES += define TEST_SERIAL_PORT
    DEFINES += define SERIAL_PORT_SETUP

    DEFINES

    add Apr15

    DEFINES += define DEBUG_MDI
    DEFINES += define TRACE_CONSOLE

    Is there a simple way to ERASE all DEFINES and start fresh? My code has few places of DEFINES and commenting them out is impractical. I did ask Mr Google , and the above did not work. Thanks .

    L 1 Reply Last reply
    0
    • L Lost User

      I am using makefile / make DEFINES as common resource for project.

      DEFINES += define PORT_CONFIGURATION
      DEFINES += undefine SERIAL_SETUP
      DEFINES += define STATUS_BAR

      DEFINES += define TRACE_MENU
      DEFINES += define TEST_SERIAL_PORT
      DEFINES += define SERIAL_PORT_SETUP

      DEFINES

      add Apr15

      DEFINES += define DEBUG_MDI
      DEFINES += define TRACE_CONSOLE

      Is there a simple way to ERASE all DEFINES and start fresh? My code has few places of DEFINES and commenting them out is impractical. I did ask Mr Google , and the above did not work. Thanks .

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      SOLVED DEFINES = " "

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups