|
Revision 20, 0.6 kB
(checked in by bobef, 4 years ago)
|
Added skinned HTMLayout window example
|
| Line | |
|---|
| 1 |
@echo off |
|---|
| 2 |
|
|---|
| 3 |
set HTMLAYOUT_FILES=../../import/htmlayout/capi.d ../../import/htmlayout/events.d ../../import/htmlayout/element.d ../../import/htmlayout/htmlayout.d ../../import/htmlayout/behaviors/translatable.d |
|---|
| 4 |
set FLOWERD_FILES=../../import/flowerd/skin.d ../../import/flowerd/common.d ../../import/flowerd/config.d ../../import/flowerd/sharedlib.d |
|---|
| 5 |
set WIN32_STUFF=-version=WIN32_import_libs -L/exet:nt/su:windows:4.0 |
|---|
| 6 |
|
|---|
| 7 |
del skinned.exe |
|---|
| 8 |
dmd skinned.d %HTMLAYOUT_FILES% %FLOWERD_FILES% -I../../import -O -inline -release -ofskinned.exe %WIN32_STUFF% |
|---|
| 9 |
del *.map |
|---|
| 10 |
del *.obj |
|---|
| 11 |
pause |
|---|