|
Revision 9, 490 bytes
(checked in by Gregor, 2 years ago)
|
dsss_build: MERGE with bud 51
sss/conf.d: A few initial things for manifest support.
|
| Line | |
|---|
| 1 |
------------------------------------- |
|---|
| 2 |
Windows Resource File |
|---|
| 3 |
------------------------------------- |
|---|
| 4 |
rule=Resources |
|---|
| 5 |
in=rc |
|---|
| 6 |
out=res |
|---|
| 7 |
tool=rc {OPT} /r /fo {@OUT} {@IN} |
|---|
| 8 |
|
|---|
| 9 |
------------------------------------- |
|---|
| 10 |
DMD C/C++ linkage |
|---|
| 11 |
------------------------------------- |
|---|
| 12 |
rule=DMD C/C++ |
|---|
| 13 |
in=c |
|---|
| 14 |
out=obj |
|---|
| 15 |
tool=dmc -c {OPT} -o{@OUT} {@IN} |
|---|
| 16 |
|
|---|
| 17 |
------------------------------------- |
|---|
| 18 |
TEST |
|---|
| 19 |
------------------------------------- |
|---|
| 20 |
rule=DIndent |
|---|
| 21 |
in=id |
|---|
| 22 |
out=d |
|---|
| 23 |
tool=dindent {@IN} {@OUT} |
|---|
| 24 |
out_use=compile |
|---|