Changeset 3466 for trunk/src/scconf/Makefile.mak
- Timestamp:
- 04/07/08 23:35:11 (8 months ago)
- Files:
-
- 1 modified
-
trunk/src/scconf/Makefile.mak (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scconf/Makefile.mak
r3464 r3466 10 10 all: install-headers $(TARGET) 11 11 12 $(TARGET): $(OBJECTS) ..\common\common.lib13 lib /nologo /machine:ix86 /out:$(TARGET) $(OBJECTS) ..\common\common.lib12 $(TARGET): $(OBJECTS) 13 lib /nologo /machine:ix86 /out:$(TARGET) $(OBJECTS) 14 14 15 15 !INCLUDE $(TOPDIR)\win32\Make.rules.mak
