Changeset 13268


Ignore:
Timestamp:
2012-10-09T12:26:31+02:00 (12 years ago)
Author:
adeas31
Message:
  • windows make files for OMClients.
Location:
trunk
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/OMEdit/OMEditGUI/OMEditGUI.pro

    r11805 r13268  
    2020TARGET = OMEdit
    2121TEMPLATE = app
    22 
    23 # Generate the CORBA stub files for windows. On Linux we generate them in the makefile.
    24 win32 {
    25     !exists(omc_communication.cc || omc_communication.h) {
    26         system($$(OMDEV)/lib/omniORB-4.1.6-mingw/bin/x86_win32/omniidl -bcxx -Wbh=.h -Wbs=.cc ../../Compiler/runtime/omc_communication.idl)
    27     }
    28 }
    2922
    3023# This is very evil, lupdate just look for SOURCES variable and creates translations. This section is not compiled at all :)
  • trunk/OMNotebook/OMNotebookGUI/OMNotebookGUI.pro

    r11805 r13268  
    99TARGET = OMNotebook
    1010TEMPLATE = app
    11 
    12 # Generate the CORBA stub files for windows. On Linux we generate them in the makefile.
    13 win32 {
    14     !exists(omc_communication.cc || omc_communication.h) {
    15         system($$(OMDEV)/lib/omniORB-4.1.6-mingw/bin/x86_win32/omniidl -bcxx -Wbh=.h -Wbs=.cc ../../Compiler/runtime/omc_communication.idl)
    16     }
    17 }
    1811
    1912SOURCES += \
  • trunk/OMShell/OMShellGUI/OMShellGUI.pro

    r11805 r13268  
    77TARGET = OMShell
    88TEMPLATE = app
    9 
    10 # Generate the CORBA stub files for windows. On Linux we generate them in the makefile.
    11 win32 {
    12     !exists(omc_communication.cc || omc_communication.h) {
    13         system($$(OMDEV)/lib/omniORB-4.1.6-mingw/bin/x86_win32/omniidl -bcxx -Wbh=.h -Wbs=.cc ../../Compiler/runtime/omc_communication.idl)
    14     }
    15 }
    169
    1710SOURCES += commandcompletion.cpp \
Note: See TracChangeset for help on using the changeset viewer.