Ignore:
Timestamp:
2008-05-19T16:04:47+12:00 (16 years ago)
Author:
mdewsnip
Message:

Hopefully the last of the makefile tidy ups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/win32.mak

    r15546 r15580  
    115115
    116116
    117 gsdllib.lib : $(OBJECTS)
    118     if EXIST gsdllib.lib del gsdllib.lib
    119     $(AR) -nologo /out:gsdllib.lib $(OBJECTS)
    120 
     117# Default target: make gsdllib.lib
    121118all: $(LIBRARY)
    122119
    123 install: $(LIBRARY)
     120gsdllib.lib : $(OBJECTS)
     121    if EXIST $(LIBRARY) del $(LIBRARY)
     122    $(AR) -nologo /out:$(LIBRARY) $(OBJECTS)
     123
     124install:
    124125
    125126clean:
    126127    del *.obj
    127     del gsdllib.lib
     128    del $(LIBRARY)
    128129
    129130
Note: See TracChangeset for help on using the changeset viewer.