forked from KolibriOS/kolibrios
9 lines
161 B
NASM
9 lines
161 B
NASM
; Wrapper for DGEN
|
|
; Wraps command line arguments in quotes and launches dgen.
|
|
|
|
format binary as ""
|
|
|
|
WRAPPER_SUFFIX equ '_open'
|
|
|
|
include '../../quotkinizer.inc'
|