Changeset 196 for trunk/src/helpers/helpers_post.in
- Timestamp:
- Aug 9, 2002, 12:35:28 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/helpers_post.in
r75 r196 20 20 21 21 .c.{$(OUTPUTDIR)}.obj: 22 22 @echo $(MAKEDIR)\makefile: Compiling $(@B).c 23 23 !ifdef EMX 24 24 $(CC_HELPERS) -o $(OUTPUTDIR)\$(@B).obj $(@B).c 25 25 !else 26 26 !ifndef PRECH 27 27 $(CC_HELPERS) /Fo$(OUTPUTDIR)\$(@B).obj $(@B).c 28 28 !else 29 29 $(CC_HELPERS) /fi"$(PRECH)\$(@B).pch" /si"$(PRECH)\$(@B).pch" /Fo$(OUTPUTDIR)\$(@B).obj $(@B).c 30 30 !endif 31 31 !endif 32 33 $(OUTPUTDIR)\interlock.obj: $(@B).asm 34 @echo $(MAKEDIR)\makefile: Assembling $(@B).asm 35 alp -Sv:ALP -Fdo:$(OUTPUTDIR) $(@B).asm 32 36 33 37 # The .OBJ-from-sources dependencies are now automatically
Note:
See TracChangeset
for help on using the changeset viewer.