mirror of
https://github.com/fhgwright/SCSI2SD.git
synced 2025-03-04 03:29:56 +00:00
Firmware upgrade and config save/load mostly works. Firmware isn't making use of the new configuration yet.
15 lines
387 B
XML
15 lines
387 B
XML
<?xml version="1.0" ?>
|
|
<makefile>
|
|
|
|
<include file="../../build/bakefiles/common_samples.bkl"/>
|
|
|
|
<exe id="nativdlg" template="wx_sample" template_append="wx_append">
|
|
<sources>nativdlg.cpp</sources>
|
|
<headers>nativdg.h resource.h</headers>
|
|
<wx-lib>core</wx-lib>
|
|
<wx-lib>base</wx-lib>
|
|
<win32-res>nativdlg.rc</win32-res>
|
|
</exe>
|
|
|
|
</makefile>
|