]> git.saurik.com Git - wxWidgets.git/blobdiff - build/bakefiles/common.bkl
Fixed problems caused by duplicated names across different style types.
[wxWidgets.git] / build / bakefiles / common.bkl
index 1fa03adc23dae341462759e9efe8b8da49781885..f42f02b977b41118fb463b1aced93369b72647fb 100644 (file)
     </define-tag>
 
     <set var="msvc_copy_setup_h_script">
-        <if cond="IS_MSVC_PRJ">
+        <if cond="IS_MSVC_PRJ=='1' and FORMAT not in ['msvc6prj','msevc4prj']">
+Creating $(SETUPHDIR)\wx\setup.h
+InputPath=..\..\include\wx\%s
+
+"$(SETUPHDIR)\wx\setup.h" : 
+$(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
+        </if>
+        <if cond="IS_MSVC_PRJ=='1' and FORMAT in ['msvc6prj','msevc4prj']">
 Creating $(SETUPHDIR)\wx\setup.h
 InputPath=..\..\include\wx\%s