Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 1, 2009, 11:11:01 AM (15 years ago)
Author:
scheusso
Message:

adding the dedicatedClient (mostly for debugging reason)
there is a new runscript (for win and unix): dedicatedClient(.bat)
you can also choose GSDedicatedClient by adding the command line argument —dedicatedClient

Location:
code/branches/core5/bin
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/bin/CMakeLists.txt

    r5695 r5848  
    2626
    2727# Create run scripts for Windows to manually add the DLL path when executing
    28 SET(RUN_SCRIPTS run standalone client1 client2 server dedicated)
     28SET(RUN_SCRIPTS run standalone client1 client2 server dedicated dedicatedClient)
    2929IF(WIN32)
    3030  FOREACH(_script ${RUN_SCRIPTS})
Note: See TracChangeset for help on using the changeset viewer.