cvs.delorie.com/djgpp/doc/utils/utils_23.html   search  
DJGPP Utilities Reference

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

20. dxe3res

Usage: dxe3res -o linkage.c moduleA.dxe moduleB.dxe ...

The dxe3res tool takes one or more DXE modules and creates a C source file which will transparently load the DXE as if it were linked into your image. The C source file must be compiled and linked with your application.

 
	dxe3res -o table.c moduleA.dxe moduleB.dxe
	gcc -c -O2 table.c
	gcc mymain.o table.o


  webmaster     delorie software   privacy  
  Copyright © 2004     Updated Nov 2004