Last change
on this file was 11, checked in by arnault, 21 years ago |
Changing eol-style property
|
-
Property svn:eol-style
set to
native
|
File size:
560 bytes
|
Rev | Line | |
---|
[6] | 1 | #-- start of c ------
|
---|
| 2 |
|
---|
| 3 | $(bin)${CONSTITUENT}/${NAME}${CONSTITUENTSUFFIX}.obj : $(${NAME}_${FILESUFFIX}_dependencies)
|
---|
| 4 | $(c_echo) $@
|
---|
| 5 | @if not exist $(bin)${CONSTITUENT} mkdir $(bin)${CONSTITUENT}
|
---|
| 6 | $(c_silent) $(ccomp) /Fo$(bin)${CONSTITUENT}\${NAME}${CONSTITUENTSUFFIX}.obj /Fd$(bin)${CONSTITUENT}\ $(use_pp_cflags) $(${CONSTITUENT}_pp_cflags) $(app_${CONSTITUENT}_pp_cflags) $(${NAME}_pp_cflags) $(use_cflags) $(${CONSTITUENT}_cflags) $(app_${CONSTITUENT}_cflags) $(${NAME}_cflags) $(${NAME}_${FILESUFFIX}_cflags) ${ADDINCLUDE} ${FULLNAME}
|
---|
| 7 |
|
---|
| 8 | #-- end of c ------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.