Imhotheb
6 years ago
1 changed files with 56 additions and 0 deletions
@ -0,0 +1,56 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
|
|||
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 5.70 LTS (Windows - x64)"> |
|||
<section name="config"> |
|||
<options closefiles="1" openmode="2" name="DYMO-Include/-DLL"/> |
|||
</section> |
|||
<section name="data"> |
|||
<explorer view="" pattern="0"/> |
|||
<log show="1"/> |
|||
</section> |
|||
<section name="files"> |
|||
<file name="DYMO.pbi"> |
|||
<config load="1" scan="1" panel="1" warn="0" lastopen="1" panelstate="+"/> |
|||
</file> |
|||
<file name="DYMO_CreateDLL.pb"> |
|||
<config load="1" scan="1" panel="1" warn="0" lastopen="1" panelstate="+"/> |
|||
</file> |
|||
<file name="DYMO_DLL.pbi"> |
|||
<config load="1" scan="1" panel="1" warn="0" lastopen="1" panelstate="+"/> |
|||
</file> |
|||
<file name="DYMO_Example.pb"> |
|||
<config load="1" scan="1" panel="1" warn="0" lastopen="1" panelstate="+"/> |
|||
</file> |
|||
</section> |
|||
<section name="targets"> |
|||
<target name="Example" enabled="0" default="1"> |
|||
<inputfile value="DYMO_Example.pb"/> |
|||
<outputfile value="DYMO_Example.exe"/> |
|||
<options debug="1"/> |
|||
<temporaryexe value="source"/> |
|||
<format exe="console" cpu="0"/> |
|||
</target> |
|||
<target name="DYMO_x64.dll (64-bit)" enabled="1" default="0"> |
|||
<inputfile value="DYMO_CreateDLL.pb"/> |
|||
<outputfile value="DYMO64.dll"/> |
|||
<compiler version="PureBasic 5.70 LTS (Windows - x64)"/> |
|||
<executable value="DYMO64.dll"/> |
|||
<options/> |
|||
<temporaryexe value="source"/> |
|||
<format exe="dll" cpu="0"/> |
|||
<compilecount enable="0" value="3"/> |
|||
<buildcount enable="1" value="1"/> |
|||
</target> |
|||
<target name="DYMO.dll (32-bit)" enabled="1" default="0"> |
|||
<inputfile value="DYMO_CreateDLL.pb"/> |
|||
<outputfile value="DYMO32.dll"/> |
|||
<compiler version="PureBasic 5.70 LTS (Windows - x86)"/> |
|||
<executable value="DYMO32.dll"/> |
|||
<options/> |
|||
<temporaryexe value="source"/> |
|||
<format exe="dll" cpu="0"/> |
|||
<compilecount enable="0" value="0"/> |
|||
<buildcount enable="1" value="1"/> |
|||
</target> |
|||
</section> |
|||
</project> |
Loading…
Reference in new issue