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/src/w32server/win32.mak

    r15546 r15580  
    133133
    134134
     135# Default target: make the local library executable
     136all: $(EXECUTABLE)
     137
    135138server.exe: $(EXECUTABLE_OBJECTS)
    136139    $(LINK) $(EXECUTABLE_OBJECTS) $(LIBS) $(WINLIBS)
    137 
    138 all: $(EXECUTABLE)
    139 
    140140install:
    141141    copy $(EXECUTABLE) "$(GSDL_DIR)"
Note: See TracChangeset for help on using the changeset viewer.