CompilerInterface.txt - Missing flag

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

CompilerInterface.txt - Missing flag

Post by Josh »

It's not a bug in the help, but I didn't know where else to post it. In the file 'CompilerInterface.txt' there is no entry for the purifier in the list of possible compilerflags.

Code: Select all

COMPILE<T><FlagsList>

  Start the compilation with a previously set source and target, and the given flags.
  Parameters: list of flags, separated by a Tab:

  Possible Flags:
  DEBUGGER         - compile with enabled debugger
  INLINEASM        - enable InlineASM support
  DLL              - create a dll
  XPSKIN           - enable XP Skin support           (windows only)
  ADMINISTRATOR    - request admin mode on vista      (windows only)
  USER             - request user mode on vista       (windows only)
  CONSOLE          - create a console mode executable (windows only)
  ONERROR          - enable OnError lines support
  MMX              - create MMX optimitzed exe
  3DNOW            - create 3DNOW optimitzed exe
  SSE              - create SSE optimitzed exe
  SSE2             - create SSE2 optimitzed exe
  DYNAMICCPU       - create an exe with all processor specific routines
  THREAD           - create threadsafe executable
  PROGRESS         - indicate compilation progress with 'PROGRESS' responses (see below)
  WARNINGS         - turn on warning messages (since 4.30, see below)
  REDIRECT         - turn on file redirection messages (since 4.40, see below)
  IGNOREBUNDLEPATH - don't set the current directory to the bundle one (since 4.70, OS X only)
  FRONT            - gives the focus to the created bundle and push it to front , even if launched   
sorry for my bad english
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2057
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: CompilerInterface.txt - Missing flag

Post by Andre »

Related to the PureBasic SDK - should be checked by Fred :D
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply