Changeset 1852
- Timestamp:
- Aug 15, 2015, 7:30:10 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/dll/makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/makefile
r1762 r1852 95 95 !endif 96 96 97 !ifdef %PMPRINTF # if defined in environment 98 PMPRINTF = $(%PMPRINTF) # use value from environment 99 !endif 100 97 101 # Keep this code in sync with makefile_post.mk 98 102 !ifndef NOHIGHMEM … … 233 237 @%append $^@ name $(BASE) 234 238 @for %f in ($(OBJS)) do @%append $^@ file %f 235 @%append $^@ library os2386.lib 236 239 @%append $^@ library os2386.lib 240 !ifdef PMPRINTF 241 @%append $^@ library PMPRINTF.LIB 242 !endif 237 243 !else # MAKERES defined 238 244
Note:
See TracChangeset
for help on using the changeset viewer.
