Author Topic: #file  (Read 354 times)

0 Members and 1 Guest are viewing this topic.

Offline Pierre Bellisle

  • JK-Mitglieder
  • Full Member
  • *
  • Posts: 157
  • User-Rate: +12/-7
#file
« on: October 18, 2022, 03:45:57 AM »
Hey Charles !

About #file, a little kwirk...

With #file "D:\Dev\Oxygen\OtherExeName.exe"

From Oxide, Menu: Compile and Run Binary[32/64]
OtherExeName.exe will be compiled but won't be executed.
The original exe name will be executed if it exist.

Regards,
Pierre

Online Charles Pegge

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 895
  • User-Rate: +33/-1
    • Charles Pegge
Re: #file
« Reply #1 on: October 19, 2022, 04:49:56 AM »
Hi Pierre,

Currently,#file is intended for RTL32.inc and RTL64.inc only. Independent  binary mode is the only one available for compiled files, so I will ensure it is always set

From Oxide, compilation is performed with co2 -r ... which will only execute when the compilation is error-free.