]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makeprog.sc
removed 2.6.1 symbols from 2.6.2 tag
[wxWidgets.git] / src / makeprog.sc
index 3e078c813abb1352484f89b6a5064566d4e76077..165c33ca60e96fdd41b3b73d8721c3e92c7f727b 100644 (file)
@@ -6,14 +6,10 @@ INCLUDE=$(INCDIR)
 
 include $(WXDIR)\src\makesc.env
 
-$(TARGET).exe: $(TARGET).obj $(TARGET).res
-       link $(LDFLAGS) /DELEXECUTABLE /RC  $*, $@, $*, $(LIBDIR)\ $(LIBS)
+$(TARGET).exe: $(OBJECTS) $(TARGET).res
+       link $(LDFLAGS) /DELEXECUTABLE /RC -L/exet:nt/su:windows $(OBJECTS), $@, $*, $(LIBDIR)\ $(LIBS)
     
 
-sc32.def:
-     echo EXETYPE NT > sc32.def
-     echo SUBSYSTEM WINDOWS >> sc32.def
-
 clean:
     -del *.obj
        -del *.exe
@@ -21,7 +17,7 @@ clean:
        -del *.map
        -del *.rws
     -del *.sym
-    -del sc16.def
+
 
 cleanexe:
     -del *.exe