diff options
author | musil <tmusil@users.sourceforge.net> | 2006-12-04 10:38:17 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-12-04 10:38:17 +0000 |
commit | 88c25d6b1484aab46576d4e42bd78e93dfd7163c (patch) | |
tree | fa2bc49e56b313dcc5b90c46bfa77ed111776287 /src/makefile_win | |
parent | 955c86ee3c273d8c2486927ba0319bbcd4eff4ce (diff) |
makefile mv $(TARGET) ..
svn path=/trunk/externals/iem/iem_tab/; revision=6608
Diffstat (limited to 'src/makefile_win')
-rw-r--r-- | src/makefile_win | 6 |
1 files changed, 3 insertions, 3 deletions
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 |