From 88c25d6b1484aab46576d4e42bd78e93dfd7163c Mon Sep 17 00:00:00 2001 From: musil Date: Mon, 4 Dec 2006 10:38:17 +0000 Subject: makefile mv $(TARGET) .. svn path=/trunk/externals/iem/iem_tab/; revision=6608 --- src/makefile_win | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/makefile_win') diff --git a/src/makefile_win b/src/makefile_win index 69ed0a1..0585aa8 100644 --- a/src/makefile_win +++ b/src/makefile_win @@ -1,5 +1,5 @@ -all: iem_tab.dll +all: ..\iem_tab.dll VIS_CPP_PATH = "C:\Programme\Microsoft Visual Studio\Vc98" @@ -67,9 +67,9 @@ OBJ = $(SRC:.c=.obj) .c.obj: cl $(PD_WIN_C_FLAGS) $(PD_WIN_INCLUDE_PATH) /c $*.c -iem_tab.dll: $(OBJ) +..\iem_tab.dll: $(OBJ) link $(PD_WIN_L_FLAGS) /dll /export:iem_tab_setup \ - /out:iem_tab.dll $(OBJ) $(PD_WIN_LIB) + /out:..\iem_tab.dll $(OBJ) $(PD_WIN_LIB) clean: del *.obj -- cgit v1.2.1