]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6univ.t
added watmgl.t to Makefile
[wxWidgets.git] / distrib / msw / tmake / vc6univ.t
index 9a69fd5c2b5e90d38826c6c730f402dcaeea966c..3f5ddc253aa1b82e8cdcaf1669213ff7c8857888 100644 (file)
@@ -30,7 +30,7 @@
     }
 
     foreach $file (sort keys %wxUNIV) {
-       my $tag = $wxUNIV{$file} =~ /Theme/ ? "WXUNIVTHEMES" : "WXUNIVSRCS";
+       my $tag = $wxUNIV{$file} =~ /T/ ? "WXUNIVTHEMES" : "WXUNIVSRCS";
        $project{$tag} .= $file . " "
     }
 
@@ -100,8 +100,8 @@ CFG=wxUniv - Win32 Debug
 
 # Begin Project
 # PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName "wxUniv"
-# PROP Scc_LocalPath ".."
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
 CPP=cl.exe
 RSC=rc.exe
 
@@ -204,19 +204,19 @@ SOURCE=.\msw\dummy.cpp
 
 SOURCE=..\include\wx\univ\setup.h
 !IF  "$(CFG)" == "wxUniv - Win32 Release"
-# Begin Custom Build - Creating wx/setup.h from $(InputPath)
+# Begin Custom Build - Creating lib\univ\wx\setup.h from $(InputPath)
 InputPath=..\include\wx\univ\setup.h
 
 "../lib/univ/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       copy $(InputPath) ..\lib\univ\wx\setup.h
+       copy "$(InputPath)" ..\lib\univ\wx\setup.h
 
 # End Custom Build
 !ELSEIF  "$(CFG)" == "wxUniv - Win32 Debug"
-# Begin Custom Build - Creating wx/setup.h from $(InputPath)
+# Begin Custom Build - Creating lib\univd\wx\setup.h from $(InputPath)
 InputPath=..\include\wx\univ\setup.h
 
 "../lib/univd/wx/setup.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-       copy $(InputPath) ..\lib\univd\wx\setup.h
+       copy "$(InputPath)" ..\lib\univd\wx\setup.h
 
 # End Custom Build
 !ENDIF