Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.
/ GDXD Public archive

an alternative to typing executable.exe -v -d

Notifications You must be signed in to change notification settings

naiiveprojects/GDXD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GDXD

an alternative to typing executable.exe -v -d in the terminal or script for GDX / Godot in windows.

Usage

This executable automatically searches for a program with a similar name in the same folder. To distinguish this executable from the target program, use a . as a separator in the filename.

Example :

  • yourexecutable.justToSeparate.exe
  • gdx.debug.exe

compiling

RC

windres GDXD.rc -o GDXD.o

Binary

g++ -o GDXD.exe GDXD.cpp GDXD.o -Os -s

About

an alternative to typing executable.exe -v -d

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages