]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/manager/mcvs/Makefile.msc
version 0.2.2 (mac, solaris patch)
[orte.git] / orte / manager / mcvs / Makefile.msc
index ae34d7360799234f6753c637e63c21b7bc0e164e..e02029abc9e047ee6f7ad95b1e0f4bf6f50a1555 100644 (file)
@@ -17,13 +17,13 @@ CC=             $(MSCDIR)\bin\cl
 LINK=          $(MSCDIR)\bin\link
 LIBRARIAN=     $(MSCDIR)\bin\lib
 
-TARGETS=ORTEManager.exe
+TARGETS=ortemanager.exe
 
 all :  default
 
 default : $(TARGETS)
 
-ORTEManager.exe: ..\ORTEManager.obj getopt.obj getopt_long.obj
+ortemanager.exe: ..\service.obj ..\ortemanager.obj getopt.obj getopt_long.obj
 
 # ---------------------------------------------------------------------
 # Generic Compilation Rules
@@ -36,7 +36,7 @@ ORTEManager.exe: ..\ORTEManager.obj getopt.obj getopt_long.obj
        $(CC) $(CFLAGS) $< -Fo$*.obj
 
 .obj.exe:
-       $(LINK) -out:$@ getopt.obj getopt_long.obj $(ORTELIB) $< $(LIBS)
+       $(LINK) -out:$@ ..\service.obj getopt.obj getopt_long.obj $(ORTELIB) $< $(LIBS)
 
 clean :
     del *.obj