source:
branches/classes/res/common_res/makefile
| Last change on this file was 2, checked in by , 8 years ago | |
|---|---|
| File size: 246 bytes | |
| Line | |
|---|---|
| 1 | # Makefile |
| 2 | |
| 3 | include ../../../make.inc |
| 4 | |
| 5 | INC = ..\..\inc |
| 6 | |
| 7 | all: cwaudio.res |
| 8 | |
| 9 | |
| 10 | cwaudio.res: cwaudio.rc cwimage.rc cwvideo.rc $(INC)\mmres.h |
| 11 | rc -r -n -D $(ECS) -I $(INC) cwaudio.rc |
| 12 | |
| 13 | clean: |
| 14 | -rm cwaudio.res |
| 15 | |
| 16 | cleaner: |
| 17 | -rm *.*~ |
| 18 | |
| 19 | |
| 20 |
Note:
See TracBrowser
for help on using the repository browser.
