Sources.pp 211 B

12345678
  1. #begin bin_target
  2. // This program only compiles on Unix.
  3. #define BUILD_TARGET $[UNIX_PLATFORM]
  4. #define C++FLAGS -DWITHIN_PANDA
  5. #define TARGET autorestart
  6. #define SOURCES autorestart.c
  7. #end bin_target