|
Revision 18, 0.5 kB
(checked in by bobef, 4 years ago)
|
Updated HTMLayout wrapper to 0.7 (3.2.2.13)
|
| 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 |
|---|
| 4 |
set FLOWERD_FILES=../../import/flowerd/dfl.d ../../import/flowerd/common.d ../../import/flowerd/sharedlib.d |
|---|
| 5 |
set DFL_STUFF=-version=DFL_import_libs -L/exet:nt/su:windows:4.0 |
|---|
| 6 |
|
|---|
| 7 |
del msvs_start_page.exe |
|---|
| 8 |
dmd msvs_start_page.d %HTMLAYOUT_FILES% %FLOWERD_FILES% -I../../import -O -inline -release -ofmsvs_start_page.exe %DFL_STUFF% |
|---|
| 9 |
|
|---|
| 10 |
del *.map |
|---|
| 11 |
del *.obj |
|---|
| 12 |
pause |
|---|