|
Revision 15, 451 bytes
(checked in by toaster, 8 years ago)
|
documentation changes
|
| Line | |
|---|
| 1 |
# Version WINDOWS |
|---|
| 2 |
|
|---|
| 3 |
default: |
|---|
| 4 |
cd .. && c:\dm\bin\make winsamples |
|---|
| 5 |
|
|---|
| 6 |
test: test4 |
|---|
| 7 |
|
|---|
| 8 |
test0: |
|---|
| 9 |
cd .. && c:\dm\bin\make winsamples |
|---|
| 10 |
test0.exe |
|---|
| 11 |
|
|---|
| 12 |
test1: |
|---|
| 13 |
cd .. && c:\dm\bin\make winsamples |
|---|
| 14 |
test1.exe |
|---|
| 15 |
|
|---|
| 16 |
test2: |
|---|
| 17 |
cd .. && c:\dm\bin\make winsamples |
|---|
| 18 |
test2.exe |
|---|
| 19 |
|
|---|
| 20 |
test3: |
|---|
| 21 |
cd .. && c:\dm\bin\make winsamples |
|---|
| 22 |
test3.exe |
|---|
| 23 |
|
|---|
| 24 |
test4: |
|---|
| 25 |
cd .. && c:\dm\bin\make winsamples |
|---|
| 26 |
test4.exe |
|---|
| 27 |
|
|---|
| 28 |
test5: |
|---|
| 29 |
cd .. && c:\dm\bin\make winsamples |
|---|
| 30 |
test5.exe |
|---|
| 31 |
|
|---|
| 32 |
|
|---|