aboutsummaryrefslogtreecommitdiff
path: root/src/makefile_win
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile_win')
-rw-r--r--src/makefile_win6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/makefile_win b/src/makefile_win
index 80f6286..743d2f3 100644
--- a/src/makefile_win
+++ b/src/makefile_win
@@ -1,5 +1,5 @@
-all: iem_bin_ambi.dll
+all: ..\iem_bin_ambi.dll
VIS_CPP_PATH = "C:\Programme\Microsoft Visual Studio\Vc98"
@@ -35,9 +35,9 @@ OBJ = $(SRC:.c=.obj)
.c.obj:
cl $(PD_WIN_C_FLAGS) $(PD_WIN_INCLUDE_PATH) /c $*.c
-iem_bin_ambi.dll: $(OBJ)
+..\iem_bin_ambi.dll: $(OBJ)
link $(PD_WIN_L_FLAGS) /dll /export:iem_bin_ambi_setup \
- /out:iem_bin_ambi.dll $(OBJ) $(PD_WIN_LIB)
+ /out:..\iem_bin_ambi.dll $(OBJ) $(PD_WIN_LIB)
clean:
del *.obj