Explorar el Código

fix Sources.pp

David Rose hace 19 años
padre
commit
a159507d73
Se han modificado 1 ficheros con 9 adiciones y 5 borrados
  1. 9 5
      panda/src/windisplay/Sources.pp

+ 9 - 5
panda/src/windisplay/Sources.pp

@@ -10,8 +10,13 @@
   #define LOCAL_LIBS \
     display putil
     
-//  #define COMBINED_SOURCES $[TARGET]_composite1.cxx 
-  
+  #define COMBINED_SOURCES $[TARGET]_composite1.cxx 
+
+  #define SOURCES \
+     config_windisplay.h \
+     winGraphicsPipe.I winGraphicsPipe.h \
+     winGraphicsWindow.I winGraphicsWindow.h
+   
   #define INSTALL_HEADERS \
      config_windisplay.h \
      winGraphicsPipe.I winGraphicsPipe.h \
@@ -19,10 +24,9 @@
 //     Win32Defs.h  
     
   #define INCLUDED_SOURCES \
-    config_windisplay.cxx winGraphicsPipe.cxx
+     config_windisplay.cxx winGraphicsPipe.cxx \
+     winGraphicsWindow.cxx
 
-  #define SOURCES \
-    winGraphicsWindow.cxx $[INSTALL_HEADERS]
 
   #define WIN_SYS_LIBS Imm32.lib winmm.lib kernel32.lib oldnames.lib user32.lib gdi32.lib