]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/makefile.sc
Patch #821454
[wxWidgets.git] / samples / thread / makefile.sc
index b0965c1b96c2513f5e4cab72b2f1029904e6e1ab..839478d57d02a45b4e7a5f22c075ec0b6e43951f 100644 (file)
@@ -1,35 +1,9 @@
-# Symantec C++ makefile for thread example
-# NOTE that peripheral libraries are now dealt in main wxWindows makefile.
+# Purpose: makefile for thread example (Symantec C++)
+# Created: 2000-03-15
 
-WXDIR = $(WXWIN)
-!include $(WXDIR)\src\makesc.env
+WXDIR = ..\..
+TARGET=thread
+OBJECTS = $(TARGET).obj
+EXTRALIBS =
+include $(WXDIR)\src\makeprog.sc
 
-WXLIB = $(WXDIR)\lib\wx.lib
-INCDIR = $(WXDIR)\include
-MSWINC = $(INCDIR)\msw
-BASEINC = $(INCDIR)\base
-
-CC=sc
-RC=rc
-CFLAGS = -o -ml -W -Dwx_msw
-LDFLAGS = -ml -W
-
-INCLUDE=$(BASEINC);$(MSWINC)
-
-LIBS=$(WXLIB) libw.lib commdlg.lib shell.lib
-
-.$(SRCSUFF).obj:
-       *$(CC) -c $(CFLAGS) -I$(INCLUDE) $<
-
-.rc.res:
-       *$(RC) -r -I$(INCLUDE) $<
-
-test.exe: test.obj test.def test.res
-       *$(CC) $(LDFLAGS) -o$@ $** $(LIBS)
-
-clean:
-        -del *.obj
-       -del *.exe
-       -del *.res
-       -del *.map
-       -del *.rws