*** empty log message ***

This commit is contained in:
hyung-hwan 2006-03-31 17:08:38 +00:00
parent 68960ce823
commit f4ea97d87a
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ lib: $(OBJS)
<< <<
dll: $(OBJS) dll: $(OBJS)
link /dll /def:$(OUT).def /subsystem:console /version:0.1 /release @<< link /dll /def:$(OUT).def /subsystem:console /version:0.1 /release /noentry @<<
/nologo /out:$(OUT).dll $(OBJS) /nologo /out:$(OUT).dll $(OBJS)
<< <<