Changeset 1896
- Timestamp:
- Apr 24, 2005, 9:18:53 AM (20 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.58
to1.59
r1895 r1896 47 47 @echo " libs - make -f libonly.gmk all" 48 48 @echo " clean - Wipes all the output." 49 @echo " install - Wipes all the output."49 @echo " install - installs everything." 50 50 @echo " bootstrap - all + install + clean + all + install. This assumes" 51 51 @echo " that your install directory is setup to override any" -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/Makefile.gmk
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1895 r1896 354 354 355 355 # The general a.out -> OMF conversion rules for object files 356 $.omf/%.obj: 356 $.omf/%.obj: 357 357 $(call DO.EMXOMF) 358 358 $.omf-log/%.obj: … … 363 363 # The general a.out -> OMF conversion rule for libraries 364 364 $.omf%.lib: 365 $(call MKDIR, $(dir $@)) 365 366 $(call DO.EMXOMF) 366 367 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.