source: trunk/include/pdwin32.incdll@ 1921

Last change on this file since 1921 was 1910, checked in by bird, 26 years ago

Initial checkin.

File size: 307 bytes
Line 
1# $Id: pdwin32.incdll,v 1.1 1999-12-01 09:29:52 bird Exp $
2# ODIN Project
3#
4# Common DLL makefile rules
5# Note: Must be included after the 'all' rule!
6#
7
8$(TARGET)exp.def: $(TARGET).def
9 $(IMPDEF) $** $@
10
11$(TARGET).lib: $(TARGET)exp.Def
12 $(IMPLIB) $(IMPLIBFLAGS) $@ $**
13 $(CP) $@ $(PDWIN32_LIB)\$@
Note: See TracBrowser for help on using the repository browser.