[AD] makefile.vc demo target fixes

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


ehm, who is responsible for this? ;-)

--
Regards,
    Michal

ICQ# 175762750
--- makefile.vc	Tue Jun  7 11:56:48 2005 UTC
+++ makefile.vc	Mon Jun 27 12:49:17 2005 UTC
@@ -383,8 +383,7 @@ else
 endif
 
 demo/demo.exe: obj/msvc/demo.res $(IMPLIB_NAME) $(RUNNER)
-	$(RUNNER) $(MSVC_LINK) @ -nologo $(LFLAGS) -subsystem:windows
-        -out:demo/demo.exe $(OBJECTS_DEMO) obj/msvc/demo.res $(IMPLIB_NAME) $(LIBRARIES)
+	$(RUNNER) $(MSVC_LINK) @ -nologo $(LFLAGS) -subsystem:windows -out:demo/demo.exe $(OBJECTS_DEMO) obj/msvc/demo.res $(IMPLIB_NAME) $(LIBRARIES)
 
 */%.exe: $(OBJ_DIR)/%.obj $(IMPLIB_NAME) $(RUNNER)
 	$(RUNNER) $(MSVC_LINK) @ -nologo $(LFLAGS) -subsystem:windows -out:$@ $< $(IMPLIB_NAME) $(LIBRARIES)


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/