*** empty log message ***

This commit is contained in:
hyung-hwan 2006-01-17 14:40:17 +00:00
parent 0f8a82de49
commit 727f4b9639

View File

@ -3,7 +3,7 @@ OBJS = $(SRCS:.c=.obj)
OUT = xpawk.lib OUT = xpawk.lib
CC = cl CC = cl
CFLAGS = /nologo /MT /GX /W3 /GR- /D_WIN32_WINNT=0x0400 -I../.. CFLAGS = /nologo /MT /W3 /GR- /D_WIN32_WINNT=0x0400 -I../..
all: $(OBJS) all: $(OBJS)
link -lib @<< link -lib @<<